Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4790 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2010
1 parent 979baee commit 9379b8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
9 changes: 4 additions & 5 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -36728,11 +36728,10 @@ <h6 id=the-pattern-attribute><span class=secno>4.10.7.2.8 </span>The <code title
You cannot complete this form until the field is correct.</samp></pre>
</div>

<p>When a control has a <code>pattern</code> attribute, the
<code><a href=#the-title-element-0>title</a></code> attribute, if used, must describe the pattern.
Additional information could also be included, so long as it assists
the user in filling in the control. Otherwise, assistive technology
would be impaired.</p>
<p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe
the pattern. Additional information could also be included, so long
as it assists the user in filling in the control. Otherwise,
assistive technology would be impaired.</p>

<p class=example>For instance, if the title attribute contained
the caption of the control, assistive technology could end up saying
Expand Down
9 changes: 4 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -36635,11 +36635,10 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
You cannot complete this form until the field is correct.</samp></pre>
</div>

<p>When a control has a <code>pattern</code> attribute, the
<code><a href=#the-title-element-0>title</a></code> attribute, if used, must describe the pattern.
Additional information could also be included, so long as it assists
the user in filling in the control. Otherwise, assistive technology
would be impaired.</p>
<p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe
the pattern. Additional information could also be included, so long
as it assists the user in filling in the control. Otherwise,
assistive technology would be impaired.</p>

<p class=example>For instance, if the title attribute contained
the caption of the control, assistive technology could end up saying
Expand Down
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -40678,11 +40678,12 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
You cannot complete this form until the field is correct.</samp></pre>
</div>

<p>When a control has a <code>pattern</code> attribute, the
<code>title</code> attribute, if used, must describe the pattern.
Additional information could also be included, so long as it assists
the user in filling in the control. Otherwise, assistive technology
would be impaired.</p>
<p>When a control has a <code
title="attr-input-pattern">pattern</code> attribute, the <code
title="attr-title">title</code> attribute, if used, must describe
the pattern. Additional information could also be included, so long
as it assists the user in filling in the control. Otherwise,
assistive technology would be impaired.</p>

<p class="example">For instance, if the title attribute contained
the caption of the control, assistive technology could end up saying
Expand Down

0 comments on commit 9379b8a

Please sign in to comment.