- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 10:37:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31792 Modified Files: Overview.html spec.html video.html Log Message: copypasta oversight. (whatwg r4516) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.598 retrieving revision 1.599 diff -u -d -r1.598 -r1.599 --- Overview.html 6 Jan 2010 09:07:08 -0000 1.598 +++ Overview.html 6 Jan 2010 10:37:21 -0000 1.599 @@ -281,7 +281,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3612. +This is revision 1.3613. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.560 retrieving revision 1.561 diff -u -d -r1.560 -r1.561 --- video.html 5 Jan 2010 00:37:08 -0000 1.560 +++ video.html 6 Jan 2010 10:37:22 -0000 1.561 @@ -557,8 +557,8 @@ resource</a>, to help the user agent determine if this <a href="#media-resource">media resource</a> is useful to the user before fetching it. Its value must be a <a href="common-microsyntaxes.html#valid-media-query">valid media query</a>.</p><p id="source-default-media">The default, if the <code title="attr-srouce-media">media</code> attribute is omitted, is - "<code title="">all</code>", meaning that by default styles apply to - all media.</p><h4 id="media-elements"><span class="secno">4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="media-element" title="media element">Media elements</dfn> implement the + "<code title="">all</code>", meaning that by default the <a href="#media-resource">media + resource</a> is suitable for all media.</p><h4 id="media-elements"><span class="secno">4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="media-element" title="media element">Media elements</dfn> implement the following interface:</p><pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { // error state Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.603 retrieving revision 1.604 diff -u -d -r1.603 -r1.604 --- spec.html 6 Jan 2010 09:07:08 -0000 1.603 +++ spec.html 6 Jan 2010 10:37:21 -0000 1.604 @@ -279,7 +279,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3612. +This is revision 1.3613. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -10627,8 +10627,8 @@ resource</a>, to help the user agent determine if this <a href=#media-resource>media resource</a> is useful to the user before fetching it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p><p id=source-default-media>The default, if the <code title=attr-srouce-media>media</code> attribute is omitted, is - "<code title="">all</code>", meaning that by default styles apply to - all media.</p><h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=media-element title="media element">Media elements</dfn> implement the + "<code title="">all</code>", meaning that by default the <a href=#media-resource>media + resource</a> is suitable for all media.</p><h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=media-element title="media element">Media elements</dfn> implement the following interface:</p><pre class=idl>interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement>HTMLElement</a> { // error state
Received on Wednesday, 6 January 2010 10:37:25 UTC