[Webkit-unassigned] [Bug 28936] Allow [Reflect] on SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 01:25:06 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-09-03 01:25:06 PDT ---
(From update of attachment 38970)
In general this looks fine.

I would like to see a real example use this.  Since I think it makes sense to
convert one attribute as a test and make that part of this patch.

Also, some SVG attributes, like "class" come from HTMLNames.  We probably need
a fallback behavior on a per-name basis, instead of a idl-level decision.  All
SVG and HTML attributes are in the null namespace, so it doesn't really matter
which we're using so long as it has the name we're looking for.

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