- From: poot <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 14:28:51 +0900 (JST)
- To: public-html-diffs@w3.org
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"> · <!-- 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:29:26 UTC