NEW 170278
Text stroke related styles for video captions should not be set in stylesheet.
https://bugs.webkit.org/show_bug.cgi?id=170278
Summary Text stroke related styles for video captions should not be set in stylesheet.
Per Arne Vollan
Reported 2017-03-30 03:01:55 PDT
This should not be possible, according to https://w3c.github.io/webvtt/#the-cue-pseudo-element.
Attachments
Patch (12.47 KB, patch)
2017-03-30 22:25 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2017-03-30 22:25:13 PDT
Ahmad Saleem
Comment 3 2023-08-16 15:34:01 PDT
Although this is already done: https://searchfox.org/wubkat/source/Source/WebCore/style/PropertyAllowlist.cpp#149 case CSSPropertyPaintOrder: case CSSPropertyStrokeLinejoin: case CSSPropertyStrokeLinecap: case CSSPropertyStrokeColor: case CSSPropertyStrokeWidth: > 'bool isValidCueStyleProperty(CSSPropertyID id)' function in 'PropertyAllowlist.cpp'. ____
Note You need to log in before you can comment on or make changes to this bug.