[Bug 5837] Rename CDATA block state to CDATA section state

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


Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Priority|P2                          |P3




--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch>  2008-07-06 23:20:06 ---
I'll go through the spec and make sure all the mentions of CDATA fall into one
of the following:

  CDATA section (<![CDATA[ ... ]]> syntax and the tokeniser state for it)
  CDATA section node (CDATASection DOM Node object)
  CDATA state (the content model flag in the tokeniser)
  CDATA element (an element that triggers that state)


-- 
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 Sunday, 6 July 2008 23:20:42 UTC