- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 08:16:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv21773
Modified Files:
Overview.html spec.html syntax.html
Log Message:
State that <input disabled> is the same as <input disabled=''>. (whatwg r4783)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.726
retrieving revision 1.727
diff -u -d -r1.726 -r1.727
--- Overview.html 18 Feb 2010 08:06:54 -0000 1.726
+++ Overview.html 18 Feb 2010 08:16:55 -0000 1.727
@@ -304,7 +304,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3830.
+This is revision 1.3831.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.731
retrieving revision 1.732
diff -u -d -r1.731 -r1.732
--- spec.html 18 Feb 2010 08:06:54 -0000 1.731
+++ spec.html 18 Feb 2010 08:16:55 -0000 1.732
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3830.
+This is revision 1.3831.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -24775,7 +24775,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>
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -d -r1.568 -r1.569
--- syntax.html 17 Feb 2010 21:37:07 -0000 1.568
+++ syntax.html 18 Feb 2010 08:16:56 -0000 1.569
@@ -528,7 +528,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">
Received on Thursday, 18 February 2010 08:17:00 UTC