[Bug 15023] New: WebVTT v2: Add inline style support

http://www.w3.org/Bugs/Public/show_bug.cgi?id=15023

           Summary: WebVTT v2: Add inline style support
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: ian@hixie.ch
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


Add the following as something that can be added to the top of WebVTT files:

   STYLE
   S::cue(v[voice=Bob]) { color: green; }
   S::cue(c.narration) { font-style: italic; }
   S::cue(c.narration i) { font-style: normal; }

(Within STYLE blocks the escapes would need to be supported, so that you can
include --> without triggering the cue timings line detection.)


The primarily use case is non-browser players.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 1 December 2011 00:02:53 UTC