[Webkit-unassigned] [Bug 38713] Support the labels attribute in labelable form controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 22 09:57:06 PDT 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56747|review?                     |review-
               Flag|                            |




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2010-05-22 09:57:06 PST ---
(From update of attachment 56747)
WebCore/html/HTMLLabelElement.cpp:178
 +      if (attribute->name() == forAttr || attribute->name() == "htmlFor") {
You don't need to handle "htmlFor".  HTML5 doesn't define such HTML attribute.


Other parts look ok.

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