html5/spec-author-view Overview.html,1.732,1.733 common-input-element-attributes.html,1.22,1.23 spec.html,1.737,1.738

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18995

Modified Files:
	Overview.html common-input-element-attributes.html spec.html 
Log Message:
xref errors (whatwg r4790)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.732
retrieving revision 1.733
diff -u -d -r1.732 -r1.733
--- Overview.html	23 Feb 2010 01:57:17 -0000	1.732
+++ Overview.html	23 Feb 2010 02:07:01 -0000	1.733
@@ -306,7 +306,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3837.
+This is revision 1.3838.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- common-input-element-attributes.html	22 Feb 2010 23:07:02 -0000	1.22
+++ common-input-element-attributes.html	23 Feb 2010 02:07:01 -0000	1.23
@@ -537,11 +537,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="semantics.html#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 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="elements.html#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
   something like <samp>The text you have entered does not match the
   required pattern. Birthday</samp>, which is not useful.</p><p>UAs may still show the <code><a href="semantics.html#the-title-element-0">title</a></code> in non-error situations

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.737
retrieving revision 1.738
diff -u -d -r1.737 -r1.738
--- spec.html	23 Feb 2010 01:57:17 -0000	1.737
+++ spec.html	23 Feb 2010 02:07:01 -0000	1.738
@@ -304,7 +304,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3837.
+This is revision 1.3838.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -16302,11 +16302,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><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><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><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:07:09 UTC