[Bug 16207] Editing states such as style with css flag should be reset when the document is replaced

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16207

Aryeh Gregor <ayg@aryeh.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Aryeh Gregor <ayg@aryeh.name> 2012-03-05 18:06:25 UTC ---
IIUC, the HTML spec says that when you load a new document, the Document object
is replaced entirely.  Therefore, any state associated with it is replaced.  I
added a note to this effect.  I also added that it gets reset on
document.open(), which was not explicitly required anywhere before AFAICT.

http://dvcs.w3.org/hg/editing/rev/3859b3153f0c

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 5 March 2012 18:06:31 UTC