Skip to content

Commit

Permalink
[e] (0) Clarify how bidi paragraph separation works
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17065
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7428 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2012
1 parent db9f08f commit f8c38e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Expand Up @@ -114024,6 +114024,10 @@ iframe[seamless] { display: block; }
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>
Expand Down

0 comments on commit f8c38e6

Please sign in to comment.