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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 20:51:52 PDT 2009


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


Cameron McCormack <cam at mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39169|                            |review?
               Flag|                            |
  Attachment #38970|0                           |1
        is obsolete|                            |




--- Comment #4 from Cameron McCormack <cam at mcc.id.au>  2009-09-07 20:51:51 PDT ---
Created an attachment (id=39169)
 --> (https://bugs.webkit.org/attachment.cgi?id=39169)
Patch v2

I've updated the bindings scripts to special case certain attribute names that
can be found in HTMLNames.  See the hash and sub added in CodeGenerator.pm.

I also made the format and glyphRef attributes on SVGAltGlyphElement use
[Reflect] to test the new functionality.  In doing so, assigning to .format and
.glyphRef now does indeed update the attribute on the element, rather than
throwing immediately.

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