[Bug 28470] New: [WebVTT] CSS selectors are written on top of the DOM, so should match how HTML works

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28470

            Bug ID: 28470
           Summary: [WebVTT] CSS selectors are written on top of the DOM,
                    so should match how HTML works
           Product: TextTracks CG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebVTT
          Assignee: dave.null@w3.org
          Reporter: silviapfeiffer1@gmail.com
        QA Contact: public-texttracks@w3.org
                CC: philipj@opera.com, silviapfeiffer1@gmail.com

Feedback by the CSS WG, see
http://lists.w3.org/Archives/Public/public-tt/2015Apr/0007.html

The list in section 5.5
(http://dev.w3.org/html5/webvtt/#webvtt-cue-text-dom-construction-rules)
doesn't match with the description of how Selectors work; in particularly,
Class, Voice, and Lang objects are all "span" elements here, but are "c", "v",
and "lang" elements in Selectors.
Selectors is written on top of the DOM, though, so these should match. (But we
hear this difference is intentional?)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 12 April 2015 11:10:02 UTC