- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:27 -0500
- To: public-html-diffs@w3.org
hixie: I guess I overthought this a little when first writing it.
(whatwg r5724)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4586&r2=1.4587&f=h
http://html5.org/tools/web-apps-tracker?from=5723&to=5724
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4586
retrieving revision 1.4587
diff -u -d -r1.4586 -r1.4587
--- Overview.html 25 Dec 2010 06:56:48 -0000 1.4586
+++ Overview.html 27 Dec 2010 23:35:03 -0000 1.4587
@@ -63624,38 +63624,14 @@
<p>Let <var title="">maximum size</var> be the <span>text track cue text position</span>.</p>
</dd>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-horizontal-writing-direction" title="text track cue horizontal writing direction">horizontal</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- the <span>text track cue text position</span> is less than or equal to 50,
- and <var title="">direction</var> is 'ltr'</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-horizontal-writing-direction" title="text track cue horizontal writing direction">horizontal</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- the <span>text track cue text position</span> is greater than <!-- or equal to --> 50,
- and <var title="">direction</var> is 'rtl'</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-vertical-growing-left-writing-direction" title="text track cue vertical growing left writing direction">vertical growing left</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- and the <span>text track cue text position</span> is less than or equal to 50</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-vertical-growing-right-writing-direction" title="text track cue vertical growing right writing direction">vertical growing right</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- and the <span>text track cue text position</span> is less than or equal to 50</dt>
+ <dt>If the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
+ the <span>text track cue text position</span> is less than or equal to 50</dt>
<dd>
<p>Let <var title="">maximum size</var> be the <span>text track cue text position</span> multiplied by two.</p>
</dd>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-horizontal-writing-direction" title="text track cue horizontal writing direction">horizontal</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- the <span>text track cue text position</span> is greater than <!-- or equal to --> 50,
- and <var title="">direction</var> is 'ltr'</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-horizontal-writing-direction" title="text track cue horizontal writing direction">horizontal</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- the <span>text track cue text position</span> is less than or equal to 50,
- and <var title="">direction</var> is 'rtl'</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-vertical-growing-left-writing-direction" title="text track cue vertical growing left writing direction">vertical growing left</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- and the <span>text track cue text position</span> is greater than <!-- or equal to --> 50</dt>
- <dt>If the <a href="#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="#text-track-cue-vertical-growing-right-writing-direction" title="text track cue vertical growing right writing direction">vertical growing right</a>,
- the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
- and the <span>text track cue text position</span> is greater than <!-- or equal to --> 50</dt>
+ <dt>If the <span>text track cue alignment</span> is <span title="text track cue middle alignment">middle</span>,
+ the <span>text track cue text position</span> is greater than <!-- or equal to --> 50</dt>
<dd>
<p>Let <var title="">maximum size</var> be the result of subtracting <span>text track cue text position</span> from 100 and then multiplying the result by two.</p>
</dd>
Received on Wednesday, 12 January 2011 02:44:29 UTC