- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 07:04:00 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Simplify the APIs by removing the helper functions dispatchChange and dispatchFormChange -- they don't really give us much over people just defining their own functions. (whatwg r2179) HTMLTextAreaElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1352.html#htmltextareaelement HTMLSelectElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1352.html#htmlselectelement HTMLInputElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1352.html#htmlinputelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1351&r2=1.1352&f=h http://html5.org/tools/web-apps-tracker?from=2178&to=2179 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1351 retrieving revision 1.1352 diff -u -d -r1.1351 -r1.1352 --- Overview.html 14 Sep 2008 21:56:12 -0000 1.1351 +++ Overview.html 14 Sep 2008 22:00:49 -0000 1.1352 @@ -26920,9 +26920,6 @@ readonly attribute DOMString <span title=dom-input-validationMessage>validationMessage</span>; boolean <span title=dom-input-checkValidatity>checkValidity</span>(); void <span title=dom-input-setCustomValidity>setCustomValidity</span>(in DOMString error); - - void <span title=dom-input-dispatchChange>dispatchChange</span>(); - void <span title=dom-input-dispatchFormChange>dispatchFormChange</span>(); };</pre> </dl> <!-- XXX add selectionStart and company --> @@ -27119,9 +27116,6 @@ readonly attribute DOMString <span title=dom-select-validationMessage>validationMessage</span>; boolean <span title=dom-select-checkValidatity>checkValidity</span>(); void <span title=dom-select-setCustomValidity>setCustomValidity</span>(in DOMString error); - - void <span title=dom-select-dispatchChange>dispatchChange</span>(); - void <span title=dom-select-dispatchFormChange>dispatchFormChange</span>(); };</pre> </dl> @@ -27342,9 +27336,6 @@ readonly attribute DOMString <span title=dom-textarea-validationMessage>validationMessage</span>; boolean <span title=dom-textarea-checkValidatity>checkValidity</span>(); void <span title=dom-textarea-setCustomValidity>setCustomValidity</span>(in DOMString error); - - void <span title=dom-textarea-dispatchChange>dispatchChange</span>(); - void <span title=dom-textarea-dispatchFormChange>dispatchFormChange</span>(); };</pre> </dl> <!-- XXX add selectionStart and company -->
Received on Sunday, 14 September 2008 22:13:58 UTC