WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Per Arne Vollan
Comment 1
2017-03-30 22:25:13 PDT
Created
attachment 305942
[details]
Patch
Ahmad Saleem
Comment 2
2023-08-16 15:28:29 PDT
We still have this particular FIXME:
https://searchfox.org/wubkat/source/Source/WebCore/html/shadow/MediaControlTextTrackContainerElement.cpp#280
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.
Top of Page
Format For Printing
XML
Clone This Bug