html5/webvtt Overview.html,1.27,1.28

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

Modified Files:
	Overview.html 
Log Message:
Change white-space value for VTT (whatwg r7247)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html	26 Jul 2012 05:50:49 -0000	1.27
+++ Overview.html	21 Aug 2012 02:15:17 -0000	1.28
@@ -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 26 July 2012</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 August 2012</h2>
    </hgroup><dl><dt>Latest version:</dt>
     <dd><a href=http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
     <dt>Participate:</dt>
@@ -2757,7 +2757,7 @@
   is in CSS3 Text, but Tab says that's awaiting medical attention. -->
 
   <p>The 'white-space' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
-  Node Objects</a> must be set to 'pre-wrap'. <a href=#refsCSS>[CSS]</a></p>
+  Node Objects</a> must be set to 'pre-line'. <a href=#refsCSS>[CSS]</a></p>
 
   <p>The 'font-style' property on <a href=#webvtt-italic-object title="WebVTT Italic
   Object">WebVTT Italic Objects</a> must be set to 'italic'.</p>

Received on Tuesday, 21 August 2012 02:15:21 UTC