[html5] r3405 - [e] (0) Correct an error in the input element's	summary of attributes and stuff: [...]
    whatwg at whatwg.org 
    whatwg at whatwg.org
       
    Mon Jul 13 22:27:27 PDT 2009
    
    
  
Author: ianh
Date: 2009-07-13 22:27:25 -0700 (Mon, 13 Jul 2009)
New Revision: 3405
Modified:
   index
   source
Log:
[e] (0) Correct an error in the input element's summary of attributes and stuff: 'input' events don't fire for type=radio and checkbox.
Modified: index
===================================================================
--- index	2009-07-14 05:24:00 UTC (rev 3404)
+++ index	2009-07-14 05:27:25 UTC (rev 3405)
@@ -29930,8 +29930,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 -->
Modified: source
===================================================================
--- source	2009-07-14 05:24:00 UTC (rev 3404)
+++ source	2009-07-14 05:27:25 UTC (rev 3405)
@@ -33190,8 +33190,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 -->
    
    
More information about the Commit-Watchers
mailing list