- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Jun 2009 05:27:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv23598/elements Modified Files: object.html source.html Log Message: h:tml; fixed a couple more broken IDREFs Index: object.html =================================================================== RCS file: /sources/public/html5/markup/elements/object.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- object.html 15 Feb 2009 02:07:27 -0000 1.4 +++ object.html 7 Jun 2009 05:27:02 -0000 1.5 @@ -23,8 +23,8 @@ </dl> <dl> <dt id="object.attrs.usemap">usemap</dt> - <dd>A <a href="#had">valid hash-name reference</a> to a - <a href="#map">map</a> element.</dd> + <dd>A <a href="#hash-name">hash-name reference</a> to a <a + href="#map">map</a> element.</dd> </dl> <dl> <dt id="object.attrs.width">width</dt> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/elements/source.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- source.html 25 Feb 2009 08:07:57 -0000 1.5 +++ source.html 7 Jun 2009 05:27:02 -0000 1.6 @@ -4,30 +4,32 @@ <div id="longdesc"> <p>The <a href="#source" class="element">source</a> element allows authors to specify multiple media resources for media - elements.</p> + elements (each <dfn id="media-resource">media resource</dfn> + is a complete set of media data — for example, a complete + video file, or a complete audio file).</p> </div> <div id="attributes"> <dl> <dt id="source.attrs.src">src</dt> - <dd>The address of the <a href="#media10">media resource</a>.</dd> + <dd>The address of the <a href="#media-resource">media resource</a>.</dd> </dl> <dl> <dt id="source.attrs.type">type</dt> - <dd>The type of the <a href="#media10">media resource</a> + <dd>The type of the <a href="#media-resource">media resource</a> (used for helping the UA determine, before fetching this - <a href="#media10">media resource</a>, if it can play + <a href="#media-resource">media resource</a>, if it can play it).</dd> </dl> <dl> <dt id="source.attrs.media">media</dt> - <dd>The intended media type of the <a href="#media10">media + <dd>The intended media type of the <a href="#media-resource">media resource</a> (used for helping the UA determine, before - fetching this <a href="#media10">media resource</a>, if it + fetching this <a href="#media-resource">media resource</a>, if it is useful to the user).</dd> </dl> <dl> <dt id="source.attrs.pixelratio">pixelratio</dt> - <dd>For anamorphic <a href="#media10" title="media + <dd>For anamorphic <a href="#media-resource" title="media resource">media resources</a> that do not self-describe their <a href="#adjusted1" title="concept-video-adjusted-ratio">pixel ratio</a>,
Received on Sunday, 7 June 2009 05:27:09 UTC