[Webkit-unassigned] [Bug 29363] Support for <output> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 20:52:28 PDT 2010


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





--- Comment #11 from Kenichi Ishibashi <bashi at google.com>  2010-11-01 20:52:28 PST ---
> > WebCore/html/HTMLOutputElement.cpp:133
> > +    setTextContent(value, ec);
>
> Better to have ASSERT(!m_isSetTextContentInProgress)

Done.

> Also, we need to add a default style for <output> to WebCore/css/html.css.
> Probably display:inline or display:inilne-block is sufficient.
> Firefox seems to use display:inline.

Thank you for notifying that. I forgot it. I've added display:inline for <output>.

In addition, I also forgot to add an attribute for HTMLOutputElement to dom/page/Window.idl and added it in the revised patch.

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