[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
Fri Dec 2 02:11:50 PST 2011


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





--- Comment #44 from Dongwoo Joshua Im <dw.im at samsung.com>  2011-12-02 02:11:49 PST ---
Regarding the HTML5 spec,

1. Width and height attributes of input element are setted whatever the type of element is.
"On setting, they must act as if they reflected the respective content attributes of the same name."

2. When user want to get the width and height, it returns 0 if the type of element is not image.
"or else 0, if no image is available. When the input element's type attribute is not in the Image Button state, then no image is available."


I've tried to implement the code and test cases regarding the HTML5 spec.

Please let me know if I miss something.

Thanks!

-- 
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