- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 02:01:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18358
Modified Files:
Overview.html
Log Message:
xref errors (whatwg r4790)
Index: Overview.html
===================================================================
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:01:40 UTC