- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Jan 2012 00:07:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21296
Modified Files:
Overview.html
Log Message:
Fix some cross-reference issues. (whatwg r6921)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5518
retrieving revision 1.5519
diff -u -d -r1.5518 -r1.5519
--- Overview.html 25 Jan 2012 23:27:13 -0000 1.5518
+++ Overview.html 26 Jan 2012 00:07:24 -0000 1.5519
@@ -320,7 +320,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-25-january-2012">Editor's Draft 25 January 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-26-january-2012">Editor's Draft 26 January 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -467,7 +467,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 25 January 2012 Editor's Draft.
+ This specification is the 26 January 2012 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -38019,10 +38019,10 @@
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">title</a></code> in non-error situations
- (for example, as a tooltip when hovering over the control), so
- authors should be careful not to word <code><a href="#the-title-element">title</a></code>s as if an
- error has necessarily occurred.<h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.3.10 </span>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attributes</h6><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate
+ required pattern. Birthday</samp>, which is not useful.<p>UAs may still show the <code title="attr-title"><a href="#the-title-attribute">title</a></code> in
+ non-error situations (for example, as a tooltip when hovering over
+ the control), so authors should be careful not to word <code title="attr-title"><a href="#the-title-attribute">title</a></code>s as if an error has necessarily
+ occurred.<h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.3.10 </span>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attributes</h6><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate
the allowed range of values for the element.<div class="impl">
<p>Their syntax is defined by the section that defines the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state.</p>
Received on Thursday, 26 January 2012 00:07:39 UTC