- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 00:37:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv22687 Modified Files: Overview.html spec.html urls.html video.html Log Message: Webkit removed support, so only Opera and IE are left now. (whatwg r4461) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.560 retrieving revision 1.561 diff -u -d -r1.560 -r1.561 --- Overview.html 5 Jan 2010 00:27:18 -0000 1.560 +++ Overview.html 5 Jan 2010 00:37:08 -0000 1.561 @@ -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.3559. +This is revision 1.3561. </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: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- urls.html 3 Jan 2010 15:15:07 -0000 1.9 +++ urls.html 5 Jan 2010 00:37:08 -0000 1.10 @@ -379,11 +379,7 @@ <a href="#collections" title="collections">collection</a> of elements.</p><pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> { readonly attribute unsigned long <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a>; caller getter object <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>(in unsigned long index); // only returns Element - caller getter object <a href="#dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem">namedItem</a>(in DOMString name); // only returns Element<!-- - (removed on the assuption that browsers will remove support:) - https://bugs.webkit.org/show_bug.cgi?id=30695 - https://bugs.opera.com/browse/CORE-25171 - <span>HTMLAllCollection</span> <span title="dom-HTMLCollection-tags">tags</span>(in DOMString tagName);--> + caller getter object <a href="#dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem">namedItem</a>(in DOMString name); // only returns Element };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="#dom-htmlcollection-length">length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -410,12 +406,6 @@ <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> -<!--(see IDL) - <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-tags">tags</code>(<var title="">tagName</var>)</dt> - <dd> - <p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p> - </dd> ---> </dl><h5 id="htmlallcollection-0"><span class="secno">2.6.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code> interface represents a generic <a href="#collections" title="collections">collection</a> of elements just like <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.559 retrieving revision 1.560 diff -u -d -r1.559 -r1.560 --- video.html 4 Jan 2010 11:37:21 -0000 1.559 +++ video.html 5 Jan 2010 00:37:08 -0000 1.560 @@ -310,7 +310,8 @@ the blind, deaf, and those with other physical or cognitive disabilities, authors are expected to provide alternative media streams and/or to embed accessibility aids (such as caption or - subtitle tracks) into their media streams.</p><p>The <code><a href="#video">video</a></code> element is a <a href="#media-element">media element</a> + subtitle tracks, audio description tracks, or sign-language + overlays) into their media streams.</p><p>The <code><a href="#video">video</a></code> element is a <a href="#media-element">media element</a> whose <a href="#media-data">media data</a> is ostensibly video data, possibly with associated audio data.</p><p>The <code title="attr-media-src"><a href="#attr-media-src">src</a></code>, <code title="attr-media-autobuffer"><a href="#attr-media-autobuffer">autobuffer</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attributes are <a href="#media-element-attributes" title="media element attributes">the attributes common to all media elements</a>.</p><p>The <dfn id="attr-video-poster" title="attr-video-poster"><code>poster</code></dfn> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.565 retrieving revision 1.566 diff -u -d -r1.565 -r1.566 --- spec.html 5 Jan 2010 00:27:19 -0000 1.565 +++ spec.html 5 Jan 2010 00:37:08 -0000 1.566 @@ -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.3559. +This is revision 1.3561. </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 @@ -1924,11 +1924,7 @@ <a href=#collections title=collections>collection</a> of elements.</p><pre class=idl>interface <dfn id=htmlcollection>HTMLCollection</dfn> { readonly attribute unsigned long <a href=#dom-htmlcollection-length title=dom-HTMLCollection-length>length</a>; caller getter object <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>(in unsigned long index); // only returns Element - caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element<!-- - (removed on the assuption that browsers will remove support:) - https://bugs.webkit.org/show_bug.cgi?id=30695 - https://bugs.opera.com/browse/CORE-25171 - <span>HTMLAllCollection</span> <span title="dom-HTMLCollection-tags">tags</span>(in DOMString tagName);--> + caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element };</pre><dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLCollection-length><a href=#dom-htmlcollection-length>length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -1955,12 +1951,6 @@ <code><a href=#the-object-element>object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> -<!--(see IDL) - <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-tags">tags</code>(<var title="">tagName</var>)</dt> - <dd> - <p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p> - </dd> ---> </dl><h5 id=htmlallcollection-0><span class=secno>2.6.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href=#htmlallcollection>HTMLAllCollection</a></code> interface represents a generic <a href=#collections title=collections>collection</a> of elements just like <code><a href=#htmlcollection>HTMLCollection</a></code>, with the exception that its <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem()</a></code> method @@ -10377,7 +10367,8 @@ the blind, deaf, and those with other physical or cognitive disabilities, authors are expected to provide alternative media streams and/or to embed accessibility aids (such as caption or - subtitle tracks) into their media streams.</p><p>The <code><a href=#video>video</a></code> element is a <a href=#media-element>media element</a> + subtitle tracks, audio description tracks, or sign-language + overlays) into their media streams.</p><p>The <code><a href=#video>video</a></code> element is a <a href=#media-element>media element</a> whose <a href=#media-data>media data</a> is ostensibly video data, possibly with associated audio data.</p><p>The <code title=attr-media-src><a href=#attr-media-src>src</a></code>, <code title=attr-media-autobuffer><a href=#attr-media-autobuffer>autobuffer</a></code>, <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>, <code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>, and <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attributes are <a href=#media-element-attributes title="media element attributes">the attributes common to all media elements</a>.</p><p>The <dfn id=attr-video-poster title=attr-video-poster><code>poster</code></dfn>
Received on Tuesday, 5 January 2010 00:37:13 UTC