- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Aug 2011 06:46:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30574 Modified Files: toc-status.html Log Message: Make video.currentTime return a stable value rather than the current value. This lets us make setting this attribute always seem to work, so authors don't find the attribute hasn't changed after they set it. (whatwg r6531) [updated by splitter] Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- toc-status.html 30 Aug 2011 05:46:30 -0000 1.345 +++ toc-status.html 30 Aug 2011 06:46:21 -0000 1.346 @@ -421,9 +421,9 @@ dt element</a> <span class="id">(the-dt-element)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-dd-element" class="status REC">REC</a> <a href="../spec/#the-dd-element">4.5.10 The dd element</a> <span class="id">(the-dd-element)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-figure-element" class="status LC">LC</a> <a href="../spec/#the-figure-element">4.5.11 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-figure-element" class="status CR">CR</a> <a href="../spec/#the-figure-element">4.5.11 The figure element</a> <span class="id">(the-figure-element)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-figcaption-element" class="status LC">LC</a> <a href="../spec/#the-figcaption-element">4.5.12 The figcaption element</a> <span class="id">(the-figcaption-element)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-figcaption-element" class="status CR">CR</a> <a href="../spec/#the-figcaption-element">4.5.12 The figcaption element</a> <span class="id">(the-figcaption-element)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-div-element" class="status REC">REC</a> <a href="../spec/#the-div-element">4.5.13 The div element</a> <span class="id">(the-div-element)</span></li> </ol> @@ -467,7 +467,7 @@ b element</a> <span class="id">(the-b-element)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-u-element" class="status REC">REC</a> <a href="../spec/#the-u-element">4.6.18 The u element</a> <span class="id">(the-u-element)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-mark-element" class="status LC">LC</a> <a href="../spec/#the-mark-element">4.6.19 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-mark-element" class="status CR">CR</a> <a href="../spec/#the-mark-element">4.6.19 The mark element</a> <span class="id">(the-mark-element)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-ruby-element" class="status LC">LC</a> <a href="../spec/#the-ruby-element">4.6.20 The ruby element</a> <span class="id">(the-ruby-element)</span></li>
Received on Tuesday, 30 August 2011 06:46:25 UTC