Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11690

git-svn-id: http://svn.whatwg.org/webapps@5846 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 74dca88 commit 9c35380
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
16 changes: 9 additions & 7 deletions complete.html
Expand Up @@ -19630,13 +19630,15 @@ <h4 id=the-time-element><span class=secno>4.6.10 </span>The <dfn><code>time</cod
then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
date string in content with optional time</a>.</p>

<p>If the element does not <i>need a date</i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or time
string</a>.</p>
<p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
is present, then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or
time string</a>.</p>

<p>If the element does not <i>need a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-or-time-string-in-content>valid
date or time string in content</a>.</p>
<p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
is not present, then the element's <code><a href=#textcontent>textContent</a></code> must be
a <a href=#valid-date-or-time-string-in-content>valid date or time string in content</a>.</p>

<p>The date, if any, must be expressed using the Gregorian
calendar.</p>
Expand Down Expand Up @@ -41208,7 +41210,7 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
<ol><li><p>Let <var title="">latest values</var> be a copy of the
element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>

<!-- It's a copy because /values/ might include leading and<
<!-- It's a copy because /values/ might include leading and
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down
16 changes: 9 additions & 7 deletions index
Expand Up @@ -19610,13 +19610,15 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
date string in content with optional time</a>.</p>

<p>If the element does not <i>need a date</i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or time
string</a>.</p>
<p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
is present, then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or
time string</a>.</p>

<p>If the element does not <i>need a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-or-time-string-in-content>valid
date or time string in content</a>.</p>
<p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
is not present, then the element's <code><a href=#textcontent>textContent</a></code> must be
a <a href=#valid-date-or-time-string-in-content>valid date or time string in content</a>.</p>

<p>The date, if any, must be expressed using the Gregorian
calendar.</p>
Expand Down Expand Up @@ -41191,7 +41193,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<ol><li><p>Let <var title="">latest values</var> be a copy of the
element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>

<!-- It's a copy because /values/ might include leading and<
<!-- It's a copy because /values/ might include leading and
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -20919,15 +20919,15 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
then the element's <code>textContent</code> must be a <span>valid
date string in content with optional time</span>.</p>

<p>If the element does not <i>need a date</i>, and the <code
title="attr-time-datetime">datetime</code> attribute is present,
then the attribute's value must be a <span>valid date or time
string</span>.</p>
<p>If the element does not <i title="needs a date">need a date</i>,
and the <code title="attr-time-datetime">datetime</code> attribute
is present, then the attribute's value must be a <span>valid date or
time string</span>.</p>

<p>If the element does not <i>need a date</i>, but the <code
title="attr-time-datetime">datetime</code> attribute is not present,
then the element's <code>textContent</code> must be a <span>valid
date or time string in content</span>.</p>
<p>If the element does not <i title="needs a date">need a date</i>,
but the <code title="attr-time-datetime">datetime</code> attribute
is not present, then the element's <code>textContent</code> must be
a <span>valid date or time string in content</span>.</p>

<p>The date, if any, must be expressed using the Gregorian
calendar.</p>
Expand Down Expand Up @@ -45925,7 +45925,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
element's <span
title="concept-fe-value">value<em>s</em></span>.</p></li>

<!-- It's a copy because /values/ might include leading and<
<!-- It's a copy because /values/ might include leading and
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down

0 comments on commit 9c35380

Please sign in to comment.