[html5] r7524 - [giow] (0) Forgot to handle left/right for vertical text Affected topics: Video [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 21 12:19:51 PST 2012
Author: ianh
Date: 2012-11-21 12:19:50 -0800 (Wed, 21 Nov 2012)
New Revision: 7524
Modified:
source
Log:
[giow] (0) Forgot to handle left/right for vertical text
Affected topics: Video Text Tracks
Modified: source
===================================================================
--- source 2012-11-21 20:16:39 UTC (rev 7523)
+++ source 2012-11-21 20:19:50 UTC (rev 7524)
@@ -115198,9 +115198,11 @@
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue horizontal writing direction">horizontal</span>,
and the <span>text track cue alignment</span> is <span title="text track cue left alignment">left</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing left writing direction">vertical growing left</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span>
+ or <span title="text track cue left alignment">left</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing right writing direction">vertical growing right</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span>
+ or <span title="text track cue left alignment">left</span></dt>
<dd>
<p>Let <var title="">maximum size</var> be the <span>text track cue text position</span> subtracted from 100.</p>
</dd>
@@ -115214,9 +115216,11 @@
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue horizontal writing direction">horizontal</span>,
and the <span>text track cue alignment</span> is <span title="text track cue right alignment">right</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing left writing direction">vertical growing left</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span>
+ or <span title="text track cue right alignment">right</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing right writing direction">vertical growing right</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span>
+ or <span title="text track cue right alignment">right</span></dt>
<dd>
<p>Let <var title="">maximum size</var> be the <span>text track cue text position</span>.</p>
</dd>
@@ -115302,17 +115306,21 @@
</dd>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing left writing direction">vertical growing left</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span>
+ or <span title="text track cue left alignment">left</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing right writing direction">vertical growing right</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue start alignment">start</span>
+ or <span title="text track cue left alignment">left</span></dt>
<dd>
<p>Let <var title="">y-position</var> be the <span>text track cue text position</span>.</p>
</dd>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing left writing direction">vertical growing left</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span>
+ or <span title="text track cue right alignment">right</span></dt>
<dt>If the <span>text track cue writing direction</span> is <span title="text track cue vertical growing right writing direction">vertical growing right</span>,
- and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span></dt>
+ and the <span>text track cue alignment</span> is <span title="text track cue end alignment">end</span>
+ or <span title="text track cue right alignment">right</span></dt>
<dd>
<p>Let <var title="">y-position</var> be the <span>text track cue text position</span> minus <var title="">size</var>.</p>
</dd>
More information about the Commit-Watchers
mailing list