[html5] r6921 - [e] (0) Fix some cross-reference issues. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 25 16:07:20 PST 2012


Author: ianh
Date: 2012-01-25 16:07:18 -0800 (Wed, 25 Jan 2012)
New Revision: 6921

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some cross-reference issues.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-25 23:27:08 UTC (rev 6920)
+++ complete.html	2012-01-26 00:07:18 UTC (rev 6921)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 26 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -47617,10 +47617,10 @@
   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>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.</p>
+  <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.</p>
 
 
 

Modified: index
===================================================================
--- index	2012-01-25 23:27:08 UTC (rev 6920)
+++ index	2012-01-26 00:07:18 UTC (rev 6921)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 26 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -47617,10 +47617,10 @@
   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>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.</p>
+  <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.</p>
 
 
 

Modified: source
===================================================================
--- source	2012-01-25 23:27:08 UTC (rev 6920)
+++ source	2012-01-26 00:07:18 UTC (rev 6921)
@@ -55416,10 +55416,11 @@
   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>title</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</code>s as if an
-  error has necessarily occurred.</p>
+  <p>UAs may still show the <code title="attr-title">title</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">title</code>s as if an error has necessarily
+  occurred.</p>
 
 
 




More information about the Commit-Watchers mailing list