hixie: 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)

hixie: 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)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2534&r2=1.2535&f=h
http://html5.org/tools/web-apps-tracker?from=3404&to=3405

===================================================================
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"> &middot; <!-- Checkbox -->
+<!-- <td class="no"> &middot;      Radio Button -->
      <td class="no"> &middot; <!-- File Upload -->
      <td class="no"> &middot; <!-- Submit Button -->
      <td class="no"> &middot; <!-- Image Button -->

Received on Tuesday, 14 July 2009 05:29:26 UTC