[Bug 12844] Remove the label attribute from subclasses of HTMLElement

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

Maciej Stachowiak <mjs@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs@apple.com

--- Comment #5 from Maciej Stachowiak <mjs@apple.com> 2011-06-20 09:47:13 UTC ---
(In reply to comment #4)
> I think the original bug report is right that having "label" on HTMLElement
> mean one thing but "label" on some particular HTMLElements mean something
> totally different is pretty broken....

Not only that, but even if this behavior is desired, redeclaring a "label"
property in the IDL has no material effect. The right way to do this is to
simply define the behavior of the attribute differently for different elements.
There is no need to duplicate it in the IDL to achieve that.

-- 
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 Monday, 20 June 2011 09:47:15 UTC