[Webkit-unassigned] [Bug 14312] New: support removeAttribute and removeAttributeNS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 12:11:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14312

           Summary: support removeAttribute and removeAttributeNS
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rindahl at lrcwe.com


The DOM methods removeAttribute and removeAttributeNS are apparently not
implemented.  I can add an attribute using
.setAttributeNS(null,"transform","translate(0,100)") .  It cannot be removed
using
.removeAttributeNS(null,"transform").  Thsishould be allowed per the specs.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list