[Webkit-unassigned] [Bug 64132] New: Implement WebVTT Cue Text Parsing rules and DOM construction for WebVTT elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 16:26:06 PDT 2011


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

           Summary: Implement WebVTT Cue Text Parsing rules and DOM
                    construction for WebVTT elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org
            Blocks: 62882


WebVTT Cue Text Parsing rules : http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#webvtt-cue-text-parsing-rules
WebVTT Cue Text DOM construction rules : http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#webvtt-cue-text-dom-construction-rules

Thanks to WebKit, we get some of these for free:
WebVTT Italics Objects (<i></i>)
WebVTT Bold Objects (<b></b>)
WebVTT Underline Objects (<u></u>)
WebVTT Ruby Objects (<ruby></ruby>)
WebVTT Ruby Text Objects (<rt></rt>)

But there are some we will need to implement:
WebVTT Class Objects (<c></c>)
WebVTT Voice Objects (<v></v>)
WebVTT Leaf Node Objects
WebVTT Text Objects
WebVTT Timestamp Objects (<[time]>)

-- 
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