- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 01:26:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16915 Modified Files: links.html spec.html video.html Log Message: make example less confusing (whatwg r5325) [updated by splitter] Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.880 retrieving revision 1.881 diff -u -d -r1.880 -r1.881 --- video.html 24 Aug 2010 00:36:47 -0000 1.880 +++ video.html 24 Aug 2010 01:26:45 -0000 1.881 @@ -1236,8 +1236,16 @@ <li><p>If <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true, set it to false.</p></li> - <li><p>Set the <a href="#current-playback-position">current playback position</a> to - 0.</p></li> + <li> + + <p>Set the <a href="#current-playback-position">current playback position</a> to 0.</p> + + <p>If this changed the <a href="#current-playback-position">current playback position</a>, + then span>queue a task to <a href="webappapis.html#fire-a-simple-event">fire a simple + event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the + <a href="#media-element">media element</a>.</p> + + </li> <li><p>Set the <a href="#initial-playback-position">initial playback position</a> to 0.</p></li> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- links.html 16 Aug 2010 22:06:45 -0000 1.20 +++ links.html 24 Aug 2010 01:26:45 -0000 1.21 @@ -876,7 +876,7 @@ <link rel=icon href=favicon.png sizes="16x16" type="image/png"> <link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"> <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"> - <link rel=icon href=iphone.png sizes="59x60" type="image/png"> + <link rel=icon href=iphone.png sizes="57x57" type="image/png"> <link rel=icon href=gnome.svg sizes="any" type="image/svg+xml"> <link rel=stylesheet href=lsforums.css> <script src=lsforums.js></script> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1159 retrieving revision 1.1160 diff -u -d -r1.1159 -r1.1160 --- spec.html 24 Aug 2010 00:36:47 -0000 1.1159 +++ spec.html 24 Aug 2010 01:26:45 -0000 1.1160 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4242. +This is revision 1.4244. </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 Tuesday, 24 August 2010 01:26:49 UTC