- From: <bugzilla@jessica.w3.org>
- Date: Fri, 06 May 2011 12:50:39 +0000
- To: public-html-bugzilla@w3.org
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 the QA contact for the bug.
Received on Friday, 6 May 2011 12:50:40 UTC