- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Aug 2011 05:46:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24967 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.344 retrieving revision 1.345 diff -u -d -r1.344 -r1.345 --- toc-status.html 30 Aug 2011 04:46:43 -0000 1.344 +++ toc-status.html 30 Aug 2011 05:46:30 -0000 1.345 @@ -465,7 +465,7 @@ i element</a> <span class="id">(the-i-element)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-b-element" class="status REC">REC</a> <a href="../spec/#the-b-element">4.6.17 The 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 UNKNOWN">UNKNOWN</a> <a href="../spec/#the-u-element">4.6.18 The +<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 The mark element</a> <span class="id">(the-mark-element)</span></li>
Received on Tuesday, 30 August 2011 05:46:34 UTC