[html5] r4783 - [a] (0) State that <input disabled> is the same as <input disabled=''>. Fixing h [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 18 00:12:58 PST 2010
Author: ianh
Date: 2010-02-18 00:12:56 -0800 (Thu, 18 Feb 2010)
New Revision: 4783
Modified:
complete.html
index
source
Log:
[a] (0) State that <input disabled> is the same as <input disabled=''>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9013
Modified: complete.html
===================================================================
--- complete.html 2010-02-18 08:04:30 UTC (rev 4782)
+++ complete.html 2010-02-18 08:12:56 UTC (rev 4783)
@@ -70687,7 +70687,7 @@
<dd>
<p>Just the <a href=#syntax-attribute-name title=syntax-attribute-name>attribute
- name</a>.</p>
+ name</a>. The value is implicitly the empty string.</p>
<div class=example>
Modified: index
===================================================================
--- index 2010-02-18 08:04:30 UTC (rev 4782)
+++ index 2010-02-18 08:12:56 UTC (rev 4783)
@@ -64996,7 +64996,7 @@
<dd>
<p>Just the <a href=#syntax-attribute-name title=syntax-attribute-name>attribute
- name</a>.</p>
+ name</a>. The value is implicitly the empty string.</p>
<div class=example>
Modified: source
===================================================================
--- source 2010-02-18 08:04:30 UTC (rev 4782)
+++ source 2010-02-18 08:12:56 UTC (rev 4783)
@@ -80670,7 +80670,7 @@
<dd>
<p>Just the <span title="syntax-attribute-name">attribute
- name</span>.</p>
+ name</span>. The value is implicitly the empty string.</p>
<div class="example">
More information about the Commit-Watchers
mailing list