- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Aug 2009 13:11:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv1085 Modified Files: Overview.html article.html common-attributes.html forms-attributes.html label.html output.html section.html spec.html td.html terminology.html th.html time.html Log Message: removed the cite attribute from <section> and <article>; also, normalized the descriptions of several IDREFS elements and added some details for the <time> element Index: th.html =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- th.html 20 Aug 2009 09:22:41 -0000 1.17 +++ th.html 21 Aug 2009 13:10:59 -0000 1.18 @@ -66,7 +66,7 @@ <dt><a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="th.html#th.attrs.headers">headers</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>A list of + <dd>Identifies one or more <a href="th.html#th" class="element">th</a> elements that apply to its <a href="th.html#th" class="element">th</a>.</dd> Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.352 retrieving revision 1.353 diff -u -d -r1.352 -r1.353 --- Overview.html 20 Aug 2009 09:22:35 -0000 1.352 +++ Overview.html 21 Aug 2009 13:10:58 -0000 1.353 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>20 August 2009</em> +<h2>Editor’s Draft <em>21 August 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -42,7 +42,7 @@ <p> - This document is the 20 August 2009 Editor’s Draft of + This document is the 21 August 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- time.html 20 Aug 2009 09:22:41 -0000 1.15 +++ time.html 21 Aug 2009 13:10:59 -0000 1.16 @@ -37,7 +37,8 @@ <dt><a class="attribute-name" id="time.attrs.datetime" title="time.attrs.datetime" href="time.html#time.attrs.datetime">datetime</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.date-or-time" title="common.data.date-or-time">date-or-time</a> </span> </dt> - <dd>Identifies the date or time being specified.</dd> + <dd>Specifies the date or time that the element + represents.</dd> </dl></div> @@ -55,7 +56,22 @@ <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> </div> - </div> + + <div class="no-number no-toc" id="time-details"> + <h2 class="element-subhead">Details <a class="hash" href="#time-details">#</a></h2><div class="details"> + <p>If the + <a href="time.html#time.attrs.datetime">datetime</a> + attribute is not specified, then the date or time represented + is given by the + <a href="syntax.html#contents">contents</a> + of the element, and the + <a href="syntax.html#character-data">character data</a> + in those + <a href="syntax.html#contents">contents</a> + must conform to the + <a href="datatypes.html#common.data.date-or-time">date-or-time</a> + datatype.</p> + </div></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="thead.html">« thead</a></span> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/section.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- section.html 20 Aug 2009 09:22:40 -0000 1.19 +++ section.html 21 Aug 2009 13:10:58 -0000 1.20 @@ -31,18 +31,8 @@ </div><div class="no-number no-toc" id="section-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#section-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="section.html#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - <a href="terminology.html#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="section.html#section.attrs.cite" title="section.attrs.cite">cite</a><a href="terminology.html#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a></span></p></div></div> - <div class="no-number no-toc" id="section-attributes"> - <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#section-attributes">#</a></h2> - <dl class="attr-defs"> - <dt><a class="attribute-name" id="section.attrs.cite" title="section.attrs.cite" href="section.html#section.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>A URL referencing the original source for the - section.</dd> - - </dl></div> + <p><a href="section.html#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> + <div class="no-number no-toc" id="section-assertions"> <h2 class="element-subhead">Assertions <a class="hash" href="#section-assertions">#</a></h2> Index: terminology.html =================================================================== RCS file: /sources/public/html5/markup/terminology.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- terminology.html 20 Aug 2009 09:22:41 -0000 1.17 +++ terminology.html 21 Aug 2009 13:10:59 -0000 1.18 @@ -57,10 +57,6 @@ that are delimited by a set of matching "<code>(</code>" and "<code>)</code>" (parentheses) symbols.</dd> - <dt><dfn id="identify">identify</dfn></dt> - <dd>To <a href="terminology.html#identify">identify</a> a particular element - means to reference that element by means of its - <a href="common-attributes.html#common.attrs.id">id</a> attribute.</dd> <dt><dfn id="html-producer" title="html-producer">HTML producers</dfn></dt> <dd>HTML authors (that is, people) and applications (such as editors and content management systems) Index: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- common-attributes.html 20 Aug 2009 09:22:36 -0000 1.23 +++ common-attributes.html 21 Aug 2009 13:10:58 -0000 1.24 @@ -71,8 +71,7 @@ <dt><a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="common-attributes.html#common.attrs.contextmenu">contextmenu</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd><a href="terminology.html#identify">Identifies</a> - a + <dd>Identifies a <a href="menu.html#menu" class="element">menu</a> with which to associate the element as a <dfn id="context-menu" title="context-menu">context menu</dfn>.</dd> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- label.html 20 Aug 2009 09:22:39 -0000 1.18 +++ label.html 21 Aug 2009 13:10:58 -0000 1.19 @@ -38,7 +38,9 @@ <dt><a class="attribute-name" id="label.attrs.for" title="label.attrs.for" href="label.html#label.attrs.for">for</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd>Specifies the ID of the form control for which the <a href="label.html#label">label</a> is a caption.</dd> + <dd>Identifies a form control for which the + <a href="label.html#label">label</a> + is a caption.</dd> </dl></div> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/td.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- td.html 20 Aug 2009 09:22:41 -0000 1.17 +++ td.html 21 Aug 2009 13:10:59 -0000 1.18 @@ -39,7 +39,7 @@ <dt><a class="attribute-name" id="td.attrs.colspan" title="td.attrs.colspan" href="td.html#td.attrs.colspan">colspan</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span> </dt> - <dd>Specifies the number of adjacent columns “spanned” by + <dd>Specifies the number of adjacent columns “spanned” by its <a href="td.html#td" class="element">td</a> element.</dd> @@ -55,7 +55,7 @@ <dt><a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="td.html#td.attrs.headers">headers</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>A list of + <dd>Identifies one or more <a href="th.html#th" class="element">th</a> elements that apply to its <a href="td.html#td" class="element">td</a>.</dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- spec.html 20 Aug 2009 09:22:40 -0000 1.98 +++ spec.html 21 Aug 2009 13:10:58 -0000 1.99 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>20 August 2009</em> +<h2>Editor’s Draft <em>21 August 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -41,7 +41,7 @@ <p> - This document is the 20 August 2009 Editor’s Draft of + This document is the 21 August 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -756,10 +756,6 @@ that are delimited by a set of matching "<code>(</code>" and "<code>)</code>" (parentheses) symbols.</dd> - <dt><dfn id="identify">identify</dfn></dt> - <dd>To <a href="#identify">identify</a> a particular element - means to reference that element by means of its - <a href="#common.attrs.id">id</a> attribute.</dd> <dt><dfn id="html-producer" title="html-producer">HTML producers</dfn></dt> <dd>HTML authors (that is, people) and applications (such as editors and content management systems) @@ -3206,7 +3202,6 @@ </h2> <div class="attr-content-models"> <p><a href="#article.attrs">article.attrs</a> = <span class="pattern" id="article.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - <a href="#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="#article.attrs.cite" title="article.attrs.cite">cite</a><a href="#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a> <a href="#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="#article.attrs.pubdate" title="article.attrs.pubdate">pubdate</a><a href="#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a></span></p> </div> </div> @@ -3215,13 +3210,6 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="article.attrs.cite" title="article.attrs.cite" href="#article.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>A URL referencing the original source for the - article.</dd> - - <dt> <a class="attribute-name" id="article.attrs.pubdate" title="article.attrs.pubdate" href="#article.attrs.pubdate">pubdate</a> = <span class="attr-values"> <a class="ref" href="#common.data.datetime" title="common.data.datetime">datetime</a> </span> </dt> @@ -10260,7 +10248,9 @@ <a class="attribute-name" id="label.attrs.for" title="label.attrs.for" href="#label.attrs.for">for</a> = <span class="attr-values"> <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd>Specifies the ID of the form control for which the <a href="#label">label</a> is a caption.</dd> + <dd>Identifies a form control for which the + <a href="#label">label</a> + is a caption.</dd> </dl> </div> @@ -12210,8 +12200,10 @@ <a class="attribute-name" id="output.attrs.for" title="output.attrs.for" href="#output.attrs.for">for</a> = <span class="attr-values"> <a class="ref" href="#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>Specifies one or more IDs of elements associated with - the calculation whose result this <a href="#output" class="element">output</a> element represents.</dd> + <dd>Identifies one or more elements associated with + the calculation whose result this + <a href="#output" class="element">output</a> + element represents.</dd> </dl> </div> @@ -13016,23 +13008,10 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#section-attr-mdl">#</a> </h2> <div class="attr-content-models"> - <p><a href="#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - <a href="#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="#section.attrs.cite" title="section.attrs.cite">cite</a><a href="#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a></span></p> + <p><a href="#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="#common.attrs">common.attrs</a></span></p> </div> </div> - <div class="no-number no-toc" id="section-attributes"> - <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#section-attributes">#</a> -</h2> - <dl class="attr-defs"> -<dt> -<a class="attribute-name" id="section.attrs.cite" title="section.attrs.cite" href="#section.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>A URL referencing the original source for the - section.</dd> - - </dl> -</div> + <div class="no-number no-toc" id="section-assertions"> <h2 class="element-subhead">Assertions <a class="hash" href="#section-assertions">#</a> @@ -13901,7 +13880,7 @@ <a class="attribute-name" id="td.attrs.colspan" title="td.attrs.colspan" href="#td.attrs.colspan">colspan</a> = <span class="attr-values"> <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span> </dt> - <dd>Specifies the number of adjacent columns “spanned” by + <dd>Specifies the number of adjacent columns “spanned” by its <a href="#td" class="element">td</a> element.</dd> @@ -13919,7 +13898,7 @@ <a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="#td.attrs.headers">headers</a> = <span class="attr-values"> <a class="ref" href="#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>A list of + <dd>Identifies one or more <a href="#th" class="element">th</a> elements that apply to its <a href="#td" class="element">td</a>.</dd> @@ -14227,7 +14206,7 @@ <a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="#th.attrs.headers">headers</a> = <span class="attr-values"> <a class="ref" href="#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>A list of + <dd>Identifies one or more <a href="#th" class="element">th</a> elements that apply to its <a href="#th" class="element">th</a>.</dd> @@ -14391,7 +14370,8 @@ <a class="attribute-name" id="time.attrs.datetime" title="time.attrs.datetime" href="#time.attrs.datetime">datetime</a> = <span class="attr-values"> <a class="ref" href="#common.data.date-or-time" title="common.data.date-or-time">date-or-time</a> </span> </dt> - <dd>Identifies the date or time being specified.</dd> + <dd>Specifies the date or time that the element + represents.</dd> </dl> </div> @@ -14411,7 +14391,26 @@ </h2> <ul><li class="context-mdl"><a href="#common.elem.phrasing">common.elem.phrasing</a></li></ul> </div> - </div> + + <div class="no-number no-toc" id="time-details"> + <h2 class="element-subhead">Details <a class="hash" href="#time-details">#</a> +</h2> +<div class="details"> + <p>If the + <a href="#time.attrs.datetime">datetime</a> + attribute is not specified, then the date or time represented + is given by the + <a href="#contents">contents</a> + of the element, and the + <a href="#character-data">character data</a> + in those + <a href="#contents">contents</a> + must conform to the + <a href="#common.data.date-or-time">date-or-time</a> + datatype.</p> + </div> +</div> +</div> <div id="title" class="section"> <h2 class="element-head"> <span class="element">title</span> – <span class="shortdesc">document title</span> <a class="hash" href="#title">#</a> <a class="toc-bak" href="#title-toc">T</a> @@ -15028,9 +15027,7 @@ <a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="#common.attrs.contextmenu">contextmenu</a> = <span class="attr-values"> <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd> -<a href="#identify">Identifies</a> - a + <dd>Identifies a <a href="#menu" class="element">menu</a> with which to associate the element as a <dfn id="context-menu" title="context-menu">context menu</dfn>.</dd> @@ -15487,7 +15484,7 @@ <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="#common-form.attrs.form">#</a> </dt> -<dd>A +<dd>Identifies a <a href="#form" class="form">form</a> with which to associate the element.</dd> <dt> @@ -15536,7 +15533,7 @@ <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="#input.attrs.list">#</a> </dt> -<dd>Specifies a +<dd>Identifies a <a href="#datalist" class="element">datalist</a> with which to associate the element.</dd> <dt> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/article.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- article.html 20 Aug 2009 09:22:36 -0000 1.19 +++ article.html 21 Aug 2009 13:10:58 -0000 1.20 @@ -33,17 +33,10 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#article-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="article.html#article.attrs">article.attrs</a> = <span class="pattern" id="article.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - <a href="terminology.html#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="article.html#article.attrs.cite" title="article.attrs.cite">cite</a><a href="terminology.html#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a> <a href="terminology.html#interleave" title="INTERLEAVED IN ANY ORDER" class="rnc-symbol">&</a> <a class="ref" href="article.html#article.attrs.pubdate" title="article.attrs.pubdate">pubdate</a><a href="terminology.html#optional" title="OPTIONAL (ZERO OR ONE)" class="rnc-symbol">?</a></span></p></div></div> <div class="no-number no-toc" id="article-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#article-attributes">#</a></h2> <dl class="attr-defs"> - <dt><a class="attribute-name" id="article.attrs.cite" title="article.attrs.cite" href="article.html#article.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>A URL referencing the original source for the - article.</dd> - <dt><a class="attribute-name" id="article.attrs.pubdate" title="article.attrs.pubdate" href="article.html#article.attrs.pubdate">pubdate</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> </span> </dt> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- output.html 20 Aug 2009 09:22:39 -0000 1.17 +++ output.html 21 Aug 2009 13:10:58 -0000 1.18 @@ -39,8 +39,10 @@ <dt><a class="attribute-name" id="output.attrs.for" title="output.attrs.for" href="output.html#output.attrs.for">for</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> </span> </dt> - <dd>Specifies one or more IDs of elements associated with - the calculation whose result this <a href="output.html#output" class="element">output</a> element represents.</dd> + <dd>Identifies one or more elements associated with + the calculation whose result this + <a href="output.html#output" class="element">output</a> + element represents.</dd> </dl></div> Index: forms-attributes.html =================================================================== RCS file: /sources/public/html5/markup/forms-attributes.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- forms-attributes.html 20 Aug 2009 09:22:37 -0000 1.3 +++ forms-attributes.html 21 Aug 2009 13:10:58 -0000 1.4 @@ -37,7 +37,7 @@ </span><a class="hash" href="forms-attributes.html#common-form.attrs.disabled">#</a></dt><dd>Specifies that the element represents a disabled control.</dd><dt><dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> - </span><a class="hash" href="forms-attributes.html#common-form.attrs.form">#</a></dt><dd>A + </span><a class="hash" href="forms-attributes.html#common-form.attrs.form">#</a></dt><dd>Identifies a <a href="form.html#form" class="form">form</a> with which to associate the element.</dd><dt><dfn class="attribute-name" id="shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> @@ -62,7 +62,7 @@ </span><a class="hash" href="forms-attributes.html#shared-form.attrs.formtarget">#</a></dt><dd>A browsing context or keyword that represents the target of the control.</dd><dt><dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> - </span><a class="hash" href="forms-attributes.html#input.attrs.list">#</a></dt><dd>Specifies a + </span><a class="hash" href="forms-attributes.html#input.attrs.list">#</a></dt><dd>Identifies a <a href="datalist.html#datalist" class="element">datalist</a> with which to associate the element.</dd><dt><dfn class="attribute-name" id="shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
Received on Friday, 21 August 2009 13:11:10 UTC