Closed
Bug 1269712
Opened 9 years ago
Closed 9 years ago
A <track kind=invalid> should behave like metadata, not subtitles
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: ayg, Assigned: ayg)
Details
(Keywords: dev-doc-complete, site-compat, Whiteboard: btpp-active)
Attachments
(1 file)
9.17 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
This is a deliberate change from preexisting behavior, see
https://www.w3.org/2015/10/28-htmlcue-minutes.html
https://github.com/whatwg/html/issues/293
No other UA has adopted yet AFAIK (didn't test Edge or Safari). The change will allow deploying new <track kind>s without confusing browsers that don't yet support them. Hopefully there aren't too many existing invalid <track kind>s in deployed content that will break.
This will be tested in wpt (current test is out-of-date): https://github.com/w3c/web-platform-tests/pull/2941
Flags: in-testsuite+
Updated•9 years ago
|
Whiteboard: btpp-active
Assignee | ||
Comment 1•9 years ago
|
||
IIUC, this will regress sites that used invalid kind values and relied on them being treated as "subtitles". Bugs in other UAs (no comments there yet):
https://bugs.chromium.org/p/chromium/issues/detail?id=608772
https://bugs.webkit.org/show_bug.cgi?id=157311
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7426340/
Attachment #8748578 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 2•9 years ago
|
||
![]() |
||
Comment 3•9 years ago
|
||
Comment on attachment 8748578 [details] [diff] [review]
0001-Bug-1269712-track-kind-invalid-should-behave-like-me.patch
r=me, but this needs an intent to ship at least. And possibly telemetry for how often invalid track kinds are used (compared to valid ones) before we ship this.
Attachment #8748578 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•9 years ago
|
Keywords: site-compat
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Comment 6•9 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2016/invalid-track-kind-will-be-treated-as-metadata-instead-of-subtitles/
Comment 7•9 years ago
|
||
Updated:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track#attr-kind
and
https://developer.mozilla.org/en-US/Firefox/Releases/49#HTML
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•