hixie: xref errors (whatwg r4790)

hixie: xref errors (whatwg r4790)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3837&r2=1.3838&f=h
http://html5.org/tools/web-apps-tracker?from=4789&to=4790

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3837
retrieving revision 1.3838
diff -u -d -r1.3837 -r1.3838
--- Overview.html 23 Feb 2010 01:53:11 -0000 1.3837
+++ Overview.html 23 Feb 2010 02:01:32 -0000 1.3838
@@ -29574,11 +29574,10 @@
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
 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 class="example">For instance, if the title attribute contained
+  </div><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 class="example">For instance, if the title attribute contained
   the caption of the control, assistive technology could end up saying
   something like <samp>The text you have entered does not match the
   required pattern. Birthday</samp>, which is not useful.<p>UAs may still show the <code><a href="#the-title-element-0">title</a></code> in non-error situations

Received on Tuesday, 23 February 2010 02:02:31 UTC