[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
Wed Dec 7 20:09:08 PST 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #49 from Darin Adler <darin at apple.com>  2011-12-07 20:09:07 PST ---
(In reply to comment #46)
> (In reply to comment #35)
> > (From update of attachment 117162 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=117162&action=review
> > 
> > > Source/WebCore/html/HTMLInputElement.h:138
> > > +    unsigned height(bool ignorePendingStylesheets = false) const;
> > > +    unsigned width(bool ignorePendingStylesheets = false) const;
> > 
> > There are no call sites of ignorePendingStylesheets=true.  We should remove the ignorePendingStylesheets parameter.
> > 
> > The ignorePendingStylesheets parameter of HTMLImageElement::width() and height() was introduced by http://trac.webkit.org/changeset/7625. But it seems the parameter is not used now.
> 
> If so, why don't we remove that from WebKit?

Yes, we should remove it.

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