html5/webvtt Overview.html,1.33,1.34

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

Modified Files:
	Overview.html 
Log Message:
Clarify how bidi paragraph separation works (whatwg r7428)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html	28 Sep 2012 23:13:41 -0000	1.33
+++ Overview.html	2 Oct 2012 19:14:16 -0000	1.34
@@ -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 28 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 2 October 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>
@@ -2229,6 +2229,10 @@
       to determine the <i>paragraph embedding level</i> of the first
       Unicode paragraph of the cue. <a href=#refsBIDI>[BIDI]</a></p>
 
+      <p class=note>Within a cue, paragraph boundaries are only denoted by Type B characters, such
+      as U+000A LINE FEED (LF), U+0085 NEXT LINE (NEL), and U+2029 PARAGRAPH SEPARATOR. (This means
+      each line of the cue is reordered as if it was a separate paragraph.)</p>
+
      </li>
 
      <li>

Received on Tuesday, 2 October 2012 19:14:20 UTC