[Bug 15532] Collapsing or extending to a ProcessingInstruction should be OK

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

Aryeh Gregor <ayg@aryeh.name> changed:

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

--- Comment #1 from Aryeh Gregor <ayg@aryeh.name> 2012-01-12 15:24:17 UTC ---
Thanks!  Accepted:

http://dvcs.w3.org/hg/editing/rev/9ca0bc5d4285

These checks date back from before DOM4 declared ProcessingInstructions to be
CharacterData.  They weren't allowed as Range endpoints because they were an
annoying special case.  Now they're allowed just like Text and Comment, with no
extra spec effort, but the tests weren't updated.

-- 
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 Thursday, 12 January 2012 15:24:33 UTC