- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 05:27:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20400
Modified Files:
Overview.html
Log Message:
Correct an error in the input element's summary of attributes and stuff: 'input' events don't fire for type=radio and checkbox. (whatwg r3405)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2534
retrieving revision 1.2535
diff -u -d -r1.2534 -r1.2535
--- Overview.html 14 Jul 2009 05:24:06 -0000 1.2534
+++ Overview.html 14 Jul 2009 05:27:30 -0000 1.2535
@@ -26685,8 +26685,8 @@
<!-- <td class="yes"> Yes Number -->
<td class="yes"> Yes <!-- Range -->
<td class="yes"> Yes <!-- Color -->
- <td class="yes"> Yes <!-- Checkbox -->
-<!-- <td class="yes"> Yes Radio Button -->
+ <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> · Radio Button -->
<td class="no"> · <!-- File Upload -->
<td class="no"> · <!-- Submit Button -->
<td class="no"> · <!-- Image Button -->
Received on Tuesday, 14 July 2009 05:27:43 UTC