[Bug 13252] New: possible inconsistent exposure of event attributes

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

           Summary: possible inconsistent exposure of event attributes
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: glenn@skynav.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The following event types are exposed only as IDL attributes, but nowhere as
content attributes:

On ApplicationCache interface:

oncached    
onchecking
ondownloading
onnoupdate
onobsolete
onupdateready

On TextTrackCue interface:

onenter
onexit

The following event type is exposed neither as an IDL attribute nor a content
attribute:

DOMContentLoaded

All other event types appear either as both an IDL attribute and a content
attribute (on at least one element type). Is this asymmetry intended? If so,
then perhaps it should be explicitly noted in the definition of the above
events.

This comment is in reference to Editor's Draft of 11 July 2011.

-- 
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, 14 July 2011 16:19:34 UTC