- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Dec 2010 23:35:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31567 Modified Files: Overview.html Log Message: I guess I overthought this a little when first writing it. (whatwg r5724) Index: Overview.html =================================================================== 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 Monday, 27 December 2010 23:35:09 UTC