html5/webvtt Overview.html,1.9,1.10

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv22681

Modified Files:
	Overview.html 
Log Message:
Sync with DOM Core: Remove all vestiges of CDATASection objects and Entity objects; replace all mentions of 'text nodes' with explicit references to Text nodes. (whatwg r6945)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html	30 Jan 2012 20:48:48 -0000	1.9
+++ Overview.html	31 Jan 2012 19:36:47 -0000	1.10
@@ -122,7 +122,7 @@
 
   <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <hgroup><h1 class="no-num no-toc">WebVTT</h1>
-    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 30 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 January 2012</h2>
    </hgroup><dl><dt>Latest version:</dt>
     <dd><a href=http://http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
     <dt>Participate:</dt>
@@ -2340,7 +2340,7 @@
 
        <li>For the purposes of processing by the CSS
        specification, <a href=#webvtt-text-object title="WebVTT Text Object">WebVTT Text
-       Objects</a> are equivalent to text nodes.</li>
+       Objects</a> are equivalent to <code>Text</code> nodes.</li>
 
        <li>No style sheets are associated with <var title="">nodes</var>. (The nodes are subsequently restyled
        using style sheets after their boxes are generated, as

Received on Tuesday, 31 January 2012 19:36:51 UTC