RESOLVED DUPLICATE of bug 230244 Bug 95848
[css3-text] Add parsing support for -webkit-text-decoration-skip
https://bugs.webkit.org/show_bug.cgi?id=95848
Summary [css3-text] Add parsing support for -webkit-text-decoration-skip
Bruno Abinader (history only)
Reported 2012-09-05 06:05:05 PDT
This bug intends to add parsing support for "text-decoration-skip" CSS3 property. Rendering support is going to be implemented on another bug. This is a sub-task for bug 92801.
Attachments
Patch (30.48 KB, patch)
2012-09-05 08:03 PDT, Bruno Abinader (history only)
no flags
Patch (EWS run only) (39.12 KB, patch)
2012-09-05 08:10 PDT, Bruno Abinader (history only)
no flags
Patch (30.29 KB, patch)
2012-10-23 06:22 PDT, Bruno Abinader (history only)
no flags
Patch (EWS only) (40.05 KB, patch)
2012-10-23 06:33 PDT, Bruno Abinader (history only)
no flags
Patch (30.36 KB, patch)
2012-10-26 07:40 PDT, Bruno Abinader (history only)
no flags
Patch (EWS only) (40.10 KB, patch)
2012-10-26 11:41 PDT, Bruno Abinader (history only)
no flags
Patch (30.35 KB, patch)
2012-12-12 09:47 PST, Bruno Abinader (history only)
no flags
Bruno Abinader (history only)
Comment 1 2012-09-05 08:03:49 PDT
Created attachment 162252 [details] Patch Proposed patch.
Bruno Abinader (history only)
Comment 2 2012-09-05 08:10:13 PDT
Created attachment 162254 [details] Patch (EWS run only)
Bruno Abinader (history only)
Comment 3 2012-10-23 06:22:46 PDT
Created attachment 170142 [details] Patch Updates on namespace (now CSS3_TEXT), layout test directories and StyleBuilder handler interface.
Bruno Abinader (history only)
Comment 4 2012-10-23 06:33:26 PDT
Created attachment 170145 [details] Patch (EWS only)
Build Bot
Comment 5 2012-10-23 07:08:01 PDT
Comment on attachment 170145 [details] Patch (EWS only) Attachment 170145 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14483956
Build Bot
Comment 6 2012-10-23 07:08:58 PDT
Comment on attachment 170145 [details] Patch (EWS only) Attachment 170145 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/14491877
kov's GTK+ EWS bot
Comment 7 2012-10-23 09:12:28 PDT
Comment on attachment 170145 [details] Patch (EWS only) Attachment 170145 [details] did not pass gtk-ews (gtk): Output: http://queues.webkit.org/results/14524022
WebKit Review Bot
Comment 8 2012-10-23 11:11:04 PDT
Comment on attachment 170145 [details] Patch (EWS only) Attachment 170145 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14500616 New failing tests: fast/css3-text/css3-text-decoration/text-decoration-style.html fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-skip.html
Bruno Abinader (history only)
Comment 9 2012-10-26 07:40:19 PDT
Created attachment 170925 [details] Patch Fixed layout test internal paths after directory changes.
Bruno Abinader (history only)
Comment 10 2012-10-26 11:41:54 PDT
Created attachment 170973 [details] Patch (EWS only) More info on failing layout tests in bug 100546 "[css3-text] Provide pixel results for text decoration style layout tests".
Build Bot
Comment 11 2012-10-26 12:12:16 PDT
Comment on attachment 170973 [details] Patch (EWS only) Attachment 170973 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14593766
WebKit Review Bot
Comment 12 2012-10-26 13:38:14 PDT
Comment on attachment 170973 [details] Patch (EWS only) Attachment 170973 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14593790 New failing tests: fast/css3-text/css3-text-decoration/text-decoration-style.html fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html
kov's GTK+ EWS bot
Comment 13 2012-10-26 14:30:54 PDT
Comment on attachment 170973 [details] Patch (EWS only) Attachment 170973 [details] did not pass gtk-ews (gtk): Output: http://queues.webkit.org/results/14612130
Bruno Abinader (history only)
Comment 14 2012-12-12 09:47:24 PST
Created attachment 179069 [details] Patch Rebased after text-align-last changes.
fantasai
Comment 15 2013-03-05 23:44:06 PST
Please don't land any parsing support for properties for which there is no actual support. This is counter to the way CSS parsing is supposed to work. http://www.w3.org/TR/CSS/#partial
Bruno Abinader (history only)
Comment 16 2013-03-06 04:59:33 PST
(In reply to comment #15) > Please don't land any parsing support for properties for which there is no actual support. This is counter to the way CSS parsing is supposed to work. > http://www.w3.org/TR/CSS/#partial Rendering support should be handled in bug 95856 (as refered in "blocks" section), though there's no actually implementation yet. Unfortunately I do not have resources to implement it, so indeed, the patch proposed on this bug shall not land before there's a corresponding implementation on bug 95856.
Julien Chaffraix
Comment 17 2013-03-06 10:08:58 PST
(In reply to comment #15) > Please don't land any parsing support for properties for which there is no actual support. This is counter to the way CSS parsing is supposed to work. > http://www.w3.org/TR/CSS/#partial You are missing the point here. All new code is landed behind a compile flag that is *disabled* by default (ie not exposed to the web). So yes, we are breaking feature detection but on a feature that is not shipped. We also make sure we don't toggle the flag until all the bits are done. AFAICT this is matching what you said and I like this practice because it enables better quality reviews by splitting massive patches into manageable pieces.
Anders Carlsson
Comment 18 2014-02-05 11:02:31 PST
Comment on attachment 179069 [details] Patch Clearing review flag on patches from before 2014. If this patch is still relevant, please reset the r? flag.
Tim Nguyen (:ntim)
Comment 19 2022-05-19 07:09:17 PDT
*** This bug has been marked as a duplicate of bug 230244 ***
Note You need to log in before you can comment on or make changes to this bug.