Bug 25387

Summary: SVG JS baseValue bindings should call parseMappedAttribute
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 25383    
Bug Blocks:    

Description Eric Seidel (no email) 2009-04-24 16:47:21 PDT
SVG JS baseValue bindings should call parseMappedAttribute

Currently they call svgAttributeChanged(const QualifiedName& attrName)
Which has caused bugs like:
https://bugs.webkit.org/show_bug.cgi?id=25383

The correct fix would be for us to untangle how updating works, and for the JS parsing to go through the same code as the xml parser does, namely parseMappedAttribute
Comment 1 Nikolas Zimmermann 2009-04-26 18:52:35 PDT
Can't elaborate as I'm about to sleep, but SVG js baseValue bindings use that on purpose. If you track back the commit log you'll see it has been introduced to add XML attribute <-> JS attribute synchronization support. I can tell more in the following days.