[html5] r5766 - [e] (0) xref typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11501
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 10 23:15:27 PST 2011
Author: ianh
Date: 2011-01-10 23:15:26 -0800 (Mon, 10 Jan 2011)
New Revision: 5766
Modified:
complete.html
index
source
Log:
[e] (0) xref typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11501
Modified: complete.html
===================================================================
--- complete.html 2011-01-11 06:07:35 UTC (rev 5765)
+++ complete.html 2011-01-11 07:15:26 UTC (rev 5766)
@@ -3781,7 +3781,7 @@
<div class=example>
<p>Here is an example of a checkbox that is checked and disabled.
- The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
+ The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attributes are the
boolean attributes.</p>
<pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
Modified: index
===================================================================
--- index 2011-01-11 06:07:35 UTC (rev 5765)
+++ index 2011-01-11 07:15:26 UTC (rev 5766)
@@ -3760,7 +3760,7 @@
<div class=example>
<p>Here is an example of a checkbox that is checked and disabled.
- The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
+ The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attributes are the
boolean attributes.</p>
<pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
Modified: source
===================================================================
--- source 2011-01-11 06:07:35 UTC (rev 5765)
+++ source 2011-01-11 07:15:26 UTC (rev 5766)
@@ -2784,7 +2784,7 @@
<p>Here is an example of a checkbox that is checked and disabled.
The <code title="attr-input-checked">checked</code> and <code
- title="attr-input-disabled">disabled</code> attributes are the
+ title="attr-fe-disabled">disabled</code> attributes are the
boolean attributes.</p>
<pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
More information about the Commit-Watchers
mailing list