Skip to content

Commit

Permalink
[e] (0) Correct an error in the input element's summary of attributes…
Browse files Browse the repository at this point in the history
… and stuff: 'input' events don't fire for type=radio and checkbox.

git-svn-id: http://svn.whatwg.org/webapps@3405 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2009
1 parent a136c05 commit 6944f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -29930,8 +29930,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<!-- <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 -->
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -33190,8 +33190,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<!-- <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 -->
Expand Down

0 comments on commit 6944f9a

Please sign in to comment.