[html5] r4790 - [e] (0) xref errors Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9020

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 22 18:01:29 PST 2010


Author: ianh
Date: 2010-02-22 18:01:27 -0800 (Mon, 22 Feb 2010)
New Revision: 4790

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref errors
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9020

Modified: complete.html
===================================================================
--- complete.html	2010-02-23 01:53:06 UTC (rev 4789)
+++ complete.html	2010-02-23 02:01:27 UTC (rev 4790)
@@ -36728,11 +36728,10 @@
 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

Modified: index
===================================================================
--- index	2010-02-23 01:53:06 UTC (rev 4789)
+++ index	2010-02-23 02:01:27 UTC (rev 4790)
@@ -36635,11 +36635,10 @@
 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

Modified: source
===================================================================
--- source	2010-02-23 01:53:06 UTC (rev 4789)
+++ source	2010-02-23 02:01:27 UTC (rev 4790)
@@ -40678,11 +40678,12 @@
 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




More information about the Commit-Watchers mailing list