- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Jul 2010 13:31:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv31460/elements
Modified Files:
body.html
Log Message:
make spec links for window event-handler attributes point to the right place
Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/elements/body.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- body.html 15 Jul 2010 15:36:16 -0000 1.12
+++ body.html 23 Jul 2010 13:31:06 -0000 1.13
@@ -21,11 +21,27 @@
<dd>Document is about to be unloaded.</dd>
</dl>
<dl>
+ <dt id="body.attrs.onblur">onblur</dt>
+ <dd>Document lost focus.</dd>
+ </dl>
+ <dl>
+ <dt id="body.attrs.onerror" class="new">onerror</dt>
+ <dd>Document failed to load properly.</dd>
+ </dl>
+ <dl>
+ <dt id="body.attrs.onblur">onblur</dt>
+ <dd>Document received focus.</dd>
+ </dl>
+ <dl>
<dt id="body.attrs.onhashchange" class="new">onhashchange</dt>
<dd>Fragment identifier part of the document’s current
address changed.</dd>
</dl>
<dl>
+ <dt id="body.attrs.onload">onload</dt>
+ <dd>Document finished loading.</dd>
+ </dl>
+ <dl>
<dt id="body.attrs.onmessage" class="new">onmessage</dt>
<dd>Document received a message.</dd>
</dl>
Received on Friday, 23 July 2010 13:31:09 UTC