- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Dec 2010 09:46:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv25564/src
Modified Files:
attributes.html
Log Message:
document the onreset attribute
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- attributes.html 12 Aug 2010 19:55:38 -0000 1.25
+++ attributes.html 7 Dec 2010 09:46:22 -0000 1.26
@@ -444,6 +444,12 @@
<dd>Element and all its subresources have finished loading.</dd>
</dl>
<dl>
+ <dt id="scripting.attr.onreset">onreset</dt>
+ <dd>The
+ <a href="#form" class="element">form</a>
+ element was reset.</dd>
+ </dl>
+ <dl>
<dt id="scripting.attr.onscroll">onscroll</dt>
<dd>Element or document view was scrolled.</dd>
</dl>
Received on Tuesday, 7 December 2010 09:46:28 UTC