[Webkit-unassigned] [Bug 94077] Width and height is ignored in the image element's UA shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 01:56:39 PDT 2012


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





--- Comment #3 from Shinya Kawanaka <shinyak at chromium.org>  2012-08-15 01:57:11 PST ---
I think we should discuss this more.

img.style.width = '500px' sets only the width of an img element literally, and it is not setting the inner element of the img element. If img.style.wdith = '500px' sets the width of inner image element, we don't have any method to set the width of image element itself.

I'm not sure what is the best way to set the style of inner element. I've filed a bug in the spec before...
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18435

Anyway, we can use ::-webkit-image-inner-element now...though.

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