- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 09 Jun 2014 09:41:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv16642 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 28f3cb2a09fffd6bfbfa644d16755043759d7482 --- /sources/public/html5/webvtt/Overview.html 2014/06/09 09:19:34 1.147 +++ /sources/public/html5/webvtt/Overview.html 2014/06/09 09:41:53 1.148 @@ -721,7 +721,7 @@ on the value of the <a href="#dfn-text-track-cue-text-position" class="internalDFN">text track cue text position</a> and the <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line position</a>.</p></div> <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_2"><span>Note</span></div><p class="">Lines are wrapped within the <a title="text track cue box" href="#dfn-text-track-cue-box" class="internalDFN">cue box</a>'s - <a title="text track cue size" href="#dfn-text-track-cue-size" class="internalDFN">size</a> if lines lengths make this necessary.</p></div> + <a title="text track cue size" href="#dfn-text-track-cue-size" class="internalDFN">size</a> if lines' lengths make this necessary.</p></div> </dd> @@ -901,11 +901,11 @@ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_4"><span>Note</span></div><p class="">Even for <a title="text track cue horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a> cues with right-to-left <i>paragraph direction</i> text, the <a title="text track cue box" href="#dfn-text-track-cue-box" class="internalDFN">cue box</a> is positioned from the left edge of the video frame. This allows defining a rendering space template - which can be filled with either left-to-right or right-to-left <i>paragraph direction</i> text. If you - define such a <a title="text track cue box" href="#dfn-text-track-cue-box" class="internalDFN">cue box</a> template with + which can be filled with either left-to-right or right-to-left <i>paragraph direction</i> text. If + such a <a title="text track cue box" href="#dfn-text-track-cue-box" class="internalDFN">cue box</a> template is created with <a title="text track cue start alignment" href="#dfn-text-track-cue-start-alignment" class="internalDFN">start</a> or <a title="text track cue end alignment" href="#dfn-text-track-cue-end-alignment" class="internalDFN">end</a> - aligned text, make sure to control its <a title="text track cue size" href="#dfn-text-track-cue-size" class="internalDFN">size</a> unless you want - text to flip from one side of the video frame to the other.</p></div> + aligned text, it is best to also specify a <a title="text track cue size" href="#dfn-text-track-cue-size" class="internalDFN">size</a> since otherwise + the text may flip from one side of the video frame to the other.</p></div> </dd> @@ -1007,7 +1007,7 @@ flag</a> is set has its <a title="text track cue writing direction" href="#dfn-text-track-cue-writing-direction" class="internalDFN">writing direction</a>, <a title="text track cue snap-to-lines flag" href="#dfn-text-track-cue-snap-to-lines-flag" class="internalDFN">snap-to-lines flag</a>, <a title="text track cue line position" href="#dfn-text-track-cue-line-position" class="internalDFN">line position</a>, <a title="text track cue text position" href="#dfn-text-track-cue-text-position" class="internalDFN">text position</a>, <a title="text track cue size" href="#dfn-text-track-cue-size" class="internalDFN">size</a>, <a title="text - track cue text alignment" href="#dfn-text-track-cue-text-alignment" class="internalDFN">alignment</a>, <a title="text track cue region" href="#dfn-text-track-cue-region" class="internalDFN">region</a>, + track cue text alignment" href="#dfn-text-track-cue-text-alignment" class="internalDFN">text alignment</a>, <a title="text track cue region" href="#dfn-text-track-cue-region" class="internalDFN">region</a>, or <a title="text track cue text" href="#dfn-text-track-cue-text" class="internalDFN">text</a> change value, then the user agent must empty the <a href="#dfn-text-track-cue-display-state" class="internalDFN">text track cue display state</a>, and then immediately run the <a href="#dfn-text-track" class="internalDFN">text track</a>'s <a href="#dfn-rules-for-updating-the-display-of-webvtt-text-tracks" class="internalDFN">rules for updating the display of WebVTT text tracks</a>.</p>
Received on Monday, 9 June 2014 09:41:54 UTC