[html5] r4199 - [e] (0) Update the attribute index with global attributes. Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 02:12:34 PDT 2009


Author: ianh
Date: 2009-10-20 02:12:31 -0700 (Tue, 20 Oct 2009)
New Revision: 4199

Modified:
   complete.html
   index
   source
Log:
[e] (0) Update the attribute index with global attributes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7840

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 06:03:05 UTC (rev 4198)
+++ complete.html	2009-10-20 09:12:31 UTC (rev 4199)
@@ -84611,7 +84611,7 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <table><caption>List of attributes</caption>
+  <table><caption>List of attributes (excluding event handler content attributes)</caption>
    <thead><tr><th> Attribute
      <th> Element(s)
      <th> Description
@@ -84624,6 +84624,10 @@
      <td> <code title=attr-form-accept-charset><a href=#attr-form-accept-charset>form</a></code>
      <td> Character encodings to use for <a href=#form-submission>form submission</a>
      <td> <a href=#ordered-set-of-unique-space-separated-tokens>Ordered set of unique space-separated tokens</a> consisting of <a href=#preferred-mime-name title="preferred MIME name">preferred MIME names</a> of <a href=#ascii-compatible-character-encoding title="ASCII-compatible character encoding">ASCII-compatible character encodings</a>
+    <tr><th> <code title="">accesskey</code>
+     <td> <a href=#the-accesskey-attribute title=attr-accesskey>HTML elements</a>
+     <td> Keyboard shortcut to activate or focus element
+     <td> <a href=#ordered-set-of-unique-space-separated-tokens>Ordered set of unique space-separated tokens</a> consisting of one Unicode code point in length
     <tr><th> <code title="">action</code>
      <td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
@@ -84685,6 +84689,10 @@
           <code title=attr-q-cite><a href=#attr-q-cite>q</a></code>
      <td> Link to the source of the quotation or more information about the edit
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">class</code>
+     <td> <a href=#classes title=attr-class>HTML elements</a>
+     <td> Classes to which the element belongs
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a>
     <tr><th> <code title="">cols</code>
      <td> <code title=attr-textarea-cols><a href=#attr-textarea-cols>textarea</a></code>
      <td> Maximum number of characters per line
@@ -84698,6 +84706,14 @@
      <td> <code title=attr-meta-content><a href=#attr-meta-content>meta</a></code>
      <td> Value of the element
      <td> Text*
+    <tr><th> <code title="">contenteditable</code>
+     <td> <a href=#attr-contenteditable title=attr-contenteditable>HTML elements</a>
+     <td> Whether the element is <a href=#editable>editable</a>
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
+    <tr><th> <code title="">contextmenu</code>
+     <td> <a href=#attr-contextmenu title=attr-contextmenu>HTML elements</a>
+     <td> The element's context menu
+     <td> ID*
     <tr><th> <code title="">controls</code>
      <td> <code title=attr-media-controls><a href=#attr-media-controls>audio</a></code>;
           <code title=attr-media-controls><a href=#attr-media-controls>video</a></code>
@@ -84724,6 +84740,10 @@
      <td> <code title=attr-script-defer><a href=#attr-script-defer>script</a></code>
      <td> Defer script execution
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">dir</code>
+     <td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
+     <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
+     <td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
     <tr><th> <code title="">disabled</code>
      <td> <code title=attr-fe-disabled><a href=#attr-fe-disabled>button</a></code>;
           <code title=attr-command-disabled><a href=#attr-command-disabled>command</a></code>;
@@ -84736,13 +84756,17 @@
           <code title=attr-fe-disabled><a href=#attr-fe-disabled>textarea</a></code>
      <td> Whether the form control is disabled
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">draggable</code>
+     <td> <a href=#the-draggable-attribute title=attr-draggable>HTML elements</a>
+     <td> Whether the element is draggable
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
     <tr><th> <code title="">enctype</code>
      <td> <code title=attr-fs-enctype><a href=#attr-fs-enctype>form</a></code>
      <td> Form data set encoding type to use for <a href=#form-submission>form submission</a>
      <td> "<code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>"; "<code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code>"; "<code title=attr-fs-enctype-text><a href=#attr-fs-enctype-text>text/plain</a></code>"
     <tr><th> <code title="">for</code>
      <td> <code title=attr-label-for><a href=#attr-label-for>label</a></code>
-     <td> Associatd the label with form control
+     <td> Associate the label with form control
      <td> ID*
     <tr><th> <code title="">for</code>
      <td> <code title=attr-output-for><a href=#attr-output-for>output</a></code>
@@ -84800,6 +84824,10 @@
           <code title=attr-dim-height><a href=#attr-dim-height>video</a></code>
      <td> Vertical dimension
      <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
+    <tr><th> <code title="">hidden</code>
+     <td> <a href=#the-hidden-attribute title=attr-hidden>HTML elements</a>
+     <td> Whether the element is relevant
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">high</code>
      <td> <code title=attr-meter-high><a href=#attr-meter-high>meter</a></code>
      <td> Low limit of high range
@@ -84828,10 +84856,30 @@
      <td> <code title=attr-command-icon><a href=#attr-command-icon>command</a></code>
      <td> Icon for the command
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">id</code>
+     <td> <a href=#the-id-attribute title=attr-id>HTML elements</a>
+     <td> The element's <a href=#concept-id title=concept-id>ID</a>
+     <td> Text*
     <tr><th> <code title="">ismap</code>
      <td> <code title=attr-img-ismap><a href=#attr-img-ismap>img</a></code>
      <td> Whether the image is a server-side image map
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">itemid</code>
+     <td> <a href=#attr-itemid title=attr-itemid>HTML elements</a>
+     <td> <a href=#global-identifier>Global identifier</a> for a microdata item
+     <td> <a href=#absolute-url title="absolute URL">Valid absolute URL</a>
+    <tr><th> <code title="">itemprop</code>
+     <td> <a href=#names:-the-itemprop-attribute title=attr-itemprop>HTML elements</a>
+     <td> <a href=#property-names>Property names</a> of a microdata item
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a> consisting of <a href=#absolute-url title="absolute URL">valid absolute URLs</a>, <a href=#defined-property-name title="defined property name">defined property names</a>, or text*
+    <tr><th> <code title="">itemscope</code>
+     <td> <a href=#attr-itemscope title=attr-itemscope>HTML elements</a>
+     <td> Introduces a microdata item
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">itemtype</code>
+     <td> <a href=#attr-itemtype title=attr-itemtype>HTML elements</a>
+     <td> <a href=#item-type>Item type</a> of a microdata item
+     <td> <a href=#absolute-url title="absolute url">Valid absolute URL</a>*
     <tr><th> <code title="">keytype</code>
      <td> <code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keygen</a></code>
      <td> The type of cryptographic key to generate
@@ -84843,6 +84891,10 @@
           <code title=attr-option-label><a href=#attr-option-label>option</a></code>
      <td> User-visible label
      <td> Text
+    <tr><th> <code title="">lang</code>
+     <td> <a href=#attr-lang title=attr-lang>HTML elements</a>
+     <td> <a href=#language>Language</a> of the element
+     <td> Valid BCP 47 language code or the empty string
     <tr><th> <code title="">list</code>
      <td> <code title=attr-input-list><a href=#attr-input-list>input</a></code>
      <td> List of autocomplete options
@@ -84934,74 +84986,6 @@
      <td> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>form</a></code>
      <td> Bypass form control validation for <a href=#form-submission>form submission</a>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-    <tr><th> <code title="">onafterprint</code>
-     <td> <code title=handler-window-onafterprint><a href=#handler-window-onafterprint>body</a></code>
-     <td> <code title=event-afterprint>afterprint</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onbeforeprint</code>
-     <td> <code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>body</a></code>
-     <td> <code title=event-beforeprint>beforeprint</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onbeforeunload</code>
-     <td> <code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>body</a></code>
-     <td> <code title=event-beforeunload>beforeunload</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onblur</code>
-     <td> <code title=handler-window-onblur><a href=#handler-window-onblur>body</a></code>
-     <td> <code title=event-blur>blur</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onerror</code>
-     <td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
-     <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onfocus</code>
-     <td> <code title=handler-window-onfocus><a href=#handler-window-onfocus>body</a></code>
-     <td> <code title=event-focus>focus</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onhashchange</code>
-     <td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
-     <td> <code title=event-hashchange>hashchange</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onload</code>
-     <td> <code title=handler-window-onload><a href=#handler-window-onload>body</a></code>
-     <td> <code title=event-load>load</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onmessage</code>
-     <td> <code title=handler-window-onmessage><a href=#handler-window-onmessage>body</a></code>
-     <td> <code title=event-message><a href=#event-message>message</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onoffline</code>
-     <td> <code title=handler-window-onoffline><a href=#handler-window-onoffline>body</a></code>
-     <td> <code title=event-offline><a href=#event-offline>offline</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">ononline</code>
-     <td> <code title=handler-window-ononline><a href=#handler-window-ononline>body</a></code>
-     <td> <code title=event-online><a href=#event-online>online</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onpopstate</code>
-     <td> <code title=handler-window-onpopstate><a href=#handler-window-onpopstate>body</a></code>
-     <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onredo</code>
-     <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
-     <td> <code title=event-redo><a href=#event-redo>redo</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onresize</code>
-     <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
-     <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onstorage</code>
-     <td> <code title=handler-window-onstorage><a href=#handler-window-onstorage>body</a></code>
-     <td> <code title=event-storage><a href=#event-storage>storage</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onundo</code>
-     <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
-     <td> <code title=event-undo><a href=#event-undo>undo</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onunload</code>
-     <td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
-     <td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
     <tr><th> <code title="">open</code>
      <td> <code title=attr-details-open><a href=#attr-details-open>details</a></code>
      <td> Whether the details are visible
@@ -85072,6 +85056,10 @@
           "<code title=attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>",
           "<code title=attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>", and
           "<code title=attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>"
+    <tr><th> <code title="">spellcheck</code>
+     <td> <a href=#attr-spellcheck title=attr-spellcheck>HTML elements</a>
+     <td> Whether the element is to have its spelling and grammar checked
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
     <tr><th> <code title="">scope</code>
      <td> <code title=attr-th-scope><a href=#attr-th-scope>th</a></code>
      <td> Specifies which cells the header cell applies to
@@ -85131,10 +85119,18 @@
      <td> <code title=attr-input-step><a href=#attr-input-step>input</a></code>
      <td> Granularity to be matched by the form control's value
      <td> <a href=#valid-floating-point-number>Valid floating point number</a> greater than zero, or "<code title="">any</code>"
+    <tr><th> <code title="">style</code>
+     <td> <a href=#the-style-attribute title=attr-style>HTML elements</a>
+     <td> Presentational and formatting instructions
+     <td> CSS declarations*
     <tr><th> <code title="">summary</code>
      <td> <code title=attr-table-summary><a href=#attr-table-summary>table</a></code>
      <td> Explanatory text for complex tables for users of screen readers
      <td> Text*
+    <tr><th> <code title="">tabindex</code>
+     <td> <a href=#attr-tabindex title=attr-tabindex>HTML elements</a>
+     <td> Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation
+     <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">target</code>
      <td> <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>a</a></code>;
           <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>area</a></code>
@@ -85148,6 +85144,28 @@
      <td> <code title=attr-fs-target><a href=#attr-fs-target>form</a></code>
      <td> <a href=#browsing-context>Browsing context</a> for <a href=#form-submission>form submission</a>
      <td> <a href=#valid-browsing-context-name-or-keyword>Valid browsing context name or keyword</a>
+    <tr><th> <code title="">title</code>
+     <td> <a href=#the-title-attribute title=attr-title>HTML elements</a>
+     <td> Advisory information for the element
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-abbr-title><a href=#attr-abbr-title>abbr</a></code>;
+          <code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>;
+     <td> Full term or expansion of abbreviation
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-command-title><a href=#attr-command-title>command</a></code>
+     <td> Hint describing the command
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-link-title><a href=#attr-link-title>link</a></code>
+     <td> Title of the link
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-link-title><a href=#attr-link-title>link</a></code>;
+          <code title=attr-style-title><a href=#attr-style-title>style</a></code>
+     <td> Alternative style sheet set name
+     <td> Text
     <tr><th> <code title="">type</code>
      <td> <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>a</a></code>;
           <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>area</a></code>;
@@ -85227,8 +85245,347 @@
           "<code title=attr-textarea-wrap-hard><a href=#attr-textarea-wrap-hard>hard</a></code>"
   </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
 
+  <hr><table><caption>List of event handler content attributes</caption>
+   <thead><tr><th> Attribute
+     <th> Element(s)
+     <th> Description
+     <th> Value
+   <tbody><tr><th> <code title="">onabort</code>
+     <td> <a href=#handler-onabort title=handler-onabort>HTML elements</a>
+     <td> <code title=event-abort>abort</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
 
-<!-- v2 for completeness: (also search for REFLECTIDL)
+    <tr><th> <code title="">onafterprint</code>
+     <td> <code title=handler-window-onafterprint><a href=#handler-window-onafterprint>body</a></code>
+     <td> <code title=event-afterprint>afterprint</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onbeforeprint</code>
+     <td> <code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>body</a></code>
+     <td> <code title=event-beforeprint>beforeprint</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onbeforeunload</code>
+     <td> <code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>body</a></code>
+     <td> <code title=event-beforeunload>beforeunload</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onblur</code>
+     <td> <code title=handler-window-onblur><a href=#handler-window-onblur>body</a></code>
+     <td> <code title=event-blur>blur</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncanplay</code>
+     <td> <a href=#handler-oncanplay title=handler-oncanplay>HTML elements</a>
+     <td> <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncanplaythrough</code>
+     <td> <a href=#handler-oncanplaythrough title=handler-oncanplaythrough>HTML elements</a>
+     <td> <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onchange</code>
+     <td> <a href=#handler-onchange title=handler-onchange>HTML elements</a>
+     <td> <code title=event-change>change</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onclick</code>
+     <td> <a href=#handler-onclick title=handler-onclick>HTML elements</a>
+     <td> <code title=event-click>click</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncontextmenu</code>
+     <td> <a href=#handler-oncontextmenu title=handler-oncontextmenu>HTML elements</a>
+     <td> <code title=event-contextmenu>contextmenu</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondblclick</code>
+     <td> <a href=#handler-ondblclick title=handler-ondblclick>HTML elements</a>
+     <td> <code title=event-dblclick>dblclick</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondrag</code>
+     <td> <a href=#handler-ondrag title=handler-ondrag>HTML elements</a>
+     <td> <code title=event-drag><a href=#event-drag>drag</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragend</code>
+     <td> <a href=#handler-ondragend title=handler-ondragend>HTML elements</a>
+     <td> <code title=event-dragend><a href=#event-dragend>dragend</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragenter</code>
+     <td> <a href=#handler-ondragenter title=handler-ondragenter>HTML elements</a>
+     <td> <code title=event-dragenter><a href=#event-dragenter>dragenter</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragleave</code>
+     <td> <a href=#handler-ondragleave title=handler-ondragleave>HTML elements</a>
+     <td> <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragover</code>
+     <td> <a href=#handler-ondragover title=handler-ondragover>HTML elements</a>
+     <td> <code title=event-dragover><a href=#event-dragover>dragover</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragstart</code>
+     <td> <a href=#handler-ondragstart title=handler-ondragstart>HTML elements</a>
+     <td> <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondrop</code>
+     <td> <a href=#handler-ondrop title=handler-ondrop>HTML elements</a>
+     <td> <code title=event-drop><a href=#event-drop>drop</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondurationchange</code>
+     <td> <a href=#handler-ondurationchange title=handler-ondurationchange>HTML elements</a>
+     <td> <code title=event-media-durationchange><a href=#event-media-durationchange>durationchange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onemptied</code>
+     <td> <a href=#handler-onemptied title=handler-onemptied>HTML elements</a>
+     <td> <code title=event-media-emptied><a href=#event-media-emptied>emptied</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onended</code>
+     <td> <a href=#handler-onended title=handler-onended>HTML elements</a>
+     <td> <code title=event-media-ended><a href=#event-media-ended>ended</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onerror</code>
+     <td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
+     <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onfocus</code>
+     <td> <code title=handler-window-onfocus><a href=#handler-window-onfocus>body</a></code>
+     <td> <code title=event-focus>focus</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onformchange</code>
+     <td> <a href=#handler-onformchange title=handler-onformchange>HTML elements</a>
+     <td> <code title=event-formchange>formchange</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onforminput</code>
+     <td> <a href=#handler-onforminput title=handler-onforminput>HTML elements</a>
+     <td> <code title=event-forminput>forminput</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onhashchange</code>
+     <td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
+     <td> <code title=event-hashchange>hashchange</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oninput</code>
+     <td> <a href=#handler-oninput title=handler-oninput>HTML elements</a>
+     <td> <code title=event-input>input</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oninvalid</code>
+     <td> <a href=#handler-oninvalid title=handler-oninvalid>HTML elements</a>
+     <td> <code title=event-invalid>invalid</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeydown</code>
+     <td> <a href=#handler-onkeydown title=handler-onkeydown>HTML elements</a>
+     <td> <code title=event-keydown>keydown</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeypress</code>
+     <td> <a href=#handler-onkeypress title=handler-onkeypress>HTML elements</a>
+     <td> <code title=event-keypress>keypress</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeyup</code>
+     <td> <a href=#handler-onkeyup title=handler-onkeyup>HTML elements</a>
+     <td> <code title=event-keyup>keyup</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onload</code>
+     <td> <code title=handler-window-onload><a href=#handler-window-onload>body</a></code>
+     <td> <code title=event-load>load</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadeddata</code>
+     <td> <a href=#handler-onloadeddata title=handler-onloadeddata>HTML elements</a>
+     <td> <code title=event-media-loadeddata><a href=#event-media-loadeddata>loadeddata</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadedmetadata</code>
+     <td> <a href=#handler-onloadedmetadata title=handler-onloadedmetadata>HTML elements</a>
+     <td> <code title=event-media-loadedmetadata><a href=#event-media-loadedmetadata>loadedmetadata</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadstart</code>
+     <td> <a href=#handler-onloadstart title=handler-onloadstart>HTML elements</a>
+     <td> <code title=event-media-loadstart><a href=#event-media-loadstart>loadstart</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmessage</code>
+     <td> <code title=handler-window-onmessage><a href=#handler-window-onmessage>body</a></code>
+     <td> <code title=event-message><a href=#event-message>message</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousedown</code>
+     <td> <a href=#handler-onmousedown title=handler-onmousedown>HTML elements</a>
+     <td> <code title=event-mousedown>mousedown</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousemove</code>
+     <td> <a href=#handler-onmousemove title=handler-onmousemove>HTML elements</a>
+     <td> <code title=event-mousemove>mousemove</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseout</code>
+     <td> <a href=#handler-onmouseout title=handler-onmouseout>HTML elements</a>
+     <td> <code title=event-mouseout>mouseout</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseover</code>
+     <td> <a href=#handler-onmouseover title=handler-onmouseover>HTML elements</a>
+     <td> <code title=event-mouseover>mouseover</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseup</code>
+     <td> <a href=#handler-onmouseup title=handler-onmouseup>HTML elements</a>
+     <td> <code title=event-mouseup>mouseup</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousewheel</code>
+     <td> <a href=#handler-onmousewheel title=handler-onmousewheel>HTML elements</a>
+     <td> <code title=event-mousewheel>mousewheel</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onoffline</code>
+     <td> <code title=handler-window-onoffline><a href=#handler-window-onoffline>body</a></code>
+     <td> <code title=event-offline><a href=#event-offline>offline</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ononline</code>
+     <td> <code title=handler-window-ononline><a href=#handler-window-ononline>body</a></code>
+     <td> <code title=event-online><a href=#event-online>online</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onpause</code>
+     <td> <a href=#handler-onpause title=handler-onpause>HTML elements</a>
+     <td> <code title=event-media-pause><a href=#event-media-pause>pause</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onplay</code>
+     <td> <a href=#handler-onplay title=handler-onplay>HTML elements</a>
+     <td> <code title=event-media-play><a href=#event-media-play>play</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onplaying</code>
+     <td> <a href=#handler-onplaying title=handler-onplaying>HTML elements</a>
+     <td> <code title=event-media-playing><a href=#event-media-playing>playing</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onpopstate</code>
+     <td> <code title=handler-window-onpopstate><a href=#handler-window-onpopstate>body</a></code>
+     <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onprogress</code>
+     <td> <a href=#handler-onprogress title=handler-onprogress>HTML elements</a>
+     <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onratechange</code>
+     <td> <a href=#handler-onratechange title=handler-onratechange>HTML elements</a>
+     <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onreadystatechange</code>
+     <td> <a href=#handler-onreadystatechange title=handler-onreadystatechange>HTML elements</a>
+     <td> <code title=event-readystatechange>readystatechange</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onredo</code>
+     <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
+     <td> <code title=event-redo><a href=#event-redo>redo</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onresize</code>
+     <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
+     <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onscroll</code>
+     <td> <a href=#handler-onscroll title=handler-onscroll>HTML elements</a>
+     <td> <code title=event-scroll>scroll</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onseeked</code>
+     <td> <a href=#handler-onseeked title=handler-onseeked>HTML elements</a>
+     <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onseeking</code>
+     <td> <a href=#handler-onseeking title=handler-onseeking>HTML elements</a>
+     <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onselect</code>
+     <td> <a href=#handler-onselect title=handler-onselect>HTML elements</a>
+     <td> <code title=event-select>select</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onshow</code>
+     <td> <a href=#handler-onshow title=handler-onshow>HTML elements</a>
+     <td> <code title=event-show>show</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onstalled</code>
+     <td> <a href=#handler-onstalled title=handler-onstalled>HTML elements</a>
+     <td> <code title=event-media-stalled><a href=#event-media-stalled>stalled</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onstorage</code>
+     <td> <code title=handler-window-onstorage><a href=#handler-window-onstorage>body</a></code>
+     <td> <code title=event-storage><a href=#event-storage>storage</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onsubmit</code>
+     <td> <a href=#handler-onsubmit title=handler-onsubmit>HTML elements</a>
+     <td> <code title=event-submit>submit</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onsuspend</code>
+     <td> <a href=#handler-onsuspend title=handler-onsuspend>HTML elements</a>
+     <td> <code title=event-media-suspend><a href=#event-media-suspend>suspend</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ontimeupdate</code>
+     <td> <a href=#handler-ontimeupdate title=handler-ontimeupdate>HTML elements</a>
+     <td> <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onundo</code>
+     <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
+     <td> <code title=event-undo><a href=#event-undo>undo</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onunload</code>
+     <td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
+     <td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onvolumechange</code>
+     <td> <a href=#handler-onvolumechange title=handler-onvolumechange>HTML elements</a>
+     <td> <code title=event-media-volumechange><a href=#event-media-volumechange>volumechange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onwaiting</code>
+     <td> <a href=#handler-onwaiting title=handler-onwaiting>HTML elements</a>
+     <td> <code title=event-media-waiting><a href=#event-media-waiting>waiting</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+  </table><!-- v2 for completeness: (also search for REFLECTIDL)
   <h3 class="no-num">Reflecting IDL attributes</h3>
 
   <p><i>This section is non-normative.</i></p>
@@ -85255,11 +85612,8 @@
      <td> <code>textContent</code>
   </table>
   ( include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent )
--->
+--><h3 class=no-num id=interfaces>Interfaces</h3>
 
-
-  <h3 class=no-num id=interfaces>Interfaces</h3>
-
   <p><i>This section is non-normative.</i></p>
 
   <table><caption>List of interfaces for elements</caption>

Modified: index
===================================================================
--- index	2009-10-20 06:03:05 UTC (rev 4198)
+++ index	2009-10-20 09:12:31 UTC (rev 4199)
@@ -75669,7 +75669,7 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <table><caption>List of attributes</caption>
+  <table><caption>List of attributes (excluding event handler content attributes)</caption>
    <thead><tr><th> Attribute
      <th> Element(s)
      <th> Description
@@ -75682,6 +75682,10 @@
      <td> <code title=attr-form-accept-charset><a href=#attr-form-accept-charset>form</a></code>
      <td> Character encodings to use for <a href=#form-submission>form submission</a>
      <td> <a href=#ordered-set-of-unique-space-separated-tokens>Ordered set of unique space-separated tokens</a> consisting of <a href=#preferred-mime-name title="preferred MIME name">preferred MIME names</a> of <a href=#ascii-compatible-character-encoding title="ASCII-compatible character encoding">ASCII-compatible character encodings</a>
+    <tr><th> <code title="">accesskey</code>
+     <td> <a href=#the-accesskey-attribute title=attr-accesskey>HTML elements</a>
+     <td> Keyboard shortcut to activate or focus element
+     <td> <a href=#ordered-set-of-unique-space-separated-tokens>Ordered set of unique space-separated tokens</a> consisting of one Unicode code point in length
     <tr><th> <code title="">action</code>
      <td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
@@ -75743,6 +75747,10 @@
           <code title=attr-q-cite><a href=#attr-q-cite>q</a></code>
      <td> Link to the source of the quotation or more information about the edit
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">class</code>
+     <td> <a href=#classes title=attr-class>HTML elements</a>
+     <td> Classes to which the element belongs
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a>
     <tr><th> <code title="">cols</code>
      <td> <code title=attr-textarea-cols><a href=#attr-textarea-cols>textarea</a></code>
      <td> Maximum number of characters per line
@@ -75756,6 +75764,14 @@
      <td> <code title=attr-meta-content><a href=#attr-meta-content>meta</a></code>
      <td> Value of the element
      <td> Text*
+    <tr><th> <code title="">contenteditable</code>
+     <td> <a href=#attr-contenteditable title=attr-contenteditable>HTML elements</a>
+     <td> Whether the element is <a href=#editable>editable</a>
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
+    <tr><th> <code title="">contextmenu</code>
+     <td> <a href=#attr-contextmenu title=attr-contextmenu>HTML elements</a>
+     <td> The element's context menu
+     <td> ID*
     <tr><th> <code title="">controls</code>
      <td> <code title=attr-media-controls><a href=#attr-media-controls>audio</a></code>;
           <code title=attr-media-controls><a href=#attr-media-controls>video</a></code>
@@ -75782,6 +75798,10 @@
      <td> <code title=attr-script-defer><a href=#attr-script-defer>script</a></code>
      <td> Defer script execution
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">dir</code>
+     <td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
+     <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
+     <td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
     <tr><th> <code title="">disabled</code>
      <td> <code title=attr-fe-disabled><a href=#attr-fe-disabled>button</a></code>;
           <code title=attr-command-disabled><a href=#attr-command-disabled>command</a></code>;
@@ -75794,13 +75814,17 @@
           <code title=attr-fe-disabled><a href=#attr-fe-disabled>textarea</a></code>
      <td> Whether the form control is disabled
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">draggable</code>
+     <td> <a href=#the-draggable-attribute title=attr-draggable>HTML elements</a>
+     <td> Whether the element is draggable
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
     <tr><th> <code title="">enctype</code>
      <td> <code title=attr-fs-enctype><a href=#attr-fs-enctype>form</a></code>
      <td> Form data set encoding type to use for <a href=#form-submission>form submission</a>
      <td> "<code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>"; "<code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code>"; "<code title=attr-fs-enctype-text><a href=#attr-fs-enctype-text>text/plain</a></code>"
     <tr><th> <code title="">for</code>
      <td> <code title=attr-label-for><a href=#attr-label-for>label</a></code>
-     <td> Associatd the label with form control
+     <td> Associate the label with form control
      <td> ID*
     <tr><th> <code title="">for</code>
      <td> <code title=attr-output-for><a href=#attr-output-for>output</a></code>
@@ -75858,6 +75882,10 @@
           <code title=attr-dim-height><a href=#attr-dim-height>video</a></code>
      <td> Vertical dimension
      <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
+    <tr><th> <code title="">hidden</code>
+     <td> <a href=#the-hidden-attribute title=attr-hidden>HTML elements</a>
+     <td> Whether the element is relevant
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">high</code>
      <td> <code title=attr-meter-high><a href=#attr-meter-high>meter</a></code>
      <td> Low limit of high range
@@ -75886,10 +75914,30 @@
      <td> <code title=attr-command-icon><a href=#attr-command-icon>command</a></code>
      <td> Icon for the command
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">id</code>
+     <td> <a href=#the-id-attribute title=attr-id>HTML elements</a>
+     <td> The element's <a href=#concept-id title=concept-id>ID</a>
+     <td> Text*
     <tr><th> <code title="">ismap</code>
      <td> <code title=attr-img-ismap><a href=#attr-img-ismap>img</a></code>
      <td> Whether the image is a server-side image map
      <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">itemid</code>
+     <td> <a href=#attr-itemid title=attr-itemid>HTML elements</a>
+     <td> <a href=#global-identifier>Global identifier</a> for a microdata item
+     <td> <a href=#absolute-url title="absolute URL">Valid absolute URL</a>
+    <tr><th> <code title="">itemprop</code>
+     <td> <a href=#names:-the-itemprop-attribute title=attr-itemprop>HTML elements</a>
+     <td> <a href=#property-names>Property names</a> of a microdata item
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a> consisting of <a href=#absolute-url title="absolute URL">valid absolute URLs</a>, <a href=#defined-property-name title="defined property name">defined property names</a>, or text*
+    <tr><th> <code title="">itemscope</code>
+     <td> <a href=#attr-itemscope title=attr-itemscope>HTML elements</a>
+     <td> Introduces a microdata item
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">itemtype</code>
+     <td> <a href=#attr-itemtype title=attr-itemtype>HTML elements</a>
+     <td> <a href=#item-type>Item type</a> of a microdata item
+     <td> <a href=#absolute-url title="absolute url">Valid absolute URL</a>*
     <tr><th> <code title="">keytype</code>
      <td> <code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keygen</a></code>
      <td> The type of cryptographic key to generate
@@ -75901,6 +75949,10 @@
           <code title=attr-option-label><a href=#attr-option-label>option</a></code>
      <td> User-visible label
      <td> Text
+    <tr><th> <code title="">lang</code>
+     <td> <a href=#attr-lang title=attr-lang>HTML elements</a>
+     <td> <a href=#language>Language</a> of the element
+     <td> Valid BCP 47 language code or the empty string
     <tr><th> <code title="">list</code>
      <td> <code title=attr-input-list><a href=#attr-input-list>input</a></code>
      <td> List of autocomplete options
@@ -75992,74 +76044,6 @@
      <td> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>form</a></code>
      <td> Bypass form control validation for <a href=#form-submission>form submission</a>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-    <tr><th> <code title="">onafterprint</code>
-     <td> <code title=handler-window-onafterprint><a href=#handler-window-onafterprint>body</a></code>
-     <td> <code title=event-afterprint>afterprint</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onbeforeprint</code>
-     <td> <code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>body</a></code>
-     <td> <code title=event-beforeprint>beforeprint</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onbeforeunload</code>
-     <td> <code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>body</a></code>
-     <td> <code title=event-beforeunload>beforeunload</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onblur</code>
-     <td> <code title=handler-window-onblur><a href=#handler-window-onblur>body</a></code>
-     <td> <code title=event-blur>blur</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onerror</code>
-     <td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
-     <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onfocus</code>
-     <td> <code title=handler-window-onfocus><a href=#handler-window-onfocus>body</a></code>
-     <td> <code title=event-focus>focus</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onhashchange</code>
-     <td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
-     <td> <code title=event-hashchange>hashchange</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onload</code>
-     <td> <code title=handler-window-onload><a href=#handler-window-onload>body</a></code>
-     <td> <code title=event-load>load</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onmessage</code>
-     <td> <code title=handler-window-onmessage><a href=#handler-window-onmessage>body</a></code>
-     <td> <code title=event-message><a href=#event-message>message</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onoffline</code>
-     <td> <code title=handler-window-onoffline><a href=#handler-window-onoffline>body</a></code>
-     <td> <code title=event-offline><a href=#event-offline>offline</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">ononline</code>
-     <td> <code title=handler-window-ononline><a href=#handler-window-ononline>body</a></code>
-     <td> <code title=event-online><a href=#event-online>online</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onpopstate</code>
-     <td> <code title=handler-window-onpopstate><a href=#handler-window-onpopstate>body</a></code>
-     <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onredo</code>
-     <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
-     <td> <code title=event-redo><a href=#event-redo>redo</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onresize</code>
-     <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
-     <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onstorage</code>
-     <td> <code title=handler-window-onstorage><a href=#handler-window-onstorage>body</a></code>
-     <td> <code title=event-storage>storage</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onundo</code>
-     <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
-     <td> <code title=event-undo><a href=#event-undo>undo</a></code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
-    <tr><th> <code title="">onunload</code>
-     <td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
-     <td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
-     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
     <tr><th> <code title="">open</code>
      <td> <code title=attr-details-open><a href=#attr-details-open>details</a></code>
      <td> Whether the details are visible
@@ -76130,6 +76114,10 @@
           "<code title=attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code>",
           "<code title=attr-iframe-sandbox-allow-forms><a href=#attr-iframe-sandbox-allow-forms>allow-forms</a></code>", and
           "<code title=attr-iframe-sandbox-allow-scripts><a href=#attr-iframe-sandbox-allow-scripts>allow-scripts</a></code>"
+    <tr><th> <code title="">spellcheck</code>
+     <td> <a href=#attr-spellcheck title=attr-spellcheck>HTML elements</a>
+     <td> Whether the element is to have its spelling and grammar checked
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
     <tr><th> <code title="">scope</code>
      <td> <code title=attr-th-scope><a href=#attr-th-scope>th</a></code>
      <td> Specifies which cells the header cell applies to
@@ -76189,10 +76177,18 @@
      <td> <code title=attr-input-step><a href=#attr-input-step>input</a></code>
      <td> Granularity to be matched by the form control's value
      <td> <a href=#valid-floating-point-number>Valid floating point number</a> greater than zero, or "<code title="">any</code>"
+    <tr><th> <code title="">style</code>
+     <td> <a href=#the-style-attribute title=attr-style>HTML elements</a>
+     <td> Presentational and formatting instructions
+     <td> CSS declarations*
     <tr><th> <code title="">summary</code>
      <td> <code title=attr-table-summary><a href=#attr-table-summary>table</a></code>
      <td> Explanatory text for complex tables for users of screen readers
      <td> Text*
+    <tr><th> <code title="">tabindex</code>
+     <td> <a href=#attr-tabindex title=attr-tabindex>HTML elements</a>
+     <td> Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation
+     <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">target</code>
      <td> <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>a</a></code>;
           <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>area</a></code>
@@ -76206,6 +76202,28 @@
      <td> <code title=attr-fs-target><a href=#attr-fs-target>form</a></code>
      <td> <a href=#browsing-context>Browsing context</a> for <a href=#form-submission>form submission</a>
      <td> <a href=#valid-browsing-context-name-or-keyword>Valid browsing context name or keyword</a>
+    <tr><th> <code title="">title</code>
+     <td> <a href=#the-title-attribute title=attr-title>HTML elements</a>
+     <td> Advisory information for the element
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-abbr-title><a href=#attr-abbr-title>abbr</a></code>;
+          <code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>;
+     <td> Full term or expansion of abbreviation
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-command-title><a href=#attr-command-title>command</a></code>
+     <td> Hint describing the command
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-link-title><a href=#attr-link-title>link</a></code>
+     <td> Title of the link
+     <td> Text
+    <tr><th> <code title="">title</code>
+     <td> <code title=attr-link-title><a href=#attr-link-title>link</a></code>;
+          <code title=attr-style-title><a href=#attr-style-title>style</a></code>
+     <td> Alternative style sheet set name
+     <td> Text
     <tr><th> <code title="">type</code>
      <td> <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>a</a></code>;
           <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>area</a></code>;
@@ -76285,8 +76303,347 @@
           "<code title=attr-textarea-wrap-hard><a href=#attr-textarea-wrap-hard>hard</a></code>"
   </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
 
+  <hr><table><caption>List of event handler content attributes</caption>
+   <thead><tr><th> Attribute
+     <th> Element(s)
+     <th> Description
+     <th> Value
+   <tbody><tr><th> <code title="">onabort</code>
+     <td> <a href=#handler-onabort title=handler-onabort>HTML elements</a>
+     <td> <code title=event-abort>abort</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
 
-<!-- v2 for completeness: (also search for REFLECTIDL)
+    <tr><th> <code title="">onafterprint</code>
+     <td> <code title=handler-window-onafterprint><a href=#handler-window-onafterprint>body</a></code>
+     <td> <code title=event-afterprint>afterprint</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onbeforeprint</code>
+     <td> <code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>body</a></code>
+     <td> <code title=event-beforeprint>beforeprint</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onbeforeunload</code>
+     <td> <code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>body</a></code>
+     <td> <code title=event-beforeunload>beforeunload</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onblur</code>
+     <td> <code title=handler-window-onblur><a href=#handler-window-onblur>body</a></code>
+     <td> <code title=event-blur>blur</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncanplay</code>
+     <td> <a href=#handler-oncanplay title=handler-oncanplay>HTML elements</a>
+     <td> <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncanplaythrough</code>
+     <td> <a href=#handler-oncanplaythrough title=handler-oncanplaythrough>HTML elements</a>
+     <td> <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onchange</code>
+     <td> <a href=#handler-onchange title=handler-onchange>HTML elements</a>
+     <td> <code title=event-change>change</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onclick</code>
+     <td> <a href=#handler-onclick title=handler-onclick>HTML elements</a>
+     <td> <code title=event-click>click</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oncontextmenu</code>
+     <td> <a href=#handler-oncontextmenu title=handler-oncontextmenu>HTML elements</a>
+     <td> <code title=event-contextmenu>contextmenu</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondblclick</code>
+     <td> <a href=#handler-ondblclick title=handler-ondblclick>HTML elements</a>
+     <td> <code title=event-dblclick>dblclick</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondrag</code>
+     <td> <a href=#handler-ondrag title=handler-ondrag>HTML elements</a>
+     <td> <code title=event-drag><a href=#event-drag>drag</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragend</code>
+     <td> <a href=#handler-ondragend title=handler-ondragend>HTML elements</a>
+     <td> <code title=event-dragend><a href=#event-dragend>dragend</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragenter</code>
+     <td> <a href=#handler-ondragenter title=handler-ondragenter>HTML elements</a>
+     <td> <code title=event-dragenter><a href=#event-dragenter>dragenter</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragleave</code>
+     <td> <a href=#handler-ondragleave title=handler-ondragleave>HTML elements</a>
+     <td> <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragover</code>
+     <td> <a href=#handler-ondragover title=handler-ondragover>HTML elements</a>
+     <td> <code title=event-dragover><a href=#event-dragover>dragover</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondragstart</code>
+     <td> <a href=#handler-ondragstart title=handler-ondragstart>HTML elements</a>
+     <td> <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondrop</code>
+     <td> <a href=#handler-ondrop title=handler-ondrop>HTML elements</a>
+     <td> <code title=event-drop><a href=#event-drop>drop</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ondurationchange</code>
+     <td> <a href=#handler-ondurationchange title=handler-ondurationchange>HTML elements</a>
+     <td> <code title=event-media-durationchange><a href=#event-media-durationchange>durationchange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onemptied</code>
+     <td> <a href=#handler-onemptied title=handler-onemptied>HTML elements</a>
+     <td> <code title=event-media-emptied><a href=#event-media-emptied>emptied</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onended</code>
+     <td> <a href=#handler-onended title=handler-onended>HTML elements</a>
+     <td> <code title=event-media-ended><a href=#event-media-ended>ended</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onerror</code>
+     <td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
+     <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onfocus</code>
+     <td> <code title=handler-window-onfocus><a href=#handler-window-onfocus>body</a></code>
+     <td> <code title=event-focus>focus</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onformchange</code>
+     <td> <a href=#handler-onformchange title=handler-onformchange>HTML elements</a>
+     <td> <code title=event-formchange>formchange</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onforminput</code>
+     <td> <a href=#handler-onforminput title=handler-onforminput>HTML elements</a>
+     <td> <code title=event-forminput>forminput</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onhashchange</code>
+     <td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
+     <td> <code title=event-hashchange>hashchange</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oninput</code>
+     <td> <a href=#handler-oninput title=handler-oninput>HTML elements</a>
+     <td> <code title=event-input>input</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">oninvalid</code>
+     <td> <a href=#handler-oninvalid title=handler-oninvalid>HTML elements</a>
+     <td> <code title=event-invalid>invalid</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeydown</code>
+     <td> <a href=#handler-onkeydown title=handler-onkeydown>HTML elements</a>
+     <td> <code title=event-keydown>keydown</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeypress</code>
+     <td> <a href=#handler-onkeypress title=handler-onkeypress>HTML elements</a>
+     <td> <code title=event-keypress>keypress</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onkeyup</code>
+     <td> <a href=#handler-onkeyup title=handler-onkeyup>HTML elements</a>
+     <td> <code title=event-keyup>keyup</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onload</code>
+     <td> <code title=handler-window-onload><a href=#handler-window-onload>body</a></code>
+     <td> <code title=event-load>load</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadeddata</code>
+     <td> <a href=#handler-onloadeddata title=handler-onloadeddata>HTML elements</a>
+     <td> <code title=event-media-loadeddata><a href=#event-media-loadeddata>loadeddata</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadedmetadata</code>
+     <td> <a href=#handler-onloadedmetadata title=handler-onloadedmetadata>HTML elements</a>
+     <td> <code title=event-media-loadedmetadata><a href=#event-media-loadedmetadata>loadedmetadata</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onloadstart</code>
+     <td> <a href=#handler-onloadstart title=handler-onloadstart>HTML elements</a>
+     <td> <code title=event-media-loadstart><a href=#event-media-loadstart>loadstart</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmessage</code>
+     <td> <code title=handler-window-onmessage><a href=#handler-window-onmessage>body</a></code>
+     <td> <code title=event-message><a href=#event-message>message</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousedown</code>
+     <td> <a href=#handler-onmousedown title=handler-onmousedown>HTML elements</a>
+     <td> <code title=event-mousedown>mousedown</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousemove</code>
+     <td> <a href=#handler-onmousemove title=handler-onmousemove>HTML elements</a>
+     <td> <code title=event-mousemove>mousemove</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseout</code>
+     <td> <a href=#handler-onmouseout title=handler-onmouseout>HTML elements</a>
+     <td> <code title=event-mouseout>mouseout</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseover</code>
+     <td> <a href=#handler-onmouseover title=handler-onmouseover>HTML elements</a>
+     <td> <code title=event-mouseover>mouseover</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmouseup</code>
+     <td> <a href=#handler-onmouseup title=handler-onmouseup>HTML elements</a>
+     <td> <code title=event-mouseup>mouseup</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onmousewheel</code>
+     <td> <a href=#handler-onmousewheel title=handler-onmousewheel>HTML elements</a>
+     <td> <code title=event-mousewheel>mousewheel</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onoffline</code>
+     <td> <code title=handler-window-onoffline><a href=#handler-window-onoffline>body</a></code>
+     <td> <code title=event-offline><a href=#event-offline>offline</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ononline</code>
+     <td> <code title=handler-window-ononline><a href=#handler-window-ononline>body</a></code>
+     <td> <code title=event-online><a href=#event-online>online</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onpause</code>
+     <td> <a href=#handler-onpause title=handler-onpause>HTML elements</a>
+     <td> <code title=event-media-pause><a href=#event-media-pause>pause</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onplay</code>
+     <td> <a href=#handler-onplay title=handler-onplay>HTML elements</a>
+     <td> <code title=event-media-play><a href=#event-media-play>play</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onplaying</code>
+     <td> <a href=#handler-onplaying title=handler-onplaying>HTML elements</a>
+     <td> <code title=event-media-playing><a href=#event-media-playing>playing</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onpopstate</code>
+     <td> <code title=handler-window-onpopstate><a href=#handler-window-onpopstate>body</a></code>
+     <td> <code title=event-popstate><a href=#event-popstate>popstate</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onprogress</code>
+     <td> <a href=#handler-onprogress title=handler-onprogress>HTML elements</a>
+     <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onratechange</code>
+     <td> <a href=#handler-onratechange title=handler-onratechange>HTML elements</a>
+     <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onreadystatechange</code>
+     <td> <a href=#handler-onreadystatechange title=handler-onreadystatechange>HTML elements</a>
+     <td> <code title=event-readystatechange>readystatechange</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onredo</code>
+     <td> <code title=handler-window-onredo><a href=#handler-window-onredo>body</a></code>
+     <td> <code title=event-redo><a href=#event-redo>redo</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onresize</code>
+     <td> <code title=handler-window-onresize><a href=#handler-window-onresize>body</a></code>
+     <td> <code title=event-resize>resize</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onscroll</code>
+     <td> <a href=#handler-onscroll title=handler-onscroll>HTML elements</a>
+     <td> <code title=event-scroll>scroll</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onseeked</code>
+     <td> <a href=#handler-onseeked title=handler-onseeked>HTML elements</a>
+     <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onseeking</code>
+     <td> <a href=#handler-onseeking title=handler-onseeking>HTML elements</a>
+     <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onselect</code>
+     <td> <a href=#handler-onselect title=handler-onselect>HTML elements</a>
+     <td> <code title=event-select>select</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onshow</code>
+     <td> <a href=#handler-onshow title=handler-onshow>HTML elements</a>
+     <td> <code title=event-show>show</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onstalled</code>
+     <td> <a href=#handler-onstalled title=handler-onstalled>HTML elements</a>
+     <td> <code title=event-media-stalled><a href=#event-media-stalled>stalled</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onstorage</code>
+     <td> <code title=handler-window-onstorage><a href=#handler-window-onstorage>body</a></code>
+     <td> <code title=event-storage>storage</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onsubmit</code>
+     <td> <a href=#handler-onsubmit title=handler-onsubmit>HTML elements</a>
+     <td> <code title=event-submit>submit</code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onsuspend</code>
+     <td> <a href=#handler-onsuspend title=handler-onsuspend>HTML elements</a>
+     <td> <code title=event-media-suspend><a href=#event-media-suspend>suspend</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">ontimeupdate</code>
+     <td> <a href=#handler-ontimeupdate title=handler-ontimeupdate>HTML elements</a>
+     <td> <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onundo</code>
+     <td> <code title=handler-window-onundo><a href=#handler-window-onundo>body</a></code>
+     <td> <code title=event-undo><a href=#event-undo>undo</a></code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onunload</code>
+     <td> <code title=handler-window-onunload><a href=#handler-window-onunload>body</a></code>
+     <td> <code title=event-unload>unload</code> event handler for <code><a href=#window>Window</a></code> object
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onvolumechange</code>
+     <td> <a href=#handler-onvolumechange title=handler-onvolumechange>HTML elements</a>
+     <td> <code title=event-media-volumechange><a href=#event-media-volumechange>volumechange</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th> <code title="">onwaiting</code>
+     <td> <a href=#handler-onwaiting title=handler-onwaiting>HTML elements</a>
+     <td> <code title=event-media-waiting><a href=#event-media-waiting>waiting</a></code> event handler
+     <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
+
+  </table><!-- v2 for completeness: (also search for REFLECTIDL)
   <h3 class="no-num">Reflecting IDL attributes</h3>
 
   <p><i>This section is non-normative.</i></p>
@@ -76313,11 +76670,8 @@
      <td> <code>textContent</code>
   </table>
   ( include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent )
--->
+--><h3 class=no-num id=interfaces>Interfaces</h3>
 
-
-  <h3 class=no-num id=interfaces>Interfaces</h3>
-
   <p><i>This section is non-normative.</i></p>
 
   <table><caption>List of interfaces for elements</caption>

Modified: source
===================================================================
--- source	2009-10-20 06:03:05 UTC (rev 4198)
+++ source	2009-10-20 09:12:31 UTC (rev 4199)
@@ -93164,7 +93164,7 @@
   <p><i>This section is non-normative.</i></p>
 
   <table>
-   <caption>List of attributes</caption>
+   <caption>List of attributes (excluding event handler content attributes)</caption>
    <thead>
     <tr>
      <th> Attribute
@@ -93183,6 +93183,11 @@
      <td> Character encodings to use for <span>form submission</span>
      <td> <span>Ordered set of unique space-separated tokens</span> consisting of <span title="preferred MIME name">preferred MIME names</span> of <span title="ASCII-compatible character encoding">ASCII-compatible character encodings</span>
     <tr>
+     <th> <code title="">accesskey</code>
+     <td> <span title="attr-accesskey">HTML elements</span>
+     <td> Keyboard shortcut to activate or focus element
+     <td> <span>Ordered set of unique space-separated tokens</span> consisting of one Unicode code point in length
+    <tr>
      <th> <code title="">action</code>
      <td> <code title="attr-fs-action">form</code>
      <td> <span>URL</span> to use for <span>form submission</span>
@@ -93256,6 +93261,11 @@
      <td> Link to the source of the quotation or more information about the edit
      <td> <span>Valid URL</span>
     <tr>
+     <th> <code title="">class</code>
+     <td> <span title="attr-class">HTML elements</span>
+     <td> Classes to which the element belongs
+     <td> <span>Unordered set of unique space-separated tokens</span>
+    <tr>
      <th> <code title="">cols</code>
      <td> <code title="attr-textarea-cols">textarea</code>
      <td> Maximum number of characters per line
@@ -93272,6 +93282,16 @@
      <td> Value of the element
      <td> Text*
     <tr>
+     <th> <code title="">contenteditable</code>
+     <td> <span title="attr-contenteditable">HTML elements</span>
+     <td> Whether the element is <span>editable</span>
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
+    <tr>
+     <th> <code title="">contextmenu</code>
+     <td> <span title="attr-contextmenu">HTML elements</span>
+     <td> The element's context menu
+     <td> ID*
+    <tr>
      <th> <code title="">controls</code>
      <td> <code title="attr-media-controls">audio</code>;
           <code title="attr-media-controls">video</code>
@@ -93304,6 +93324,11 @@
      <td> Defer script execution
      <td> <span>Boolean attribute</span>
     <tr>
+     <th> <code title="">dir</code>
+     <td> <span title="attr-dir">HTML elements</span>
+     <td> <span title="the directionality">The text directionality</span> of the element
+     <td> "<code title="">ltr</code>"; "<code title="">rtl</code>"
+    <tr>
      <th> <code title="">disabled</code>
      <td> <code title="attr-fe-disabled">button</code>;
           <code title="attr-command-disabled">command</code>;
@@ -93317,6 +93342,11 @@
      <td> Whether the form control is disabled
      <td> <span>Boolean attribute</span>
     <tr>
+     <th> <code title="">draggable</code>
+     <td> <span title="attr-draggable">HTML elements</span>
+     <td> Whether the element is draggable
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
+    <tr>
      <th> <code title="">enctype</code>
      <td> <code title="attr-fs-enctype">form</code>
      <td> Form data set encoding type to use for <span>form submission</span>
@@ -93324,7 +93354,7 @@
     <tr>
      <th> <code title="">for</code>
      <td> <code title="attr-label-for">label</code>
-     <td> Associatd the label with form control
+     <td> Associate the label with form control
      <td> ID*
     <tr>
      <th> <code title="">for</code>
@@ -93392,6 +93422,11 @@
      <td> Vertical dimension
      <td> <span>Valid non-negative integer</span>
     <tr>
+     <th> <code title="">hidden</code>
+     <td> <span title="attr-hidden">HTML elements</span>
+     <td> Whether the element is relevant
+     <td> <span>Boolean attribute</span>
+    <tr>
      <th> <code title="">high</code>
      <td> <code title="attr-meter-high">meter</code>
      <td> Low limit of high range
@@ -93426,11 +93461,36 @@
      <td> Icon for the command
      <td> <span>Valid URL</span>
     <tr>
+     <th> <code title="">id</code>
+     <td> <span title="attr-id">HTML elements</span>
+     <td> The element's <span title="concept-id">ID</span>
+     <td> Text*
+    <tr>
      <th> <code title="">ismap</code>
      <td> <code title="attr-img-ismap">img</code>
      <td> Whether the image is a server-side image map
      <td> <span>Boolean attribute</span>
     <tr>
+     <th> <code title="">itemid</code>
+     <td> <span title="attr-itemid">HTML elements</span>
+     <td> <span>Global identifier</span> for a microdata item
+     <td> <span title="absolute URL">Valid absolute URL</span>
+    <tr>
+     <th> <code title="">itemprop</code>
+     <td> <span title="attr-itemprop">HTML elements</span>
+     <td> <span>Property names</span> of a microdata item
+     <td> <span>Unordered set of unique space-separated tokens</span> consisting of <span title="absolute URL">valid absolute URLs</span>, <span title="defined property name">defined property names</span>, or text*
+    <tr>
+     <th> <code title="">itemscope</code>
+     <td> <span title="attr-itemscope">HTML elements</span>
+     <td> Introduces a microdata item
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">itemtype</code>
+     <td> <span title="attr-itemtype">HTML elements</span>
+     <td> <span>Item type</span> of a microdata item
+     <td> <span title="absolute url">Valid absolute URL</span>*
+    <tr>
      <th> <code title="">keytype</code>
      <td> <code title="attr-keygen-keytype">keygen</code>
      <td> The type of cryptographic key to generate
@@ -93444,6 +93504,11 @@
      <td> User-visible label
      <td> Text
     <tr>
+     <th> <code title="">lang</code>
+     <td> <span title="attr-lang">HTML elements</span>
+     <td> <span>Language</span> of the element
+     <td> Valid BCP 47 language code or the empty string
+    <tr>
      <th> <code title="">list</code>
      <td> <code title="attr-input-list">input</code>
      <td> List of autocomplete options
@@ -93554,91 +93619,6 @@
      <td> Bypass form control validation for <span>form submission</span>
      <td> <span>Boolean attribute</span>
     <tr>
-     <th> <code title="">onafterprint</code>
-     <td> <code title="handler-window-onafterprint">body</code>
-     <td> <code title="event-afterprint">afterprint</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onbeforeprint</code>
-     <td> <code title="handler-window-onbeforeprint">body</code>
-     <td> <code title="event-beforeprint">beforeprint</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onbeforeunload</code>
-     <td> <code title="handler-window-onbeforeunload">body</code>
-     <td> <code title="event-beforeunload">beforeunload</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onblur</code>
-     <td> <code title="handler-window-onblur">body</code>
-     <td> <code title="event-blur">blur</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onerror</code>
-     <td> <code title="handler-window-onerror">body</code>
-     <td> <code title="event-error">error</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onfocus</code>
-     <td> <code title="handler-window-onfocus">body</code>
-     <td> <code title="event-focus">focus</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onhashchange</code>
-     <td> <code title="handler-window-onhashchange">body</code>
-     <td> <code title="event-hashchange">hashchange</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onload</code>
-     <td> <code title="handler-window-onload">body</code>
-     <td> <code title="event-load">load</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onmessage</code>
-     <td> <code title="handler-window-onmessage">body</code>
-     <td> <code title="event-message">message</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onoffline</code>
-     <td> <code title="handler-window-onoffline">body</code>
-     <td> <code title="event-offline">offline</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">ononline</code>
-     <td> <code title="handler-window-ononline">body</code>
-     <td> <code title="event-online">online</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onpopstate</code>
-     <td> <code title="handler-window-onpopstate">body</code>
-     <td> <code title="event-popstate">popstate</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onredo</code>
-     <td> <code title="handler-window-onredo">body</code>
-     <td> <code title="event-redo">redo</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onresize</code>
-     <td> <code title="handler-window-onresize">body</code>
-     <td> <code title="event-resize">resize</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onstorage</code>
-     <td> <code title="handler-window-onstorage">body</code>
-     <td> <code title="event-storage">storage</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onundo</code>
-     <td> <code title="handler-window-onundo">body</code>
-     <td> <code title="event-undo">undo</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
-     <th> <code title="">onunload</code>
-     <td> <code title="handler-window-onunload">body</code>
-     <td> <code title="event-unload">unload</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-    <tr>
      <th> <code title="">open</code>
      <td> <code title="attr-details-open">details</code>
      <td> Whether the details are visible
@@ -93724,6 +93704,11 @@
           "<code title="attr-iframe-sandbox-allow-forms">allow-forms</code>", and
           "<code title="attr-iframe-sandbox-allow-scripts">allow-scripts</code>"
     <tr>
+     <th> <code title="">spellcheck</code>
+     <td> <span title="attr-spellcheck">HTML elements</span>
+     <td> Whether the element is to have its spelling and grammar checked
+     <td> "<code title="">true</code>"; "<code title="">false</code>"
+    <tr>
      <th> <code title="">scope</code>
      <td> <code title="attr-th-scope">th</code>
      <td> Specifies which cells the header cell applies to
@@ -93794,11 +93779,21 @@
      <td> Granularity to be matched by the form control's value
      <td> <span>Valid floating point number</span> greater than zero, or "<code title="">any</code>"
     <tr>
+     <th> <code title="">style</code>
+     <td> <span title="attr-style">HTML elements</span>
+     <td> Presentational and formatting instructions
+     <td> CSS declarations*
+    <tr>
      <th> <code title="">summary</code>
      <td> <code title="attr-table-summary">table</code>
      <td> Explanatory text for complex tables for users of screen readers
      <td> Text*
     <tr>
+     <th> <code title="">tabindex</code>
+     <td> <span title="attr-tabindex">HTML elements</span>
+     <td> Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation
+     <td> <span>Valid integer</span>
+    <tr>
      <th> <code title="">target</code>
      <td> <code title="attr-hyperlink-target">a</code>;
           <code title="attr-hyperlink-target">area</code>
@@ -93815,6 +93810,33 @@
      <td> <span>Browsing context</span> for <span>form submission</span>
      <td> <span>Valid browsing context name or keyword</span>
     <tr>
+     <th> <code title="">title</code>
+     <td> <span title="attr-title">HTML elements</span>
+     <td> Advisory information for the element
+     <td> Text
+    <tr>
+     <th> <code title="">title</code>
+     <td> <code title="attr-abbr-title">abbr</code>;
+          <code title="attr-dfn-title">dfn</code>;
+     <td> Full term or expansion of abbreviation
+     <td> Text
+    <tr>
+     <th> <code title="">title</code>
+     <td> <code title="attr-command-title">command</code>
+     <td> Hint describing the command
+     <td> Text
+    <tr>
+     <th> <code title="">title</code>
+     <td> <code title="attr-link-title">link</code>
+     <td> Title of the link
+     <td> Text
+    <tr>
+     <th> <code title="">title</code>
+     <td> <code title="attr-link-title">link</code>;
+          <code title="attr-style-title">style</code>
+     <td> Alternative style sheet set name
+     <td> Text
+    <tr>
      <th> <code title="">type</code>
      <td> <code title="attr-hyperlink-type">a</code>;
           <code title="attr-hyperlink-type">area</code>;
@@ -93908,7 +93930,423 @@
   </table>
   <p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
 
+  <hr>
 
+  <table>
+   <caption>List of event handler content attributes</caption>
+   <thead>
+    <tr>
+     <th> Attribute
+     <th> Element(s)
+     <th> Description
+     <th> Value
+   <tbody>
+
+    <tr>
+     <th> <code title="">onabort</code>
+     <td> <span title="handler-onabort">HTML elements</span>
+     <td> <code title="event-abort">abort</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onafterprint</code>
+     <td> <code title="handler-window-onafterprint">body</code>
+     <td> <code title="event-afterprint">afterprint</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onbeforeprint</code>
+     <td> <code title="handler-window-onbeforeprint">body</code>
+     <td> <code title="event-beforeprint">beforeprint</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onbeforeunload</code>
+     <td> <code title="handler-window-onbeforeunload">body</code>
+     <td> <code title="event-beforeunload">beforeunload</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onblur</code>
+     <td> <code title="handler-window-onblur">body</code>
+     <td> <code title="event-blur">blur</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">oncanplay</code>
+     <td> <span title="handler-oncanplay">HTML elements</span>
+     <td> <code title="event-media-canplay">canplay</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">oncanplaythrough</code>
+     <td> <span title="handler-oncanplaythrough">HTML elements</span>
+     <td> <code title="event-media-canplaythrough">canplaythrough</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onchange</code>
+     <td> <span title="handler-onchange">HTML elements</span>
+     <td> <code title="event-change">change</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onclick</code>
+     <td> <span title="handler-onclick">HTML elements</span>
+     <td> <code title="event-click">click</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">oncontextmenu</code>
+     <td> <span title="handler-oncontextmenu">HTML elements</span>
+     <td> <code title="event-contextmenu">contextmenu</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondblclick</code>
+     <td> <span title="handler-ondblclick">HTML elements</span>
+     <td> <code title="event-dblclick">dblclick</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondrag</code>
+     <td> <span title="handler-ondrag">HTML elements</span>
+     <td> <code title="event-drag">drag</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondragend</code>
+     <td> <span title="handler-ondragend">HTML elements</span>
+     <td> <code title="event-dragend">dragend</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondragenter</code>
+     <td> <span title="handler-ondragenter">HTML elements</span>
+     <td> <code title="event-dragenter">dragenter</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondragleave</code>
+     <td> <span title="handler-ondragleave">HTML elements</span>
+     <td> <code title="event-dragleave">dragleave</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondragover</code>
+     <td> <span title="handler-ondragover">HTML elements</span>
+     <td> <code title="event-dragover">dragover</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondragstart</code>
+     <td> <span title="handler-ondragstart">HTML elements</span>
+     <td> <code title="event-dragstart">dragstart</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondrop</code>
+     <td> <span title="handler-ondrop">HTML elements</span>
+     <td> <code title="event-drop">drop</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ondurationchange</code>
+     <td> <span title="handler-ondurationchange">HTML elements</span>
+     <td> <code title="event-media-durationchange">durationchange</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onemptied</code>
+     <td> <span title="handler-onemptied">HTML elements</span>
+     <td> <code title="event-media-emptied">emptied</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onended</code>
+     <td> <span title="handler-onended">HTML elements</span>
+     <td> <code title="event-media-ended">ended</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onerror</code>
+     <td> <code title="handler-window-onerror">body</code>
+     <td> <code title="event-error">error</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onfocus</code>
+     <td> <code title="handler-window-onfocus">body</code>
+     <td> <code title="event-focus">focus</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onformchange</code>
+     <td> <span title="handler-onformchange">HTML elements</span>
+     <td> <code title="event-formchange">formchange</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onforminput</code>
+     <td> <span title="handler-onforminput">HTML elements</span>
+     <td> <code title="event-forminput">forminput</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onhashchange</code>
+     <td> <code title="handler-window-onhashchange">body</code>
+     <td> <code title="event-hashchange">hashchange</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">oninput</code>
+     <td> <span title="handler-oninput">HTML elements</span>
+     <td> <code title="event-input">input</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">oninvalid</code>
+     <td> <span title="handler-oninvalid">HTML elements</span>
+     <td> <code title="event-invalid">invalid</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onkeydown</code>
+     <td> <span title="handler-onkeydown">HTML elements</span>
+     <td> <code title="event-keydown">keydown</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onkeypress</code>
+     <td> <span title="handler-onkeypress">HTML elements</span>
+     <td> <code title="event-keypress">keypress</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onkeyup</code>
+     <td> <span title="handler-onkeyup">HTML elements</span>
+     <td> <code title="event-keyup">keyup</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onload</code>
+     <td> <code title="handler-window-onload">body</code>
+     <td> <code title="event-load">load</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onloadeddata</code>
+     <td> <span title="handler-onloadeddata">HTML elements</span>
+     <td> <code title="event-media-loadeddata">loadeddata</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onloadedmetadata</code>
+     <td> <span title="handler-onloadedmetadata">HTML elements</span>
+     <td> <code title="event-media-loadedmetadata">loadedmetadata</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onloadstart</code>
+     <td> <span title="handler-onloadstart">HTML elements</span>
+     <td> <code title="event-media-loadstart">loadstart</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmessage</code>
+     <td> <code title="handler-window-onmessage">body</code>
+     <td> <code title="event-message">message</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmousedown</code>
+     <td> <span title="handler-onmousedown">HTML elements</span>
+     <td> <code title="event-mousedown">mousedown</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmousemove</code>
+     <td> <span title="handler-onmousemove">HTML elements</span>
+     <td> <code title="event-mousemove">mousemove</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmouseout</code>
+     <td> <span title="handler-onmouseout">HTML elements</span>
+     <td> <code title="event-mouseout">mouseout</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmouseover</code>
+     <td> <span title="handler-onmouseover">HTML elements</span>
+     <td> <code title="event-mouseover">mouseover</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmouseup</code>
+     <td> <span title="handler-onmouseup">HTML elements</span>
+     <td> <code title="event-mouseup">mouseup</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onmousewheel</code>
+     <td> <span title="handler-onmousewheel">HTML elements</span>
+     <td> <code title="event-mousewheel">mousewheel</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onoffline</code>
+     <td> <code title="handler-window-onoffline">body</code>
+     <td> <code title="event-offline">offline</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ononline</code>
+     <td> <code title="handler-window-ononline">body</code>
+     <td> <code title="event-online">online</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onpause</code>
+     <td> <span title="handler-onpause">HTML elements</span>
+     <td> <code title="event-media-pause">pause</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onplay</code>
+     <td> <span title="handler-onplay">HTML elements</span>
+     <td> <code title="event-media-play">play</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onplaying</code>
+     <td> <span title="handler-onplaying">HTML elements</span>
+     <td> <code title="event-media-playing">playing</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onpopstate</code>
+     <td> <code title="handler-window-onpopstate">body</code>
+     <td> <code title="event-popstate">popstate</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onprogress</code>
+     <td> <span title="handler-onprogress">HTML elements</span>
+     <td> <code title="event-media-progress">progress</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onratechange</code>
+     <td> <span title="handler-onratechange">HTML elements</span>
+     <td> <code title="event-media-ratechange">ratechange</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onreadystatechange</code>
+     <td> <span title="handler-onreadystatechange">HTML elements</span>
+     <td> <code title="event-readystatechange">readystatechange</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onredo</code>
+     <td> <code title="handler-window-onredo">body</code>
+     <td> <code title="event-redo">redo</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onresize</code>
+     <td> <code title="handler-window-onresize">body</code>
+     <td> <code title="event-resize">resize</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onscroll</code>
+     <td> <span title="handler-onscroll">HTML elements</span>
+     <td> <code title="event-scroll">scroll</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onseeked</code>
+     <td> <span title="handler-onseeked">HTML elements</span>
+     <td> <code title="event-media-seeked">seeked</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onseeking</code>
+     <td> <span title="handler-onseeking">HTML elements</span>
+     <td> <code title="event-media-seeking">seeking</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onselect</code>
+     <td> <span title="handler-onselect">HTML elements</span>
+     <td> <code title="event-select">select</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onshow</code>
+     <td> <span title="handler-onshow">HTML elements</span>
+     <td> <code title="event-show">show</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onstalled</code>
+     <td> <span title="handler-onstalled">HTML elements</span>
+     <td> <code title="event-media-stalled">stalled</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onstorage</code>
+     <td> <code title="handler-window-onstorage">body</code>
+     <td> <code title="event-storage">storage</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onsubmit</code>
+     <td> <span title="handler-onsubmit">HTML elements</span>
+     <td> <code title="event-submit">submit</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onsuspend</code>
+     <td> <span title="handler-onsuspend">HTML elements</span>
+     <td> <code title="event-media-suspend">suspend</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">ontimeupdate</code>
+     <td> <span title="handler-ontimeupdate">HTML elements</span>
+     <td> <code title="event-media-timeupdate">timeupdate</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onundo</code>
+     <td> <code title="handler-window-onundo">body</code>
+     <td> <code title="event-undo">undo</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onunload</code>
+     <td> <code title="handler-window-onunload">body</code>
+     <td> <code title="event-unload">unload</code> event handler for <code>Window</code> object
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onvolumechange</code>
+     <td> <span title="handler-onvolumechange">HTML elements</span>
+     <td> <code title="event-media-volumechange">volumechange</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+    <tr>
+     <th> <code title="">onwaiting</code>
+     <td> <span title="handler-onwaiting">HTML elements</span>
+     <td> <code title="event-media-waiting">waiting</code> event handler
+     <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+  </table>
+
+
 <!-- v2 for completeness: (also search for REFLECTIDL)
   <h3 class="no-num">Reflecting IDL attributes</h3>
 




More information about the Commit-Watchers mailing list