- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Dec 2010 23:46:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv998 Modified Files: rendering.html spec.html Log Message: I guess I overthought this a little when first writing it. (whatwg r5724) [updated by splitter] Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- rendering.html 25 Dec 2010 07:46:41 -0000 1.63 +++ rendering.html 27 Dec 2010 23:46:39 -0000 1.64 @@ -1611,38 +1611,14 @@ <p>Let <var title="">maximum size</var> be the <span>text track cue text position</span>.</p> </dd> - <dt>If the <a href="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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="video.html#text-track-cue-writing-direction">text track cue writing direction</a> is <a href="video.html#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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1354 retrieving revision 1.1355 diff -u -d -r1.1354 -r1.1355 --- spec.html 25 Dec 2010 07:46:41 -0000 1.1354 +++ spec.html 27 Dec 2010 23:46:39 -0000 1.1355 @@ -388,7 +388,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4586. +This is revision 1.4587. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 27 December 2010 23:46:43 UTC