[Bug 6743] New: AAA still reads from the DOM

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6743

           Summary: AAA still reads from the DOM
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: hsivonen@iki.fi
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


The node cloning step in the AAA still reads from the live DOM. (It reads
script-mutated attributes.) This is bad for off-the-main-thread parsing. 

Please change the spec so that:
 1) The items on the list of open formatting elements remember the start tag
token associated with the items.
 2) Instead of shallow-cloning an existing node, create a new element for the
token on the list.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 27 March 2009 11:54:57 UTC