[Webkit-unassigned] [Bug 105478] Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 22:26:45 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=105478





--- Comment #5 from Silvia Pfeiffer <silviapf at chromium.org>  2013-02-01 22:28:47 PST ---
However, I now wonder what the other part of that example means:

::cue(c[lang="ru"]) { color: red; }
::cue(c[lang="en"]) { color: green; }

As I understand it, the <c> tag in WebVTT does not have a lang attribute. The lang attribute is only defined on the <lang> element.

I believe it might be caused by a typo in the table in http://dev.w3.org/html5/webvtt/#webvtt-cue-language-span . I've just registered https://www.w3.org/Bugs/Public/show_bug.cgi?id=20852 .

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list