[Webkit-unassigned] [Bug 70304] width/height attributes of input element should be supported when the type of the input element is image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 23:54:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70304


Vineet Chaudhary (vineetc) <rgf748 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rgf748 at motorola.com




--- Comment #3 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-10-17 23:54:10 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=111383&action=review

I am not reviewer, but here are my observation:

> Source/WebCore/html/HTMLInputElement.idl:42
> +        attribute long height;

After looking at spec http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#dom-dim-width 
it says "The attributes, if specified, must have values that are valid non-negative integers." 
so can we have unsigned long height instead of long height.

As It says "For iframe, embed, and object the IDL attributes are DOMString; for video the IDL attributes are unsigned long."

Also referring to spec http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#htmlinputelement height and with are mentioned as "attribute DOMString height"

Please correct me if I misunderstood.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list