- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Sep 2008 22:00:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31467 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:01:26 UTC