- 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 In directory hutz:/tmp/cvs-serv23598 Modified Files: Overview.html object.html source.html spec.html terminology.html Log Message: h:tml; fixed a couple more broken IDREFs Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.309 retrieving revision 1.310 diff -u -d -r1.309 -r1.310 --- Overview.html 5 Jun 2009 08:58:33 -0000 1.309 +++ Overview.html 7 Jun 2009 05:27:00 -0000 1.310 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>5 June 2009</em> +<h2>Editor’s Draft <em>7 June 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -42,7 +42,7 @@ <p> - This document is the 5 June 2009 Editor’s Draft of + This document is the 7 June 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- object.html 3 May 2009 15:59:42 -0000 1.4 +++ object.html 7 Jun 2009 05:27:01 -0000 1.5 @@ -76,8 +76,7 @@ <dt><a class="attribute-name" id="object.attrs.usemap" title="object.attrs.usemap" href="object.html#object.attrs.usemap">usemap</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.hash-name" title="common.data.hash-name">hash-name</a> </span> </dt> - <dd>A <a href=".html#had">valid hash-name reference</a> to a - <a href="map.html#map">map</a> element.</dd> + <dd>A <a href="terminology.html#hash-name">hash-name reference</a> to a <a href="map.html#map">map</a> element.</dd> <dt><a class="attribute-name" id="object.attrs.name" title="object.attrs.name" href="object.html#object.attrs.name">name</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.browsing-context" title="common.data.browsing-context">browsing-context</a> Index: terminology.html =================================================================== RCS file: /sources/public/html5/markup/terminology.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- terminology.html 3 May 2009 15:59:43 -0000 1.4 +++ terminology.html 7 Jun 2009 05:27:01 -0000 1.5 @@ -33,6 +33,12 @@ LETTER Z). Many strings in the HTML syntax (for example, the names of elements and their attributes) are <a href="terminology.html#case-insensitive">case-insensitive</a>. </dd> + <dt><dfn id="hash-name">hash-name reference</dfn></dt> + <dd>A valid <a href="terminology.html#hash-name">hash-name reference</a> to an + element of type <i>type</i> is a string consisting of a U+0023 + NUMBER SIGN (<code>#</code>) character followed by a string + which exactly matches the value of the name attribute of an + element in the document with type <i>type</i>.</dd> <dt><dfn id="newlines">newline</dfn></dt> <dd>A <a href="terminology.html#newlines">newline</a> may be represented as any of the following: Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- spec.html 5 Jun 2009 10:18:01 -0000 1.23 +++ spec.html 7 Jun 2009 05:27:01 -0000 1.24 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>5 June 2009</em> +<h2>Editor’s Draft <em>7 June 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -41,7 +41,7 @@ <p> - This document is the 5 June 2009 Editor’s Draft of + This document is the 7 June 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -763,6 +763,12 @@ LETTER Z). Many strings in the HTML syntax (for example, the names of elements and their attributes) are <a href="#case-insensitive">case-insensitive</a>. </dd> + <dt><dfn id="hash-name">hash-name reference</dfn></dt> + <dd>A valid <a href="#hash-name">hash-name reference</a> to an + element of type <i>type</i> is a string consisting of a U+0023 + NUMBER SIGN (<code>#</code>) character followed by a string + which exactly matches the value of the name attribute of an + element in the document with type <i>type</i>.</dd> <dt><dfn id="newlines">newline</dfn></dt> <dd>A <a href="#newlines">newline</a> may be represented as any of the following: @@ -10776,8 +10782,7 @@ <a class="attribute-name" id="object.attrs.usemap" title="object.attrs.usemap" href="#object.attrs.usemap">usemap</a><span class="attr-values"> = <a class="ref" href="#common.data.hash-name" title="common.data.hash-name">hash-name</a> </span> </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> <dt> <a class="attribute-name" id="object.attrs.name" title="object.attrs.name" href="#object.attrs.name">name</a><span class="attr-values"> = @@ -12088,7 +12093,9 @@ <div id="source-longdesc" class="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 class="no-number no-toc" id="source-content"> <h2 class="element-subhead">Content model <a class="hash" href="#source-content">#</a> @@ -12128,24 +12135,24 @@ <a class="attribute-name" id="source.attrs.src" title="source.attrs.src" href="#source.attrs.src">src</a><span class="attr-values"> = <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> </span> </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> <dt> <a class="attribute-name" id="source.attrs.type" title="source.attrs.type" href="#source.attrs.type">type</a><span class="attr-values"> = <a class="ref" href="#common.data.mimetype" title="common.data.mimetype">mimetype</a> </span> </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> <dt> <a class="attribute-name" id="source.attrs.media" title="source.attrs.media" href="#source.attrs.media">media</a><span class="attr-values"> = <a class="ref" href="#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> </span> </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> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- source.html 3 May 2009 15:59:43 -0000 1.4 +++ source.html 7 Jun 2009 05:27:01 -0000 1.5 @@ -16,7 +16,9 @@ <div id="source-longdesc" class="longdesc"> <p>The <a href="source.html#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 class="no-number no-toc" id="source-content"> <h2 class="element-subhead">Content model <a class="hash" href="#source-content">#</a></h2> @@ -49,22 +51,22 @@ <dt><a class="attribute-name" id="source.attrs.src" title="source.attrs.src" href="source.html#source.attrs.src">src</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span> </dt> - <dd>The address of the <a href=".html#media10">media resource</a>.</dd> + <dd>The address of the <a href="source.html#media-resource">media resource</a>.</dd> <dt><a class="attribute-name" id="source.attrs.type" title="source.attrs.type" href="source.html#source.attrs.type">type</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> </span> </dt> - <dd>The type of the <a href=".html#media10">media resource</a> + <dd>The type of the <a href="source.html#media-resource">media resource</a> (used for helping the UA determine, before fetching this - <a href=".html#media10">media resource</a>, if it can play + <a href="source.html#media-resource">media resource</a>, if it can play it).</dd> <dt><a class="attribute-name" id="source.attrs.media" title="source.attrs.media" href="source.html#source.attrs.media">media</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> </span> </dt> - <dd>The intended media type of the <a href=".html#media10">media + <dd>The intended media type of the <a href="source.html#media-resource">media resource</a> (used for helping the UA determine, before - fetching this <a href=".html#media10">media resource</a>, if it + fetching this <a href="source.html#media-resource">media resource</a>, if it is useful to the user).</dd> </dl></div>
Received on Sunday, 7 June 2009 05:27:10 UTC