[Bug 12845] Disallow shadowing attributes

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

--- Comment #38 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-06-30 18:22:54 UTC ---
(In reply to comment #31)
> > The problem here isn't that the attribute is shadowed, the problem is that the
> > command API doesn't honour the <textarea disabled> state
> 
> Or maybe that a single boolean is being used to track two separate bits of
> state?

Well, there's no state at the command level for <textarea> here. An
accesskey=""-created command is never disabled currently.


> That is, .disabled on textarea does not have the same semantics as the command
> API .disabled...

If these two having different semantics is a problem you care about, I can make
them have the same semantics. Please file a separate bug for that.

-- 
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 Thursday, 30 June 2011 18:23:04 UTC