- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Nov 2010 11:19:55 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added documentation for the s element http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.287&r2=1.288&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.468 retrieving revision 1.469 diff -u -d -r1.468 -r1.469 --- Overview.html 30 Nov 2010 01:49:40 -0000 1.468 +++ Overview.html 30 Nov 2010 02:16:07 -0000 1.469 @@ -532,7 +532,7 @@ <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">ⓘ</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="s-toc"> -<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> +<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="samp-toc"> <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">ⓘ</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span></span></a> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- ins.html 30 Nov 2010 01:49:43 -0000 1.88 +++ ins.html 30 Nov 2010 02:16:08 -0000 1.89 @@ -43,8 +43,8 @@ </h2> <div class="attr-content-models"> <p><span class="pattern" id="ins.attrs"><a class="ref" href="global-attributes.html">global attributes</a> - <span class="postfix intermixed">&</span> <a class="ref" href="del.html#edit.attrs.cite" title="edit.attrs.cite">cite</a> - <span class="postfix intermixed">&</span> <a class="ref" href="del.html#edit.attrs.datetime" title="edit.attrs.datetime">datetime</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="ins.html#ins.attrs.cite" title="ins.attrs.cite">cite</a> + <span class="postfix intermixed">&</span> <a class="ref" href="ins.html#ins.attrs.datetime" title="ins.attrs.datetime">datetime</a> </span></p> </div> <dl class="attr-defs"> <dt> @@ -53,27 +53,29 @@ </dt> <dd>Any attributes permitted globally.</dd> - <dt id="edit.attrs.cite" title="edit.attrs.cite"> + <dt id="ins.attrs.cite" title="ins.attrs.cite"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">ⓘ</a> <span class="attribute-name">cite</span> = <span class="attr-values"> <a href="datatypes.html#common.data.uri" id="common.data.uri_xref19">URL potentially surrounded by spaces</a> </span> -<a class="hash" href="del.html#edit.attrs.cite">#</a> +<a class="hash" href="ins.html#ins.attrs.cite">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The address of a document that explains why the text was + added.</dd> - <dt id="edit.attrs.datetime" title="edit.attrs.datetime"> + <dt id="ins.attrs.datetime" title="ins.attrs.datetime"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">ⓘ</a> <span class="attribute-name">datetime</span> = <span class="attr-values"> <a href="datatypes.html#common.data.datetime" id="common.data.datetime_xref5">date and time</a> - <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.date" title="common.data.date" id="common.data.date_xref2">date</a> </span> -<a class="hash" href="del.html#edit.attrs.datetime">#</a> +<a class="hash" href="ins.html#ins.attrs.datetime">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The date and time when the text was added.</dd> <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -92,18 +94,6 @@ <pre><code>1990-12-31T23:59:60Z</code> <code>1996-12-19T16:39:57-08:00</code></pre> </div></dd> -<dd> -<div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> -<div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> -</dd> </dl> </div> Index: schema.html =================================================================== RCS file: /sources/public/html5/markup/schema.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- schema.html 30 Nov 2010 01:49:44 -0000 1.24 +++ schema.html 30 Nov 2010 02:16:08 -0000 1.25 @@ -416,10 +416,6 @@ <div class='patternname' id='the-common.data.date-or-time'><a href='#the-common.data.date-or-time'>date-or-time</a> =</div> <span class='pattern' id='common.data.date-or-time'>d:date-or-time</span> </div> -<div class='define' id='common.data.date-define'> - <div class='patternname' id='the-common.data.date'><a href='#the-common.data.date'>date</a> =</div> - <span class='pattern' id='common.data.date'>d:date</span> -</div> <div class='define' id='common.data.uri-define'> <div class='patternname' id='the-common.data.uri'><a href='#the-common.data.uri'>uri</a> =</div> <span class='pattern' id='common.data.uri'>d:string "" @@ -2012,25 +2008,6 @@ </div> <div class='chunk'> <div class='chunk'> -<div class='define' id='edit.attrs.cite-define'> - <div class='patternname' id='the-edit.attrs.cite'><a href='#the-edit.attrs.cite'>cite</a> =</div> - <span class='pattern' id='edit.attrs.cite'><span class='type'>attribute </span> - <span class='name'>cite</span> - {<span class='model'> - <a class='ref' href='#common.data.uri' title='common.data.uri'>uri</a> - </span>} - </span> -</div> -<div class='define' id='edit.attrs.datetime-define'> - <div class='patternname' id='the-edit.attrs.datetime'><a href='#the-edit.attrs.datetime'>datetime</a> =</div> - <span class='pattern' id='edit.attrs.datetime'><span class='type'>attribute </span> - <span class='name'>datetime</span> - {<span class='model'> - <a class='ref' href='#common.data.datetime' title='common.data.datetime'>datetime</a> - <span class='postfix or'>or</span> <a class='ref' href='#common.data.date' title='common.data.date'>date</a> - </span>} - </span> -</div> <div class='define' id='ins.elem.flow-define'> <div class='patternname' id='the-ins.elem.flow'><a href='#the-ins.elem.flow'>ins.elem.flow</a> =</div> <span class='pattern' id='ins.elem.flow'><span class='type'>element </span> @@ -2054,8 +2031,26 @@ <div class='define' id='ins.attrs-define'> <div class='patternname' id='the-ins.attrs'><a href='#the-ins.attrs'>ins.attrs</a> =</div> <span class='pattern' id='ins.attrs'><a class='ref' href='#common.attrs'>common.attrs</a> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#edit.attrs.cite' title='edit.attrs.cite'>cite</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#edit.attrs.datetime' title='edit.attrs.datetime'>datetime</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#ins.attrs.cite' title='ins.attrs.cite'>cite</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#ins.attrs.datetime' title='ins.attrs.datetime'>datetime</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> +</div> +<div class='define' id='ins.attrs.cite-define'> + <div class='patternname' id='the-ins.attrs.cite'><a href='#the-ins.attrs.cite'>cite</a> =</div> + <span class='pattern' id='ins.attrs.cite'><span class='type'>attribute </span> + <span class='name'>cite</span> + {<span class='model'> + <a class='ref' href='#common.data.uri' title='common.data.uri'>uri</a> + </span>} + </span> +</div> +<div class='define' id='ins.attrs.datetime-define'> + <div class='patternname' id='the-ins.attrs.datetime'><a href='#the-ins.attrs.datetime'>datetime</a> =</div> + <span class='pattern' id='ins.attrs.datetime'><span class='type'>attribute </span> + <span class='name'>datetime</span> + {<span class='model'> + <a class='ref' href='#common.data.datetime' title='common.data.datetime'>datetime</a> + </span>} + </span> </div> <div class='define' id='ins.inner.flow-define'> <div class='patternname' id='the-ins.inner.flow'><a href='#the-ins.inner.flow'>ins.inner.flow</a> =</div> @@ -2088,8 +2083,26 @@ <div class='define' id='del.attrs-define'> <div class='patternname' id='the-del.attrs'><a href='#the-del.attrs'>del.attrs</a> =</div> <span class='pattern' id='del.attrs'><a class='ref' href='#common.attrs'>common.attrs</a> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#edit.attrs.cite' title='edit.attrs.cite'>cite</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#edit.attrs.datetime' title='edit.attrs.datetime'>datetime</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#del.attrs.cite' title='del.attrs.cite'>cite</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#del.attrs.datetime' title='del.attrs.datetime'>datetime</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> +</div> +<div class='define' id='del.attrs.cite-define'> + <div class='patternname' id='the-del.attrs.cite'><a href='#the-del.attrs.cite'>cite</a> =</div> + <span class='pattern' id='del.attrs.cite'><span class='type'>attribute </span> + <span class='name'>cite</span> + {<span class='model'> + <a class='ref' href='#common.data.uri' title='common.data.uri'>uri</a> + </span>} + </span> +</div> +<div class='define' id='del.attrs.datetime-define'> + <div class='patternname' id='the-del.attrs.datetime'><a href='#the-del.attrs.datetime'>datetime</a> =</div> + <span class='pattern' id='del.attrs.datetime'><span class='type'>attribute </span> + <span class='name'>datetime</span> + {<span class='model'> + <a class='ref' href='#common.data.datetime' title='common.data.datetime'>datetime</a> + </span>} + </span> </div> <div class='define' id='del.inner.flow-define'> <div class='patternname' id='the-del.inner.flow'><a href='#the-del.inner.flow'>del.inner.flow</a> =</div> Index: Makefile =================================================================== RCS file: /sources/public/html5/markup/Makefile,v retrieving revision 1.109 retrieving revision 1.110 diff -u -d -r1.109 -r1.110 --- Makefile 28 Aug 2010 23:52:49 -0000 1.109 +++ Makefile 30 Nov 2010 02:16:07 -0000 1.110 @@ -299,11 +299,7 @@ @echo "NOTE: You can run \"make distclean && make\" to re-download third-party dependencies and rebuild from scratch." @echo -distclean: clean - $(RM) webapps.html - $(RM) html.css - $(RM) fragment-links.js - $(RM) fragment-links.html +schemaclean: ifneq ($(WHATTF_SCHEMA),) rm -rf schema mkdir schema @@ -313,3 +309,9 @@ cp -pR $(WHATTF_SCHEMA)/.svn schema -$(PATCH) $(PATCHFLAGS) < patch-schema endif + +distclean: clean schemaclean + $(RM) webapps.html + $(RM) html.css + $(RM) fragment-links.js + $(RM) fragment-links.html Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- datatypes.html 30 Nov 2010 01:49:41 -0000 1.82 +++ datatypes.html 30 Nov 2010 02:16:07 -0000 1.83 @@ -378,7 +378,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -416,24 +416,6 @@ </div> - <div id="common.data.date-def" class="no-toc no-number section"> - <h2 class="common-subhead"> -<dfn id="common.data.date">date</dfn> <a class="hash" href="#common.data.date-def">#</a> -</h2> - - <div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref15">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> - <div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> - - </div> - <div id="data-url-no-spaces-def" class="no-toc no-number section"> <h2 class="common-subhead"> <dfn id="data-url-no-spaces">URL</dfn> <a class="hash" href="#data-url-no-spaces-def">#</a> @@ -846,7 +828,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref16">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -927,7 +909,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref17">[RFC 3339]</a>.</div> + <a href="references.html#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>.</div> <div class="example"> <p>Examples:</p> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- input.datetime.html 30 Nov 2010 01:49:43 -0000 1.92 +++ input.datetime.html 30 Nov 2010 02:16:08 -0000 1.93 @@ -161,7 +161,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -193,7 +193,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -257,7 +257,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- input.time.html 30 Nov 2010 01:49:43 -0000 1.92 +++ input.time.html 30 Nov 2010 02:16:08 -0000 1.93 @@ -160,7 +160,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd> + <a href="references.html#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> @@ -179,7 +179,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd> + <a href="references.html#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> @@ -231,7 +231,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>.</div></dd> + <a href="references.html#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- del.html 30 Nov 2010 01:49:41 -0000 1.87 +++ del.html 30 Nov 2010 02:16:07 -0000 1.88 @@ -45,8 +45,8 @@ </h2> <div class="attr-content-models"> <p><span class="pattern" id="del.attrs"><a class="ref" href="global-attributes.html">global attributes</a> - <span class="postfix intermixed">&</span> <a class="ref" href="del.html#edit.attrs.cite" title="edit.attrs.cite">cite</a> - <span class="postfix intermixed">&</span> <a class="ref" href="del.html#edit.attrs.datetime" title="edit.attrs.datetime">datetime</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="del.html#del.attrs.cite" title="del.attrs.cite">cite</a> + <span class="postfix intermixed">&</span> <a class="ref" href="del.html#del.attrs.datetime" title="del.attrs.datetime">datetime</a> </span></p> </div> <dl class="attr-defs"> <dt> @@ -55,22 +55,24 @@ </dt> <dd>Any attributes permitted globally.</dd> - <dt id="edit.attrs.cite" title="edit.attrs.cite"> + <dt id="del.attrs.cite" title="del.attrs.cite"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">ⓘ</a> <span class="attribute-name">cite</span> = <span class="attr-values"> <a href="datatypes.html#common.data.uri" id="common.data.uri_xref10">URL potentially surrounded by spaces</a> </span> -<a class="hash" href="del.html#edit.attrs.cite">#</a> +<a class="hash" href="del.html#del.attrs.cite">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The address of a document that explains why the text was + deleted.</dd> - <dt id="edit.attrs.datetime" title="edit.attrs.datetime"> + <dt id="del.attrs.datetime" title="del.attrs.datetime"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">ⓘ</a> <span class="attribute-name">datetime</span> = <span class="attr-values"> <a href="datatypes.html#common.data.datetime" id="common.data.datetime_xref1">date and time</a> - <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.date" title="common.data.date" id="common.data.date_xref1">date</a> </span> -<a class="hash" href="del.html#edit.attrs.datetime">#</a> +<a class="hash" href="del.html#del.attrs.datetime">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The date and time when the text was deleted.</dd> <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> @@ -94,18 +96,6 @@ <pre><code>1990-12-31T23:59:60Z</code> <code>1996-12-19T16:39:57-08:00</code></pre> </div></dd> -<dd> -<div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> -<div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> -</dd> </dl> </div> Index: index-of-terms.xhtml =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index-of-terms.xhtml 30 Nov 2010 01:49:42 -0000 1.6 +++ index-of-terms.xhtml 30 Nov 2010 02:16:08 -0000 1.7 @@ -316,14 +316,6 @@ </ul><ul id="refsCSS_index_items"><li><a href="global-attributes.html#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li> </ul> </div> -<div class="index-entry" id="common.data.date_index"> -<p class="index-term">date</p> -<ul> -<li><a href="datatypes.html#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="common.data.date_index_items"><li><a href="del.html#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -<li><a href="ins.html#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -</ul> -</div> <div class="index-entry" id="form.data.date_index"> <p class="index-term">date</p> <ul> @@ -1429,20 +1421,20 @@ <p class="index-term">RFC 3339 (specification)</p> <ul> <li><a href="references.html#refsRFC3339"><cite class="index">References</cite> section: <cite class="index-dfn">RFC 3339</cite></a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="refsRFC3339_index_items"><li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="del.html#refsRFC3339_xref2">2</a>]</span></li> -<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.datetime.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="ins.html#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="ins.html#refsRFC3339_xref13">2</a>]</span></li> -<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li> -<li><a href="datatypes.html#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#refsRFC3339_xref16">2</a>]</span></li> -<li><a href="datatypes.html#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li> +</ul><ul id="refsRFC3339_index_items"><li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="ins.html#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="datatypes.html#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li> +<li><a href="datatypes.html#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li> +<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li> </ul> </div> <div class="index-entry" id="refsRFC3987_index"> Index: patch-schema =================================================================== RCS file: /sources/public/html5/markup/patch-schema,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- patch-schema 31 Jul 2010 08:13:14 -0000 1.94 +++ patch-schema 30 Nov 2010 02:16:08 -0000 1.95 @@ -1,6 +1,6 @@ Index: schema/revision.rnc =================================================================== ---- schema/revision.rnc (revision 564) +--- schema/revision.rnc (revision 574) +++ schema/revision.rnc (working copy) @@ -2,17 +2,6 @@ ## RELAX NG Schema for HTML 5: Revision Annotations # @@ -14,7 +14,7 @@ - } - edit.attrs.datetime = - attribute datetime { -- common.data.datetime +- common.data.datetime | common.data.date - } - ## Inserts: <ins> @@ -62,7 +62,7 @@ del.inner.phrasing = Index: schema/web-forms.rnc =================================================================== ---- schema/web-forms.rnc (revision 564) +--- schema/web-forms.rnc (revision 572) +++ schema/web-forms.rnc (working copy) @@ -9,6 +9,7 @@ common-form.attrs = @@ -170,7 +170,7 @@ Index: schema/tables.rnc =================================================================== ---- schema/tables.rnc (revision 564) +--- schema/tables.rnc (revision 572) +++ schema/tables.rnc (working copy) @@ -157,38 +157,6 @@ tr.inner = @@ -276,7 +276,7 @@ ( common.inner.phrasing ) Index: schema/embed.rnc =================================================================== ---- schema/embed.rnc (revision 564) +--- schema/embed.rnc (revision 572) +++ schema/embed.rnc (working copy) @@ -248,7 +248,7 @@ } @@ -400,7 +400,7 @@ # } Index: schema/media.rnc =================================================================== ---- schema/media.rnc (revision 564) +--- schema/media.rnc (revision 572) +++ schema/media.rnc (working copy) @@ -4,32 +4,6 @@ ## RELAX NG Schema for HTML 5: Advanced Embedded Content # @@ -556,7 +556,7 @@ Index: schema/phrase.rnc =================================================================== ---- schema/phrase.rnc (revision 564) +--- schema/phrase.rnc (revision 572) +++ schema/phrase.rnc (working copy) @@ -13,13 +13,12 @@ a.attrs = @@ -650,7 +650,7 @@ em.elem = Index: schema/web-forms2.rnc =================================================================== ---- schema/web-forms2.rnc (revision 564) +--- schema/web-forms2.rnc (revision 572) +++ schema/web-forms2.rnc (working copy) @@ -6,9 +6,6 @@ @@ -702,7 +702,7 @@ attribute autocomplete { Index: schema/meta.rnc =================================================================== ---- schema/meta.rnc (revision 564) +--- schema/meta.rnc (revision 572) +++ schema/meta.rnc (working copy) @@ -53,7 +53,11 @@ & body.attrs.onafterprint? @@ -897,7 +897,7 @@ + common.elem.metadata |= meta.http-equiv.content-type.elem Index: schema/applications.rnc =================================================================== ---- schema/applications.rnc (revision 564) +--- schema/applications.rnc (revision 572) +++ schema/applications.rnc (working copy) @@ -4,18 +4,6 @@ ## RELAX NG Schema for HTML 5: Web Application Features # @@ -1026,7 +1026,7 @@ ## Menu: <menu> Index: schema/core-scripting.rnc =================================================================== ---- schema/core-scripting.rnc (revision 564) +--- schema/core-scripting.rnc (revision 572) +++ schema/core-scripting.rnc (working copy) @@ -52,9 +52,9 @@ string @@ -1064,7 +1064,7 @@ attribute onabort { string } Index: schema/common.rnc =================================================================== ---- schema/common.rnc (revision 564) +--- schema/common.rnc (revision 575) +++ schema/common.rnc (working copy) @@ -38,16 +38,16 @@ common.attr.anything = @@ -1138,7 +1138,7 @@ attribute class { common.data.tokens @@ -141,10 +142,6 @@ - string "preserve" # REVISIT this is not allowed per spec + string "preserve" | string "default" } & XMLonly -common.attrs.i18n = @@ -1187,7 +1187,7 @@ w:browsing-context-or-keyword # xsd:string { # pattern = "()|([^_].*)|(_[bB][lL][aA][nN][kK])|(_[sS][eE][lL][fF])|(_[pP][aA][rR][eE][nN][tT])|(_[tT][oO][pP])" -@@ -359,16 +358,20 @@ +@@ -362,16 +361,20 @@ common.data.zero = w:zero @@ -1218,9 +1218,9 @@ common.attrs.aria.implicit.input = ( notAllowed ) Index: schema/block.rnc =================================================================== ---- schema/block.rnc (revision 564) +--- schema/block.rnc (revision 572) +++ schema/block.rnc (working copy) -@@ -109,12 +109,12 @@ +@@ -114,12 +114,12 @@ element li { oli.inner & oli.attrs } oli.attrs = ( common.attrs Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.287 retrieving revision 1.288 diff -u -d -r1.287 -r1.288 --- spec.html 30 Nov 2010 01:49:44 -0000 1.287 +++ spec.html 30 Nov 2010 02:16:08 -0000 1.288 @@ -529,7 +529,7 @@ <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">ⓘ</a></span> <a href="#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="s-toc"> -<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> +<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li id="samp-toc"> <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">ⓘ</a></span> <a href="#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span></span></a> @@ -2937,7 +2937,7 @@ <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">ⓘ</a></span> <a href="#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li> -<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> +<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li> <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">ⓘ</a></span> <a href="#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span></span></a> @@ -6721,8 +6721,8 @@ </h2> <div class="attr-content-models"> <p><span class="pattern" id="del.attrs"><a href="#global-attributes">global attributes</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#edit.attrs.cite" title="edit.attrs.cite">cite</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#edit.attrs.datetime" title="edit.attrs.datetime">datetime</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="#del.attrs.cite" title="del.attrs.cite">cite</a> + <span class="postfix intermixed">&</span> <a class="ref" href="#del.attrs.datetime" title="del.attrs.datetime">datetime</a> </span></p> </div> <dl class="attr-defs"> <dt> @@ -6731,22 +6731,24 @@ </dt> <dd>Any attributes permitted globally.</dd> - <dt id="edit.attrs.cite" title="edit.attrs.cite"> + <dt id="del.attrs.cite" title="del.attrs.cite"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">ⓘ</a> <span class="attribute-name">cite</span> = <span class="attr-values"> <a href="#common.data.uri" id="common.data.uri_xref10">URL potentially surrounded by spaces</a> </span> -<a class="hash" href="#edit.attrs.cite">#</a> +<a class="hash" href="#del.attrs.cite">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The address of a document that explains why the text was + deleted.</dd> - <dt id="edit.attrs.datetime" title="edit.attrs.datetime"> + <dt id="del.attrs.datetime" title="del.attrs.datetime"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">ⓘ</a> <span class="attribute-name">datetime</span> = <span class="attr-values"> <a href="#common.data.datetime" id="common.data.datetime_xref1">date and time</a> - <span class="postfix or">or</span> <a class="ref" href="#common.data.date" title="common.data.date" id="common.data.date_xref1">date</a> </span> -<a class="hash" href="#edit.attrs.datetime">#</a> +<a class="hash" href="#del.attrs.datetime">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The date and time when the text was deleted.</dd> <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> @@ -6770,18 +6772,6 @@ <pre><code>1990-12-31T23:59:60Z</code> <code>1996-12-19T16:39:57-08:00</code></pre> </div></dd> -<dd> -<div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> -<div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> -</dd> </dl> </div> @@ -12583,7 +12573,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -12615,7 +12605,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -12679,7 +12669,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -13305,7 +13295,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -13327,7 +13317,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -13381,7 +13371,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -14000,7 +13990,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd> + <a href="#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> @@ -14019,7 +14009,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd> + <a href="#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> @@ -14071,7 +14061,7 @@ <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>.</div></dd> + <a href="#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd> <dd><div class="example"> <p>Examples:</p> <pre><code>23:20:50.52</code> @@ -16770,8 +16760,8 @@ </h2> <div class="attr-content-models"> <p><span class="pattern" id="ins.attrs"><a href="#global-attributes">global attributes</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#edit.attrs.cite" title="edit.attrs.cite">cite</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#edit.attrs.datetime" title="edit.attrs.datetime">datetime</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="#ins.attrs.cite" title="ins.attrs.cite">cite</a> + <span class="postfix intermixed">&</span> <a class="ref" href="#ins.attrs.datetime" title="ins.attrs.datetime">datetime</a> </span></p> </div> <dl class="attr-defs"> <dt> @@ -16780,27 +16770,29 @@ </dt> <dd>Any attributes permitted globally.</dd> - <dt id="edit.attrs.cite" title="edit.attrs.cite"> + <dt id="ins.attrs.cite" title="ins.attrs.cite"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">ⓘ</a> <span class="attribute-name">cite</span> = <span class="attr-values"> <a href="#common.data.uri" id="common.data.uri_xref19">URL potentially surrounded by spaces</a> </span> -<a class="hash" href="#edit.attrs.cite">#</a> +<a class="hash" href="#ins.attrs.cite">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The address of a document that explains why the text was + added.</dd> - <dt id="edit.attrs.datetime" title="edit.attrs.datetime"> + <dt id="ins.attrs.datetime" title="ins.attrs.datetime"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">ⓘ</a> <span class="attribute-name">datetime</span> = <span class="attr-values"> <a href="#common.data.datetime" id="common.data.datetime_xref5">date and time</a> - <span class="postfix or">or</span> <a class="ref" href="#common.data.date" title="common.data.date" id="common.data.date_xref2">date</a> </span> -<a class="hash" href="#edit.attrs.datetime">#</a> +<a class="hash" href="#ins.attrs.datetime">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The date and time when the text was added.</dd> <dd><div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -16819,18 +16811,6 @@ <pre><code>1990-12-31T23:59:60Z</code> <code>1996-12-19T16:39:57-08:00</code></pre> </div></dd> -<dd> -<div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> -<div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> -</dd> </dl> </div> @@ -19512,10 +19492,6 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">type</span> attribute on the <span class="element">ol</span> element is obsolete. - <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>. - </span></li> - <li><span> The <span class="attribute">compact</span> attribute on the <span class="element">ol</span> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>. </span></li> @@ -20713,9 +20689,13 @@ </div> <div id="s" class="no-number elementpage section"> <h2 class="element-head"> -<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <span class="element">s</span> – <span class="shortdesc">struck text</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="#s-toc">T</a> +<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <span class="element">s</span> – <span class="shortdesc">struck text</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="#s-toc">T</a> </h2> - <div id="s-longdesc" class="longdesc"><p><i class="TK">(element description to come)</i></p></div> + <div id="s-longdesc" class="longdesc"> + <p>The + <span class="element">struck</span> + element represents a span of struck text.</p> + </div> <div class="no-number no-toc" id="s-content-model"> <h2 class="element-subhead">Permitted contents <a class="hash" href="#s-content-model">#</a> </h2> @@ -20742,16 +20722,6 @@ </dl> </div> - <div class="no-number no-toc" id="s-constraints"> - <h2 class="element-subhead">Additional constraints and admonitions <a class="hash" href="#s-constraints">#</a> -</h2> - <ul class="assertions"> -<li><span> - The <span class="element">s</span> element is obsolete. - <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>. - </span></li> - </ul> -</div> <div class="no-number no-toc tag-omission" id="s-tags"> <h2 class="element-subhead">Tag omission <a class="hash" href="#s-tags">#</a> </h2> @@ -25240,7 +25210,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">date-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>, with these additional qualifications: <ul> <li>the literal letters <code>T</code> and @@ -25278,24 +25248,6 @@ </div> - <div id="common.data.date-def" class="no-toc no-number section"> - <h2 class="common-subhead"> -<dfn id="common.data.date">date</dfn> <a class="hash" href="#common.data.date-def">#</a> -</h2> - - <div class="datatype-desc">A valid - <var class="defined-elsewhere">full-date</var> - as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref15">[RFC 3339]</a>, - with the additional qualification that the year component is - four or more digits representing a number greater than 0.</div> - <div class="example"> - <p>Example:</p> - <pre><code>1996-12-19</code></pre> - </div> - - </div> - <div id="data-url-no-spaces-def" class="no-toc no-number section"> <h2 class="common-subhead"> <dfn id="data-url-no-spaces">URL</dfn> <a class="hash" href="#data-url-no-spaces-def">#</a> @@ -25708,7 +25660,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref16">[RFC 3339]</a>, + <a href="#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -25789,7 +25741,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">partial-time</var> as defined in - <a href="#refsRFC3339" id="refsRFC3339_xref17">[RFC 3339]</a>.</div> + <a href="#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>.</div> <div class="example"> <p>Examples:</p> @@ -26453,18 +26405,6 @@ <li><a href="#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li> </ul> </div> -<div class="index-entry" id="common.data.date_index"> -<p class="index-term">date</p> -<ul> -<li> -<a href="#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span> -</li> -</ul> -<ul id="common.data.date_index_items"> -<li><a href="#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -<li><a href="#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -</ul> -</div> <div class="index-entry" id="form.data.date_index"> <p class="index-term">date</p> <ul> @@ -28008,26 +27948,20 @@ </li> </ul> <ul id="refsRFC3339_index_items"> -<li> -<a href="#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="#refsRFC3339_xref2">2</a>]</span> -</li> -<li><a href="#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li> -<a href="#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="#refsRFC3339_xref13">2</a>]</span> -</li> -<li><a href="#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li> -<li> -<a href="#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="#refsRFC3339_xref16">2</a>]</span> -</li> -<li><a href="#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li> +<li><a href="#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li> +<li><a href="#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li> +<li><a href="#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li> </ul> </div> <div class="index-entry" id="refsRFC3987_index"> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index-of-terms.html 30 Nov 2010 01:49:42 -0000 1.6 +++ index-of-terms.html 30 Nov 2010 02:16:08 -0000 1.7 @@ -460,18 +460,6 @@ <li><a href="global-attributes.html#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li> </ul> </div> -<div class="index-entry" id="common.data.date_index"> -<p class="index-term">date</p> -<ul> -<li> -<a href="datatypes.html#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span> -</li> -</ul> -<ul id="common.data.date_index_items"> -<li><a href="del.html#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -<li><a href="ins.html#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> -</ul> -</div> <div class="index-entry" id="form.data.date_index"> <p class="index-term">date</p> <ul> @@ -2015,26 +2003,20 @@ </li> </ul> <ul id="refsRFC3339_index_items"> -<li> -<a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="del.html#refsRFC3339_xref2">2</a>]</span> -</li> -<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.datetime.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.date.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> -<li><a href="input.time.html#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> -<li> -<a href="ins.html#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="ins.html#refsRFC3339_xref13">2</a>]</span> -</li> -<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li> -<li> -<a href="datatypes.html#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#refsRFC3339_xref16">2</a>]</span> -</li> -<li><a href="datatypes.html#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li> +<li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li> +<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li> +<li><a href="ins.html#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li> +<li><a href="datatypes.html#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li> +<li><a href="datatypes.html#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li> +<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li> </ul> </div> <div class="index-entry" id="refsRFC3987_index"> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- ol.html 30 Nov 2010 01:49:44 -0000 1.84 +++ ol.html 30 Nov 2010 02:16:08 -0000 1.85 @@ -110,10 +110,6 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">type</span> attribute on the <span class="element">ol</span> element is obsolete. - <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>. - </span></li> - <li><span> The <span class="attribute">compact</span> attribute on the <span class="element">ol</span> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>. </span></li> Index: elements.html =================================================================== RCS file: /sources/public/html5/markup/elements.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- elements.html 30 Nov 2010 01:49:42 -0000 1.69 +++ elements.html 30 Nov 2010 02:16:08 -0000 1.70 @@ -367,7 +367,7 @@ <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">ⓘ</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li> -<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> +<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </li> <li> <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">ⓘ</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span></span></a> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- input.date.html 30 Nov 2010 01:49:42 -0000 1.91 +++ input.date.html 30 Nov 2010 02:16:08 -0000 1.92 @@ -161,7 +161,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -183,7 +183,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example"> @@ -237,7 +237,7 @@ <div class="datatype-desc">A valid <var class="defined-elsewhere">full-date</var> as defined in - <a href="references.html#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>, + <a href="references.html#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>, with the additional qualification that the year component is four or more digits representing a number greater than 0.</div> <div class="example">
Received on Tuesday, 30 November 2010 02:20:28 UTC