[Bug 13048] New: Error in MediaController event handler table

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

           Summary: Error in MediaController event handler table
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: shelleyp@burningbird.net
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The MediaController event handler table shows the durationchange event type
repeated twice: once with the ondurationchange event handler, and once with the
ontimeupdate event handler. The latter needs to be corrected to the appropriate
event handler type (timeupdate).

http://dev.w3.org/html5/spec/the-iframe-element.html#handler-mediacontroller-ontimeupdate

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

Received on Friday, 24 June 2011 14:53:19 UTC