- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 20:47:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv18351
Modified Files:
Overview.html
Log Message:
Clarify the WebVTT rendering rules. (whatwg r6839)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html 1 Dec 2011 20:37:33 -0000 1.3
+++ Overview.html 1 Dec 2011 20:47:45 -0000 1.4
@@ -2336,7 +2336,10 @@
<p>Let <var title="">x-position</var> be the <a href=#text-track-cue-computed-line-position>text track cue computed line position</a>.</p>
</dd>
- </dl></li>
+ </dl><p class=note>These are not final positions, they are merely
+ temporary positions used to calculate box dimensions below.</p>
+
+ </li>
<li><p>Let <var title="">left</var> be '<var title="">x-position</var> vw' and <var title="">top</var>
be '<var title="">y-position</var> vh'. (These again are
Received on Thursday, 1 December 2011 20:47:52 UTC