[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
Tue Nov 1 22:36:02 PDT 2011


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





--- Comment #20 from Kent Tamura <tkent at chromium.org>  2011-11-01 22:36:01 PST ---
The specification was updated.

--------

          attribute unsigned long height;
          attribute unsigned long width;

--------
The IDL attributes width and height must return the rendered width and height of the image, in CSS pixels, if an image is being rendered, and is being rendered to a visual medium; or else the intrinsic width and height of the image, in CSS pixels, if an image is available but not being rendered to a visual medium; 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. [CSS]
--------

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