[Bug 14036] HTMLInputElement.{width,height} should be unsigned long, similarly to <img>

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-21 22:42:01 UTC ---
They're DOMString because historically they've been able to take percentages,
too.

Note that these attributes are new (see bug 6477), so be wary when testing UAs.

I guess I can change them to unsigned long if people think that's a good idea?
I don't really care either way here.

-- 
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, 21 October 2011 22:42:04 UTC