This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12625 - Bug in WebIDL of HTMLElement
Summary: Bug in WebIDL of HTMLElement
Status: RESOLVED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 12:50 UTC by Dominique Hazael-Massieux
Modified: 2011-08-04 05:02 UTC (History)
4 users (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2011-05-06 12:50:38 UTC
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
Comment 1 Aryeh Gregor 2011-06-24 19:29:41 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: no spec change
Rationale: The current spec has

  [PutForwards=value] readonly attribute DOMSettableTokenList dropzone;

so it looks like it's correct now.
Comment 2 Michael[tm] Smith 2011-08-04 05:02:30 UTC
mass-moved component to LC1