[Bug 12625] New: Bug in WebIDL of HTMLElement

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

           Summary: Bug in WebIDL of HTMLElement
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: dom@w3.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


in the section "3.2.2 Elements in the DOM", the  Web IDL definition of
HTMLElement says:
  [PutForwards=value] attribute DOMSettableTokenList dropzone;

But according to WebIDL, PutForwards can only be used on read-only attributes.
http://dev.w3.org/2006/webapi/WebIDL/#PutForwards

-- 
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, 6 May 2011 12:50:40 UTC