- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 05:57:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv25019
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1093 "Terminology cleanup near the term 'CDATA'"
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- Overview.html 23 Jul 2008 05:46:57 -0000 1.327
+++ Overview.html 23 Jul 2008 05:57:50 -0000 1.328
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-23T14:46:27+09:00</b>.</p></div></div>
+ <b>2008-07-23T14:57:19+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -2682,6 +2682,9 @@
the parent element.</q></p>
</blockquote>
</li>
+ <li>The phrase “CDATA blocks” was replaced with
+ <q>CDATA sections</q> throughout the
+ specification.</li>
</ul>
</div>
<div id="parsing_wd2" class="section">
@@ -2730,10 +2733,18 @@
comment” state.</li>
</ul>
</li>
- <li>In the “Tree construction” subsection, several
- instances of the phrase “script that will execute
- as soon as the parser resumes” were changed to
- <q>pending external script</q>.</li>
+ <li>In the “Tree construction” subsection, the
+ following changes were made:
+ <ul>
+ <li>Several instances of the phrase “script that
+ will execute as soon as the parser resumes” were
+ changed to <q>pending external script</q>.</li>
+ <li>Instances of the phrases “CDATA parsing
+ algorithm” and “RCDATA parsing algorithm” were
+ changed to <q>CDATA element parsing algorithm</q>
+ and <q>RCDATA element parsing algorithm</q>.</li>
+ </ul>
+ </li>
<li>The
<code class="element">details</code>
and
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- Overview.src.html 23 Jul 2008 05:46:57 -0000 1.319
+++ Overview.src.html 23 Jul 2008 05:57:51 -0000 1.320
@@ -1631,6 +1631,9 @@
the parent element.</q></p>
</blockquote>
</li>
+ <li>The phrase “CDATA blocks” was replaced with
+ <q>CDATA sections</q> throughout the
+ specification.</li>
</ul>
</section>
<section id=parsing_wd2>
@@ -1669,10 +1672,18 @@
comment” state.</li>
</ul>
</li>
- <li>In the “Tree construction” subsection, several
- instances of the phrase “script that will execute
- as soon as the parser resumes” were changed to
- <q>pending external script</q>.</li>
+ <li>In the “Tree construction” subsection, the
+ following changes were made:
+ <ul>
+ <li>Several instances of the phrase “script that
+ will execute as soon as the parser resumes” were
+ changed to <q>pending external script</q>.</li>
+ <li>Instances of the phrases “CDATA parsing
+ algorithm” and “RCDATA parsing algorithm” were
+ changed to <q>CDATA element parsing algorithm</q>
+ and <q>RCDATA element parsing algorithm</q>.</li>
+ </ul>
+ </li>
<li>The
<code class=element>details</code>
and
Received on Wednesday, 23 July 2008 05:58:28 UTC