ASSIGNED118915
[WebVTT] Support text-decoration-{text,color,style} on CSS ::cue pseudo-element
https://bugs.webkit.org/show_bug.cgi?id=118915
Summary [WebVTT] Support text-decoration-{text,color,style} on CSS ::cue pseudo-element
Bruno Abinader
Reported 2013-07-19 11:52:18 PDT
The CSS ::cue pseudo-element is defined on WebVTT [1] specification as part of the HTML5 <track> element specification. It has been implemented on WebKit and currently provides support for "text-decoration" property as valid appliance. This issue intends to incrementally add support for the following properties: - text-decoration-line - text-decoration-style - text-decoration-color These properties are specified on the CSS3 Text Decoration [2] specification and are currently implemented behind a feature flag (CSS3_TEXT) on WebKit. Links: [1] http://dev.w3.org/html5/webvtt/#the-cue-pseudo-element [2] http://dev.w3.org/csswg/css-text-decor-3
Attachments
Patch (8.08 KB, patch)
2013-07-19 12:21 PDT, Bruno Abinader
eric.carlson: review-
Bruno Abinader
Comment 1 2013-07-19 12:21:55 PDT
Created attachment 207137 [details] Patch Proposed patch (backported from Blink revision 154500 - https://src.chromium.org/viewvc/chrome?view=rev&revision=154500 ).
Eric Carlson
Comment 2 2013-07-21 07:53:33 PDT
I would rather wait until https://www.w3.org/Bugs/Public/show_bug.cgi?id=22706 is resolved before committing this.
Brent Fulgham
Comment 3 2022-07-13 14:56:21 PDT
It looks like the W3C bug is resolved. Is there further action to take here?
Note You need to log in before you can comment on or make changes to this bug.