[html5] r4094 - [e] (0) Index of attributes.

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 8 05:04:52 PDT 2009


Author: ianh
Date: 2009-10-08 05:04:51 -0700 (Thu, 08 Oct 2009)
New Revision: 4094

Modified:
   index
   source
   vocabs-index
Log:
[e] (0) Index of attributes.

Modified: index
===================================================================
--- index	2009-10-07 20:14:59 UTC (rev 4093)
+++ index	2009-10-08 12:04:51 UTC (rev 4094)
@@ -112,7 +112,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-7-october-2009>Draft Standard — 7 October 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-8-october-2009>Draft Standard — 8 October 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1045,7 +1045,13 @@
     <ol>
      <li><a href=#ping-from><span class=secno>12.5.1 </span><code>Ping-From</code></a></li>
      <li><a href=#ping-to><span class=secno>12.5.2 </span><code>Ping-To</code></a></ol></ol></li>
- <li><a class=no-num href=#index>Index</a></li>
+ <li><a class=no-num href=#index>Index</a>
+  <ol>
+   <li><a class=no-num href=#elements-1>Elements</a></li>
+   <li><a class=no-num href=#attributes-0>Attributes</a></li>
+   <li><a class=no-num href=#reflecting-idl-attributes-0>Reflecting IDL attributes</a></li>
+   <li><a class=no-num href=#interfaces>Interfaces</a></li>
+   <li><a class=no-num href=#events-0>Events</a></ol></li>
  <li><a class=no-num href=#references>References</a></li>
  <li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
 <!--end-toc-->
@@ -73609,6 +73615,8 @@
    <dd>None.</dd>   
   </dl><h2 class=no-num id=index>Index</h2>
 
+  <h3 class=no-num id=elements-1>Elements</h3>
+
   <p><i>This section is non-normative.</i></p>
 
   <table><caption>List of elements</caption>
@@ -74685,28 +74693,633 @@
      <td><code><a href=#htmlvideoelement>HTMLVideoElement</a></code></td>
     </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 attributes</caption>
+
+  <h3 class=no-num id=attributes-0>Attributes</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
+  <table><caption>List of attributes</caption>
    <thead><tr><th> Attribute
      <th> Element(s)
      <th> Description
      <th> Value
-   <tbody><tr><td class=XXX colspan=4> ...
-    <tr><td> <code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
-     <td> <code><a href=#the-button-element>button</a></code>;
-          <code><a href=#the-fieldset-element>fieldset</a></code>;
-          <code><a href=#the-input-element>input</a></code>;
-          <code><a href=#the-keygen-element>keygen</a></code>;
-          <code><a href=#the-label-element>label</a></code>;
-          <code><a href=#the-object-element>object</a></code>;
-          <code><a href=#the-output-element>output</a></code>;
-          <code><a href=#the-select-element>select</a></code>;
-          <code><a href=#the-textarea-element>textarea</a></code>
+   <tbody><tr><th> <code title="">accept</code>
+     <td> <code title=attr-input-accept><a href=#attr-input-accept>input</a></code>
+     <td> Hint for expected file type in <a href=#file-upload-state title=attr-input-type-file>file upload controls</a>
+     <td> <a href=#set-of-comma-separated-tokens>Set of comma-separated tokens</a>* consisting of <a href=#valid-mime-type title="valid MIME type">valid MIME types</a> or <code title="">audio/*</code>, <code title="">video/*</code>, or <code title="">image/*</code>
+    <tr><th> <code title="">accept-charset</code>
+     <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="">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>
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">alt</code>
+     <td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;
+          <code title=attr-img-alt><a href=#attr-img-alt>img</a></code>;
+          <code title=attr-input-alt><a href=#attr-input-alt>input</a></code>
+     <td> Replacement text for use when images are not available
+     <td> Text*
+    <tr><th> <code title="">async</code>
+     <td> <code title=attr-script-async><a href=#attr-script-async>script</a></code>
+     <td> Execute script asynchronously
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">autobuffer</code>
+     <td> <code title=attr-media-autobuffer><a href=#attr-media-autobuffer>audio</a></code>;
+          <code title=attr-media-autobuffer><a href=#attr-media-autobuffer>video</a></code>
+     <td> Hint that buffering the <a href=#media-resource>media resource</a> will likely be needed
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">autocomplete</code>
+     <td> <code title=attr-form-autocomplete><a href=#attr-form-autocomplete>form</a></code>;
+          <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>input</a></code>
+     <td> Prevent the user agent from providing autocompletions for the form control(s)
+     <td> "<code title="">on</code>"; "<code title="">off</code>"
+    <tr><th> <code title="">autofocus</code>
+     <td> <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>button</a></code>;
+          <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>input</a></code>;
+          <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>keygen</a></code>;
+          <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>select</a></code>;
+          <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>textarea</a></code>
+     <td> Automatically focus the form control when the page is loaded
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">autoplay</code>
+     <td> <code title=attr-media-autoplay><a href=#attr-media-autoplay>audio</a></code>;
+          <code title=attr-media-autoplay><a href=#attr-media-autoplay>video</a></code>
+     <td> Hint that the <a href=#media-resource>media resource</a> can be started automatically when the page is loaded
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">challenge</code>
+     <td> <code title=attr-keygen-challenge><a href=#attr-keygen-challenge>keygen</a></code>
+     <td> String to package with the generated and signed public key
+     <td> Text
+    <tr><th> <code title="">charset</code>
+     <td> <code title=attr-meta-charset><a href=#attr-meta-charset>meta</a></code>
+     <td> <a href=#character-encoding-declaration>Character encoding declaration</a>
+     <td> <a href=#preferred-mime-name>Preferred MIME name</a> of an encoding*
+    <tr><th> <code title="">charset</code>
+     <td> <code title=attr-script-charset><a href=#attr-script-charset>script</a></code>
+     <td> Character encoding of the external script resource
+     <td> <a href=#preferred-mime-name>Preferred MIME name</a> of an encoding*
+    <tr><th> <code title="">checked</code>
+     <td> <code title=attr-command-checked><a href=#attr-command-checked>command</a></code>;
+          <code title=attr-input-checked><a href=#attr-input-checked>input</a></code>
+     <td> Whether the command or control is checked
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">cite</code>
+     <td> <code title=attr-blockquote-cite><a href=#attr-blockquote-cite>blockquote</a></code>;
+          <code title=attr-mod-cite><a href=#attr-mod-cite>del</a></code>;
+          <code title=attr-mod-cite><a href=#attr-mod-cite>ins</a></code>;
+          <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="">cols</code>
+     <td> <code title=attr-textarea-cols><a href=#attr-textarea-cols>textarea</a></code>
+     <td> Maximum number of characters per line
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a> greater than zero
+    <tr><th> <code title="">colspan</code>
+     <td> <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>td</a></code>;
+          <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>th</a></code>
+     <td> Number of columns that the cell is to span
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a> greater than zero
+    <tr><th> <code title="">content</code>
+     <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="">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>
+     <td> Show user agent controls
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">coords</code>
+     <td> <code title=attr-area-coords><a href=#attr-area-coords>area</a></code>
+     <td> Coordinates for the shape to be created in an <a href=#image-map>image map</a>
+     <td> <a href=#valid-list-of-integers>Valid list of integers</a>*
+    <tr><th> <code title="">data</code>
+     <td> <code title=attr-object-data><a href=#attr-object-data>object</a></code>
+     <td> Address of the resource
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">datetime</code>
+     <td> <code title=attr-mod-datetime><a href=#attr-mod-datetime>del</a></code>;
+          <code title=attr-mod-datetime><a href=#attr-mod-datetime>ins</a></code>
+     <td> Time and date of the change
+     <td> <a href=#valid-global-date-and-time-string>Valid global date and time string</a>
+    <tr><th> <code title="">datetime</code>
+     <td> <code title=attr-time-datetime><a href=#attr-time-datetime>time</a></code>
+     <td> Value of the element
+     <td> <a href=#valid-date-or-time-string>Valid date or time string</a>*
+    <tr><th> <code title="">defer</code>
+     <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="">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>;
+          <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>fieldset</a></code>;
+          <code title=attr-fe-disabled><a href=#attr-fe-disabled>input</a></code>;
+          <code title=attr-fe-disabled><a href=#attr-fe-disabled>keygen</a></code>;
+          <code title=attr-optgroup-disabled><a href=#attr-optgroup-disabled>optgroup</a></code>;
+          <code title=attr-option-disabled><a href=#attr-option-disabled>option</a></code>;
+          <code title=attr-fe-disabled><a href=#attr-fe-disabled>select</a></code>;
+          <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="">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> ID*
+    <tr><th> <code title="">for</code>
+     <td> <code title=attr-output-for><a href=#attr-output-for>output</a></code>
+     <td> Specifies controls from which the output was calculated
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a> consisting of IDs*
+    <tr><th> <code title="">form</code>
+     <td> <code title=attr-fae-form><a href=#attr-fae-form>button</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>fieldset</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>input</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>keygen</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>label</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>object</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>output</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>select</a></code>;
+          <code title=attr-fae-form><a href=#attr-fae-form>textarea</a></code>
      <td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
      <td> ID*
-    <tr><td class=XXX colspan=4> ...
+    <tr><th> <code title="">formaction</code>
+     <td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
+          <code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
+     <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">formenctype</code>
+     <td> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>button</a></code>;
+          <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>input</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="">formmethod</code>
+     <td> <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>button</a></code>;
+          <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>input</a></code>
+     <td> HTTP method to use for <a href=#form-submission>form submission</a>
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+    <tr><th> <code title="">formnovalidate</code>
+     <td> <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>button</a></code>;
+          <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>input</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="">formtarget</code>
+     <td> <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>button</a></code>;
+          <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>input</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="">headers</code>
+     <td> <code title=attr-tdth-headers><a href=#attr-tdth-headers>td</a></code>;
+          <code title=attr-tdth-headers><a href=#attr-tdth-headers>th</a></code>
+     <td> The header cells for this cell
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a> consisting of IDs*
+    <tr><th> <code title="">height</code>
+     <td> <code title=attr-canvas-height><a href=#attr-canvas-height>canvas</a></code>;
+          <code title=attr-dim-height><a href=#attr-dim-height>embed</a></code>;
+          <code title=attr-dim-height><a href=#attr-dim-height>iframe</a></code>;
+          <code title=attr-dim-height><a href=#attr-dim-height>img</a></code>;
+          <code title=attr-dim-height><a href=#attr-dim-height>input</a></code>;
+          <code title=attr-dim-height><a href=#attr-dim-height>object</a></code>;
+          <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="">high</code>
+     <td> <code title=attr-meter-high><a href=#attr-meter-high>meter</a></code>
+     <td> Low limit of high range
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+    <tr><th> <code title="">href</code>
+     <td> <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>a</a></code>;
+          <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>area</a></code>;
+          <code title=attr-link-href><a href=#attr-link-href>link</a></code>
+     <td> Address of the <a href=#hyperlink>hyperlink</a>
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">href</code>
+     <td> <code title=attr-base-href><a href=#attr-base-href>base</a></code>
+     <td> <a href=#document-base-url>Document base URL</a>
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">hreflang</code>
+     <td> <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>a</a></code>;
+          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>area</a></code>;
+          <code title=attr-link-hreflang><a href=#attr-link-hreflang>link</a></code>
+     <td> Language of the linked resource
+     <td> Valid BCP 47 language code
+    <tr><th> <code title="">http-equiv</code>
+     <td> <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>meta</a></code>
+     <td> Pragma directive
+     <td> Text*
+    <tr><th> <code title="">icon</code>
+     <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="">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="">keytype</code>
+     <td> <code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keygen</a></code>
+     <td> The type of cryptographic key to generate
+     <td> Text*
+    <tr><th> <code title="">label</code>
+     <td> <code title=attr-command-label><a href=#attr-command-label>command</a></code>;
+          <code title=attr-menu-label><a href=#attr-menu-label>menu</a></code>;
+          <code title=attr-optgroup-label><a href=#attr-optgroup-label>optgroup</a></code>;
+          <code title=attr-option-label><a href=#attr-option-label>option</a></code>
+     <td> User-visible label
+     <td> Text
+    <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
+     <td> ID*
+    <tr><th> <code title="">loop</code>
+     <td> <code title=attr-media-loop><a href=#attr-media-loop>audio</a></code>;
+          <code title=attr-media-loop><a href=#attr-media-loop>video</a></code>
+     <td> Whether to loop the <a href=#media-resource>media resource</a>
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">low</code>
+     <td> <code title=attr-meter-low><a href=#attr-meter-low>meter</a></code>
+     <td> High limit of low range
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+    <tr><th> <code title="">manifest</code>
+     <td> <code title=attr-html-manifest><a href=#attr-html-manifest>html</a></code>
+     <td> <a href=#concept-appcache-manifest title=concept-appcache-manifest>Application cache manifest</a>
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">max</code>
+     <td> <code title=attr-input-max><a href=#attr-input-max>input</a></code>
+     <td> Maximum value
+     <td> varies*
+    <tr><th> <code title="">max</code>
+     <td> <code title=attr-meter-max><a href=#attr-meter-max>meter</a></code>;
+          <code title=attr-progress-max><a href=#attr-progress-max>progress</a></code>
+     <td> Upper bound of range
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+    <tr><th> <code title="">maxlength</code>
+     <td> <code title=attr-input-maxlength><a href=#attr-input-maxlength>input</a></code>;
+          <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>textarea</a></code>
+     <td> Maximum length of value
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
+    <tr><th> <code title="">media</code>
+     <td> <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>a</a></code>;
+          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>area</a></code>;
+          <code title=attr-link-media><a href=#attr-link-media>link</a></code>;
+          <code title=attr-source-media><a href=#attr-source-media>source</a></code>;
+          <code title=attr-style-media><a href=#attr-style-media>style</a></code>
+     <td> Applicable media
+     <td> <a href=#valid-media-query>Valid media query</a>
+    <tr><th> <code title="">method</code>
+     <td> <code title=attr-fs-method><a href=#attr-fs-method>form</a></code>
+     <td> HTTP method to use for <a href=#form-submission>form submission</a>
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+    <tr><th> <code title="">min</code>
+     <td> <code title=attr-input-min><a href=#attr-input-min>input</a></code>
+     <td> Minimum value
+     <td> varies*
+    <tr><th> <code title="">min</code>
+     <td> <code title=attr-meter-min><a href=#attr-meter-min>meter</a></code>
+     <td> Lower bound of range
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+    <tr><th> <code title="">multiple</code>
+     <td> <code title=attr-input-multiple><a href=#attr-input-multiple>input</a></code>;
+          <code title=attr-select-multiple><a href=#attr-select-multiple>select</a></code>
+     <td> Whether to allow multiple values
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-fe-name><a href=#attr-fe-name>button</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>fieldset</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>input</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>keygen</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>output</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>select</a></code>;
+          <code title=attr-fe-name><a href=#attr-fe-name>textarea</a></code>
+     <td> Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API
+     <td> Text*
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-form-name><a href=#attr-form-name>form</a></code>
+     <td> Name of form to use in the <code title=dom-document-forms><a href=#dom-document-forms>document.forms</a></code> API
+     <td> Text*
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-iframe-name><a href=#attr-iframe-name>iframe</a></code>;
+          <code title=attr-object-name><a href=#attr-object-name>object</a></code>
+     <td> Name of <a href=#nested-browsing-context>nested browsing context</a>
+     <td> <a href=#valid-browsing-context-name-or-keyword>Valid browsing context name or keyword</a>
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-map-name><a href=#attr-map-name>map</a></code>
+     <td> Name of <a href=#image-map>image map</a> to reference from the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute
+     <td> Text*
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-meta-name><a href=#attr-meta-name>meta</a></code>
+     <td> Metadata name
+     <td> Text*
+    <tr><th> <code title="">name</code>
+     <td> <code title=attr-param-name><a href=#attr-param-name>param</a></code>
+     <td> Name of parameter
+     <td> Text
+    <tr><th> <code title="">novalidate</code>
+     <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
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">optimum</code>
+     <td> <code title=attr-meter-optimum><a href=#attr-meter-optimum>meter</a></code>
+     <td> Optimum value in gauge
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+    <tr><th> <code title="">pattern</code>
+     <td> <code title=attr-input-pattern><a href=#attr-input-pattern>input</a></code>
+     <td> Pattern to be matched by the form control's value
+     <td> Regular expression matching the JavaScript <i title="">Pattern</i> production
+    <tr><th> <code title="">ping</code>
+     <td> <code title=attr-hyperlink-ping><a href=#ping>a</a></code>;
+          <code title=attr-hyperlink-ping><a href=#ping>area</a></code>
+     <td> <a href=#url title=URL>URLs</a> to ping
+     <td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a> consisting of <a href=#valid-url title="valid URL">valid URLs</a>
+    <tr><th> <code title="">placeholder</code>
+     <td> <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code>;
+          <code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code>
+     <td> User-visible label to be placed within the form control
+     <td> Text*
+    <tr><th> <code title="">poster</code>
+     <td> <code title=attr-video-poster><a href=#attr-video-poster>video</a></code>
+     <td> Poster frame to show prior to video playback
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">pubdate</code>
+     <td> <code title=attr-time-pubdate><a href=#attr-time-pubdate>time</a></code>
+     <td> Whether the element's value represents a publication time for the nearest <code><a href=#the-article-element>article</a></code> or <code><a href=#the-body-element-0>body</a></code>
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">radiogroup</code>
+     <td> <code title=attr-command-radiogroup><a href=#attr-command-radiogroup>command</a></code>
+     <td> Name of group of commands to treat as a radio button group
+     <td> Text
+    <tr><th> <code title="">readonly</code>
+     <td> <code title=attr-input-readonly><a href=#attr-input-readonly>input</a></code>;
+          <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>textarea</a></code>
+     <td> Whether to allow the value to be edited by the user
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">rel</code>
+     <td> <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>a</a></code>;
+          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>area</a></code>;
+          <code title=attr-link-rel><a href=#attr-link-rel>link</a></code>
+     <td> Relationship between the document containing the hyperlink and the destination resource
+     <td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a>*
+    <tr><th> <code title="">required</code>
+     <td> <code title=attr-input-required><a href=#attr-input-required>input</a></code>;
+          <code title=attr-textarea-required><a href=#attr-textarea-required>textarea</a></code>
+     <td> Whether the control is required for <a href=#form-submission>form submission</a>
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">reversed</code>
+     <td> <code title=attr-ol-reversed><a href=#attr-ol-reversed>ol</a></code>
+     <td> Number the list backwards
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">rows</code>
+     <td> <code title=attr-textarea-rows><a href=#attr-textarea-rows>textarea</a></code>
+     <td> Number of lines to show
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a> greater than zero
+    <tr><th> <code title="">rowspan</code>
+     <td> <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>td</a></code>;
+          <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>th</a></code>
+     <td> Number of rows that the cell is to span
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
+    <tr><th> <code title="">sandbox</code>
+     <td> <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>iframe</a></code>
+     <td> Security rules for nested content
+     <td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a> consisting of 
+          "<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="">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
+     <td> "<code title=attr-th-scope-row><a href=#attr-th-scope-row>row</a></code>";
+          "<code title=attr-th-scope-col><a href=#attr-th-scope-col>col</a></code>";
+          "<code title=attr-th-scope-rowgroup><a href=#attr-th-scope-rowgroup>rowgroup</a></code>";
+          "<code title=attr-th-scope-colgroup><a href=#attr-th-scope-colgroup>colgroup</a></code>"
+    <tr><th> <code title="">scoped</code>
+     <td> <code title=attr-style-scoped><a href=#attr-style-scoped>style</a></code>
+     <td> Whether the styles apply to the entire document or just the parent subtree
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">seamless</code>
+     <td> <code title=attr-iframe-seamless><a href=#attr-iframe-seamless>iframe</a></code>
+     <td> Whether to apply the document's styles to the nested content
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">selected</code>
+     <td> <code title=attr-option-selected><a href=#attr-option-selected>option</a></code>
+     <td> Whether the option is selected by default
+     <td> <a href=#boolean-attribute>Boolean attribute</a>
+    <tr><th> <code title="">shape</code>
+     <td> <code title=attr-area-shape><a href=#attr-area-shape>area</a></code>
+     <td> The kind of shape to be created in an <a href=#image-map>image map</a>
+     <td> "<code title=attr-area-shape-keyword-circle><a href=#attr-area-shape-keyword-circle>circle</a></code>";
+          "<code title=attr-area-shape-keyword-default><a href=#attr-area-shape-keyword-default>default</a></code>";
+          "<code title=attr-area-shape-keyword-poly><a href=#attr-area-shape-keyword-poly>poly</a></code>";
+          "<code title=attr-area-shape-keyword-rect><a href=#attr-area-shape-keyword-rect>rect</a></code>"
+    <tr><th> <code title="">size</code>
+     <td> <code title=attr-input-size><a href=#attr-input-size>input</a></code>;
+          <code title=attr-select-size><a href=#attr-select-size>select</a></code>
+     <td> Size of the control
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a> greater than zero
+    <tr><th> <code title="">sizes</code>
+     <td> <code title=attr-link-sizes><a href=#attr-link-sizes>link</a></code>
+     <td> Sizes of the icons (for <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code>="<code title=rel-icon><a href=#rel-icon>icon</a></code>")
+     <td> List of sizes*
+    <tr><th> <code title="">span</code>
+     <td> <code title=attr-col-span><a href=#attr-col-span>col</a></code>;
+          <code title=attr-colgroup-span><a href=#attr-colgroup-span>colgroup</a></code>
+     <td> Number of columns spanned by the element
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a> greater than zero
+    <tr><th> <code title="">src</code>
+     <td> <code title=attr-media-src><a href=#attr-media-src>audio</a></code>;
+          <code title=attr-embed-src><a href=#attr-embed-src>embed</a></code>;
+          <code title=attr-iframe-src><a href=#attr-iframe-src>iframe</a></code>;
+          <code title=attr-img-src><a href=#attr-img-src>img</a></code>;
+          <code title=attr-input-src><a href=#attr-input-src>input</a></code>;
+          <code title=attr-script-src><a href=#attr-script-src>script</a></code>;
+          <code title=attr-source-src><a href=#attr-source-src>source</a></code>;
+          <code title=attr-media-src><a href=#attr-media-src>video</a></code>
+     <td> Address of the resource
+     <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">start</code>
+     <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
+     <td> Ordinal value of the first item
+     <td> <a href=#valid-integer>Valid integer</a>
+    <tr><th> <code title="">step</code>
+     <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="">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="">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>
+     <td> <a href=#browsing-context>Browsing context</a> for <a href=#hyperlink>hyperlink</a> <a href=#navigate title=navigate>navigation</a>
+     <td> <a href=#valid-browsing-context-name-or-keyword>Valid browsing context name or keyword</a>
+    <tr><th> <code title="">target</code>
+     <td> <code title=attr-base-target><a href=#attr-base-target>base</a></code>
+     <td> Default <a href=#browsing-context>browsing context</a> for <a href=#hyperlink>hyperlink</a> <a href=#navigate title=navigate>navigation</a> and <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="">target</code>
+     <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="">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>;
+          <code title=attr-link-type><a href=#attr-link-type>link</a></code>
+     <td> Hint for the type of the referenced resource
+     <td> <a href=#valid-mime-type>Valid MIME type</a>
+    <tr><th> <code title="">type</code>
+     <td> <code title=attr-button-type><a href=#attr-button-type>button</a></code>
+     <td> Type of button
+     <td> "<code title=attr-button-type-submit><a href=#attr-button-type-submit>submit</a></code>";
+          "<code title=attr-button-type-reset><a href=#attr-button-type-reset>reset</a></code>";
+          "<code title=attr-button-type-button><a href=#attr-button-type-button>button</a></code>"
+    <tr><th> <code title="">type</code>
+     <td> <code title=attr-button-type><a href=#attr-button-type>button</a></code>;
+          <code title=attr-input-type><a href=#attr-input-type>input</a></code>
+     <td> Type of form control
+     <td> <a href=#attr-input-type title=attr-input-type><code>input</code> type keyword</a>
+    <tr><th> <code title="">type</code>
+     <td> <code title=attr-command-type><a href=#attr-command-type>command</a></code>
+     <td> Type of command
+     <td> "<code title=attr-command-type-keyword-command><a href=#attr-command-type-keyword-command>command</a></code>";
+          "<code title=attr-command-type-keyword-checkbox><a href=#attr-command-type-keyword-checkbox>checkbox</a></code>";
+          "<code title=attr-command-type-keyword-radio><a href=#attr-command-type-keyword-radio>radio</a></code>"
+    <tr><th> <code title="">type</code>
+     <td> <code title=attr-embed-type><a href=#attr-embed-type>embed</a></code>;
+          <code title=attr-object-type><a href=#attr-object-type>object</a></code>;
+          <code title=attr-script-type><a href=#attr-script-type>script</a></code>;
+          <code title=attr-source-type><a href=#attr-source-type>source</a></code>;
+          <code title=attr-style-type><a href=#attr-style-type>style</a></code>
+     <td> Type of embedded resource
+     <td> <a href=#valid-mime-type>Valid MIME type</a>
+    <tr><th> <code title="">type</code>
+     <td> <code title=attr-menu-type><a href=#attr-menu-type>menu</a></code>
+     <td> Type of menu
+     <td> "<code title="context menu state"><a href=#context-menu-state>context</a></code>"; "<code title="toolbar state"><a href=#toolbar-state>toolbar</a></code>"
+    <tr><th> <code title="">usemap</code>
+     <td> <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>img</a></code>;
+          <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>object</a></code>
+     <td> Name of <a href=#image-map>image map</a> to use
+     <td> <a href=#valid-hash-name-reference>Valid hash-name reference</a>*
+    <tr><th> <code title="">value</code>
+     <td> <code title=attr-button-value><a href=#attr-button-value>button</a></code>;
+          <code title=attr-option-value><a href=#attr-option-value>option</a></code>
+     <td> Value to be used for <a href=#form-submission>form submission</a>
+     <td> Text
+    <tr><th> <code title="">value</code>
+     <td> <code title=attr-input-value><a href=#attr-input-value>input</a></code>
+     <td> Value of the form control
+     <td> varies*
+    <tr><th> <code title="">value</code>
+     <td> <code title=attr-li-value><a href=#attr-li-value>li</a></code>
+     <td> Ordinal value of the list item
+     <td> <a href=#valid-integer>Valid integer</a>
+    <tr><th> <code title="">value</code>
+     <td> <code title=attr-meter-value><a href=#attr-meter-value>meter</a></code>;
+          <code title=attr-progress-value><a href=#attr-progress-value>progress</a></code>
+     <td> Current value of the element
+     <td> <a href=#valid-floating-point-number>Valid floating point number</a>
+    <tr><th> <code title="">value</code>
+     <td> <code title=attr-param-value><a href=#attr-param-value>param</a></code>
+     <td> Value of parameter
+     <td> Text
+    <tr><th> <code title="">width</code>
+     <td> <code title=attr-canvas-width><a href=#attr-canvas-width>canvas</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>embed</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>iframe</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>img</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>input</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>object</a></code>;
+          <code title=attr-dim-width><a href=#attr-dim-width>video</a></code>
+     <td> Horizontal dimension
+     <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
+    <tr><th> <code title="">wrap</code>
+     <td> <code title=attr-textarea-wrap><a href=#attr-textarea-wrap>textarea</a></code>
+     <td> How the value of the form control is to be wrapped for <a href=#form-submission>form submission</a>
+     <td> "<code title=attr-textarea-wrap-soft><a href=#attr-textarea-wrap-soft>soft</a></code>";
+          "<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 <dfn id=reflecting-idl-attributes>reflecting IDL attributes</dfn></caption>
+
+  <h3 class=no-num id=reflecting-idl-attributes-0>Reflecting IDL attributes</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
+  <table><caption>List of <dfn id=reflecting-idl-attributes>reflecting IDL attributes</dfn></caption>
    <thead><tr><th> Interface
      <th> Element(s)
      <th> IDL attribute
@@ -74721,14 +75334,22 @@
      <td> <code title=dom-option-text><a href=#dom-option-text>text</a></code>
      <td> <code>textContent</code>
     <tr><td class=XXX colspan=4> ...
-  </table><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><hr><table><caption>List of interfaces for elements</caption>
+  </table><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><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>
    <thead><tr><th> Element(s)
      <th> Interface(s)
    <tbody><tr><td class=XXX colspan=2> ...
     <tr><td> <code><a href=#the-option-element>option</a></code>
      <td> <code><a href=#htmloptionelement>HTMLOptionElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
     <tr><td class=XXX colspan=2> ...
-  </table><hr><table><caption>List of events</caption>
+  </table><h3 class=no-num id=events-0>Events</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
+  <table><caption>List of events</caption>
    <thead><tr><th> Event
      <th> Interface
      <th> Description

Modified: source
===================================================================
--- source	2009-10-07 20:14:59 UTC (rev 4093)
+++ source	2009-10-08 12:04:51 UTC (rev 4094)
@@ -90658,6 +90658,8 @@
 
   <h2 class="no-num">Index</h2>
 
+  <h3 class="no-num">Elements</h3>
+
   <p><i>This section is non-normative.</i></p>
 
   <table>
@@ -92028,8 +92030,11 @@
   </table>
   <p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
 
-  <hr>
 
+  <h3 class="no-num">Attributes</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
   <table>
    <caption>List of attributes</caption>
    <thead>
@@ -92040,27 +92045,746 @@
      <th> Value
    <tbody>
     <tr>
-     <td colspan=4 class="XXX"> ...
-    <tr> 
-     <td> <code title="attr-fae-form">form</code>
-     <td> <code>button</code>;
-          <code>fieldset</code>;
-          <code>input</code>;
-          <code>keygen</code>;
-          <code>label</code>;
-          <code>object</code>;
-          <code>output</code>;
-          <code>select</code>;
-          <code>textarea</code>
+     <th> <code title="">accept</code>
+     <td> <code title="attr-input-accept">input</code>
+     <td> Hint for expected file type in <span title="attr-input-type-file">file upload controls</span>
+     <td> <span>Set of comma-separated tokens</span>* consisting of <span title="valid MIME type">valid MIME types</span> or <code title="">audio/*</code>, <code title="">video/*</code>, or <code title="">image/*</code>
+    <tr>
+     <th> <code title="">accept-charset</code>
+     <td> <code title="attr-form-accept-charset">form</code>
+     <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="">action</code>
+     <td> <code title="attr-fs-action">form</code>
+     <td> <span>URL</span> to use for <span>form submission</span>
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">alt</code>
+     <td> <code title="attr-area-alt">area</code>;
+          <code title="attr-img-alt">img</code>;
+          <code title="attr-input-alt">input</code>
+     <td> Replacement text for use when images are not available
+     <td> Text*
+    <tr>
+     <th> <code title="">async</code>
+     <td> <code title="attr-script-async">script</code>
+     <td> Execute script asynchronously
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">autobuffer</code>
+     <td> <code title="attr-media-autobuffer">audio</code>;
+          <code title="attr-media-autobuffer">video</code>
+     <td> Hint that buffering the <span>media resource</span> will likely be needed
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">autocomplete</code>
+     <td> <code title="attr-form-autocomplete">form</code>;
+          <code title="attr-input-autocomplete">input</code>
+     <td> Prevent the user agent from providing autocompletions for the form control(s)
+     <td> "<code title="">on</code>"; "<code title="">off</code>"
+    <tr>
+     <th> <code title="">autofocus</code>
+     <td> <code title="attr-fe-autofocus">button</code>;
+          <code title="attr-fe-autofocus">input</code>;
+          <code title="attr-fe-autofocus">keygen</code>;
+          <code title="attr-fe-autofocus">select</code>;
+          <code title="attr-fe-autofocus">textarea</code>
+     <td> Automatically focus the form control when the page is loaded
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">autoplay</code>
+     <td> <code title="attr-media-autoplay">audio</code>;
+          <code title="attr-media-autoplay">video</code>
+     <td> Hint that the <span>media resource</span> can be started automatically when the page is loaded
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">challenge</code>
+     <td> <code title="attr-keygen-challenge">keygen</code>
+     <td> String to package with the generated and signed public key
+     <td> Text
+    <tr>
+     <th> <code title="">charset</code>
+     <td> <code title="attr-meta-charset">meta</code>
+     <td> <span>Character encoding declaration</span>
+     <td> <span>Preferred MIME name</span> of an encoding*
+    <tr>
+     <th> <code title="">charset</code>
+     <td> <code title="attr-script-charset">script</code>
+     <td> Character encoding of the external script resource
+     <td> <span>Preferred MIME name</span> of an encoding*
+    <tr>
+     <th> <code title="">checked</code>
+     <td> <code title="attr-command-checked">command</code>;
+          <code title="attr-input-checked">input</code>
+     <td> Whether the command or control is checked
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">cite</code>
+     <td> <code title="attr-blockquote-cite">blockquote</code>;
+          <code title="attr-mod-cite">del</code>;
+          <code title="attr-mod-cite">ins</code>;
+          <code title="attr-q-cite">q</code>
+     <td> Link to the source of the quotation or more information about the edit
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">cols</code>
+     <td> <code title="attr-textarea-cols">textarea</code>
+     <td> Maximum number of characters per line
+     <td> <span>Valid non-negative integer</span> greater than zero
+    <tr>
+     <th> <code title="">colspan</code>
+     <td> <code title="attr-tdth-colspan">td</code>;
+          <code title="attr-tdth-colspan">th</code>
+     <td> Number of columns that the cell is to span
+     <td> <span>Valid non-negative integer</span> greater than zero
+    <tr>
+     <th> <code title="">content</code>
+     <td> <code title="attr-meta-content">meta</code>
+     <td> Value of the element
+     <td> Text*
+    <tr>
+     <th> <code title="">controls</code>
+     <td> <code title="attr-media-controls">audio</code>;
+          <code title="attr-media-controls">video</code>
+     <td> Show user agent controls
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">coords</code>
+     <td> <code title="attr-area-coords">area</code>
+     <td> Coordinates for the shape to be created in an <span>image map</span>
+     <td> <span>Valid list of integers</span>*
+    <tr>
+     <th> <code title="">data</code>
+     <td> <code title="attr-object-data">object</code>
+     <td> Address of the resource
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">datetime</code>
+     <td> <code title="attr-mod-datetime">del</code>;
+          <code title="attr-mod-datetime">ins</code>
+     <td> Time and date of the change
+     <td> <span>Valid global date and time string</span>
+    <tr>
+     <th> <code title="">datetime</code>
+     <td> <code title="attr-time-datetime">time</code>
+     <td> Value of the element
+     <td> <span>Valid date or time string</span>*
+    <tr>
+     <th> <code title="">defer</code>
+     <td> <code title="attr-script-defer">script</code>
+     <td> Defer script execution
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">disabled</code>
+     <td> <code title="attr-fe-disabled">button</code>;
+          <code title="attr-command-disabled">command</code>;
+          <code title="attr-fieldset-disabled">fieldset</code>;
+          <code title="attr-fe-disabled">input</code>;
+          <code title="attr-fe-disabled">keygen</code>;
+          <code title="attr-optgroup-disabled">optgroup</code>;
+          <code title="attr-option-disabled">option</code>;
+          <code title="attr-fe-disabled">select</code>;
+          <code title="attr-fe-disabled">textarea</code>
+     <td> Whether the form control is disabled
+     <td> <span>Boolean attribute</span>
+    <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>
+     <td> "<code title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code>"; "<code title="attr-fs-enctype-formdata">multipart/form-data</code>"; "<code title="attr-fs-enctype-text">text/plain</code>"
+    <tr>
+     <th> <code title="">for</code>
+     <td> <code title="attr-label-for">label</code>
+     <td> Associatd the label with form control
+     <td> ID*
+    <tr>
+     <th> <code title="">for</code>
+     <td> <code title="attr-output-for">output</code>
+     <td> Specifies controls from which the output was calculated
+     <td> <span>Unordered set of unique space-separated tokens</span> consisting of IDs*
+    <tr>
+     <th> <code title="">form</code>
+     <td> <code title="attr-fae-form">button</code>;
+          <code title="attr-fae-form">fieldset</code>;
+          <code title="attr-fae-form">input</code>;
+          <code title="attr-fae-form">keygen</code>;
+          <code title="attr-fae-form">label</code>;
+          <code title="attr-fae-form">object</code>;
+          <code title="attr-fae-form">output</code>;
+          <code title="attr-fae-form">select</code>;
+          <code title="attr-fae-form">textarea</code>
      <td> Associates the control with a <code>form</code> element
      <td> ID*
     <tr>
-     <td colspan=4 class="XXX"> ...
+     <th> <code title="">formaction</code>
+     <td> <code title="attr-fs-formaction">button</code>;
+          <code title="attr-fs-formaction">input</code>
+     <td> <span>URL</span> to use for <span>form submission</span>
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">formenctype</code>
+     <td> <code title="attr-fs-formenctype">button</code>;
+          <code title="attr-fs-formenctype">input</code>
+     <td> Form data set encoding type to use for <span>form submission</span>
+     <td> "<code title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code>"; "<code title="attr-fs-enctype-formdata">multipart/form-data</code>"; "<code title="attr-fs-enctype-text">text/plain</code>"
+    <tr>
+     <th> <code title="">formmethod</code>
+     <td> <code title="attr-fs-formmethod">button</code>;
+          <code title="attr-fs-formmethod">input</code>
+     <td> HTTP method to use for <span>form submission</span>
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+    <tr>
+     <th> <code title="">formnovalidate</code>
+     <td> <code title="attr-fs-formnovalidate">button</code>;
+          <code title="attr-fs-formnovalidate">input</code>
+     <td> Bypass form control validation for <span>form submission</span>
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">formtarget</code>
+     <td> <code title="attr-fs-formtarget">button</code>;
+          <code title="attr-fs-formtarget">input</code>
+     <td> <span>Browsing context</span> for <span>form submission</span>
+     <td> <span>Valid browsing context name or keyword</span>
+    <tr>
+     <th> <code title="">headers</code>
+     <td> <code title="attr-tdth-headers">td</code>;
+          <code title="attr-tdth-headers">th</code>
+     <td> The header cells for this cell
+     <td> <span>Unordered set of unique space-separated tokens</span> consisting of IDs*
+    <tr>
+     <th> <code title="">height</code>
+     <td> <code title="attr-canvas-height">canvas</code>;
+          <code title="attr-dim-height">embed</code>;
+          <code title="attr-dim-height">iframe</code>;
+          <code title="attr-dim-height">img</code>;
+          <code title="attr-dim-height">input</code>;
+          <code title="attr-dim-height">object</code>;
+          <code title="attr-dim-height">video</code>
+     <td> Vertical dimension
+     <td> <span>Valid non-negative integer</span>
+    <tr>
+     <th> <code title="">high</code>
+     <td> <code title="attr-meter-high">meter</code>
+     <td> Low limit of high range
+     <td> <span>Valid floating point number</span>*
+    <tr>
+     <th> <code title="">href</code>
+     <td> <code title="attr-hyperlink-href">a</code>;
+          <code title="attr-hyperlink-href">area</code>;
+          <code title="attr-link-href">link</code>
+     <td> Address of the <span>hyperlink</span>
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">href</code>
+     <td> <code title="attr-base-href">base</code>
+     <td> <span>Document base URL</span>
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">hreflang</code>
+     <td> <code title="attr-hyperlink-hreflang">a</code>;
+          <code title="attr-hyperlink-hreflang">area</code>;
+          <code title="attr-link-hreflang">link</code>
+     <td> Language of the linked resource
+     <td> Valid BCP 47 language code
+    <tr>
+     <th> <code title="">http-equiv</code>
+     <td> <code title="attr-meta-http-equiv">meta</code>
+     <td> Pragma directive
+     <td> Text*
+    <tr>
+     <th> <code title="">icon</code>
+     <td> <code title="attr-command-icon">command</code>
+     <td> Icon for the command
+     <td> <span>Valid URL</span>
+    <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="">keytype</code>
+     <td> <code title="attr-keygen-keytype">keygen</code>
+     <td> The type of cryptographic key to generate
+     <td> Text*
+    <tr>
+     <th> <code title="">label</code>
+     <td> <code title="attr-command-label">command</code>;
+          <code title="attr-menu-label">menu</code>;
+          <code title="attr-optgroup-label">optgroup</code>;
+          <code title="attr-option-label">option</code>
+     <td> User-visible label
+     <td> Text
+    <tr>
+     <th> <code title="">list</code>
+     <td> <code title="attr-input-list">input</code>
+     <td> List of autocomplete options
+     <td> ID*
+    <tr>
+     <th> <code title="">loop</code>
+     <td> <code title="attr-media-loop">audio</code>;
+          <code title="attr-media-loop">video</code>
+     <td> Whether to loop the <span>media resource</span>
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">low</code>
+     <td> <code title="attr-meter-low">meter</code>
+     <td> High limit of low range
+     <td> <span>Valid floating point number</span>*
+    <tr>
+     <th> <code title="">manifest</code>
+     <td> <code title="attr-html-manifest">html</code>
+     <td> <span title="concept-appcache-manifest">Application cache manifest</span>
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">max</code>
+     <td> <code title="attr-input-max">input</code>
+     <td> Maximum value
+     <td> varies*
+    <tr>
+     <th> <code title="">max</code>
+     <td> <code title="attr-meter-max">meter</code>;
+          <code title="attr-progress-max">progress</code>
+     <td> Upper bound of range
+     <td> <span>Valid floating point number</span>*
+    <tr>
+     <th> <code title="">maxlength</code>
+     <td> <code title="attr-input-maxlength">input</code>;
+          <code title="attr-textarea-maxlength">textarea</code>
+     <td> Maximum length of value
+     <td> <span>Valid non-negative integer</span>
+    <tr>
+     <th> <code title="">media</code>
+     <td> <code title="attr-hyperlink-media">a</code>;
+          <code title="attr-hyperlink-media">area</code>;
+          <code title="attr-link-media">link</code>;
+          <code title="attr-source-media">source</code>;
+          <code title="attr-style-media">style</code>
+     <td> Applicable media
+     <td> <span>Valid media query</span>
+    <tr>
+     <th> <code title="">method</code>
+     <td> <code title="attr-fs-method">form</code>
+     <td> HTTP method to use for <span>form submission</span>
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+    <tr>
+     <th> <code title="">min</code>
+     <td> <code title="attr-input-min">input</code>
+     <td> Minimum value
+     <td> varies*
+    <tr>
+     <th> <code title="">min</code>
+     <td> <code title="attr-meter-min">meter</code>
+     <td> Lower bound of range
+     <td> <span>Valid floating point number</span>*
+    <tr>
+     <th> <code title="">multiple</code>
+     <td> <code title="attr-input-multiple">input</code>;
+          <code title="attr-select-multiple">select</code>
+     <td> Whether to allow multiple values
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-fe-name">button</code>;
+          <code title="attr-fe-name">fieldset</code>;
+          <code title="attr-fe-name">input</code>;
+          <code title="attr-fe-name">keygen</code>;
+          <code title="attr-fe-name">output</code>;
+          <code title="attr-fe-name">select</code>;
+          <code title="attr-fe-name">textarea</code>
+     <td> Name of form control to use for <span>form submission</span> and in the <code title="dom-form-elements">form.elements</code> API
+     <td> Text*
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-form-name">form</code>
+     <td> Name of form to use in the <code title="dom-document-forms">document.forms</code> API
+     <td> Text*
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-iframe-name">iframe</code>;
+          <code title="attr-object-name">object</code>
+     <td> Name of <span>nested browsing context</span>
+     <td> <span>Valid browsing context name or keyword</span>
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-map-name">map</code>
+     <td> Name of <span>image map</span> to reference from the <code title="attr-hyperlink-usemap">usemap</code> attribute
+     <td> Text*
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-meta-name">meta</code>
+     <td> Metadata name
+     <td> Text*
+    <tr>
+     <th> <code title="">name</code>
+     <td> <code title="attr-param-name">param</code>
+     <td> Name of parameter
+     <td> Text
+    <tr>
+     <th> <code title="">novalidate</code>
+     <td> <code title="attr-fs-novalidate">form</code>
+     <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
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">optimum</code>
+     <td> <code title="attr-meter-optimum">meter</code>
+     <td> Optimum value in gauge
+     <td> <span>Valid floating point number</span>*
+    <tr>
+     <th> <code title="">pattern</code>
+     <td> <code title="attr-input-pattern">input</code>
+     <td> Pattern to be matched by the form control's value
+     <td> Regular expression matching the JavaScript <i title="">Pattern</i> production
+    <tr>
+     <th> <code title="">ping</code>
+     <td> <code title="attr-hyperlink-ping">a</code>;
+          <code title="attr-hyperlink-ping">area</code>
+     <td> <span title="URL">URLs</span> to ping
+     <td> <span>Set of space-separated tokens</span> consisting of <span title="valid URL">valid URLs</span>
+    <tr>
+     <th> <code title="">placeholder</code>
+     <td> <code title="attr-input-placeholder">input</code>;
+          <code title="attr-textarea-placeholder">textarea</code>
+     <td> User-visible label to be placed within the form control
+     <td> Text*
+    <tr>
+     <th> <code title="">poster</code>
+     <td> <code title="attr-video-poster">video</code>
+     <td> Poster frame to show prior to video playback
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">pubdate</code>
+     <td> <code title="attr-time-pubdate">time</code>
+     <td> Whether the element's value represents a publication time for the nearest <code>article</code> or <code>body</code>
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">radiogroup</code>
+     <td> <code title="attr-command-radiogroup">command</code>
+     <td> Name of group of commands to treat as a radio button group
+     <td> Text
+    <tr>
+     <th> <code title="">readonly</code>
+     <td> <code title="attr-input-readonly">input</code>;
+          <code title="attr-textarea-readonly">textarea</code>
+     <td> Whether to allow the value to be edited by the user
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">rel</code>
+     <td> <code title="attr-hyperlink-rel">a</code>;
+          <code title="attr-hyperlink-rel">area</code>;
+          <code title="attr-link-rel">link</code>
+     <td> Relationship between the document containing the hyperlink and the destination resource
+     <td> <span>Set of space-separated tokens</span>*
+    <tr>
+     <th> <code title="">required</code>
+     <td> <code title="attr-input-required">input</code>;
+          <code title="attr-textarea-required">textarea</code>
+     <td> Whether the control is required for <span>form submission</span>
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">reversed</code>
+     <td> <code title="attr-ol-reversed">ol</code>
+     <td> Number the list backwards
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">rows</code>
+     <td> <code title="attr-textarea-rows">textarea</code>
+     <td> Number of lines to show
+     <td> <span>Valid non-negative integer</span> greater than zero
+    <tr>
+     <th> <code title="">rowspan</code>
+     <td> <code title="attr-tdth-rowspan">td</code>;
+          <code title="attr-tdth-rowspan">th</code>
+     <td> Number of rows that the cell is to span
+     <td> <span>Valid non-negative integer</span>
+    <tr>
+     <th> <code title="">sandbox</code>
+     <td> <code title="attr-iframe-sandbox">iframe</code>
+     <td> Security rules for nested content
+     <td> <span>Unordered set of unique space-separated tokens</span> consisting of 
+          "<code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>",
+          "<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="">scope</code>
+     <td> <code title="attr-th-scope">th</code>
+     <td> Specifies which cells the header cell applies to
+     <td> "<code title="attr-th-scope-row">row</code>";
+          "<code title="attr-th-scope-col">col</code>";
+          "<code title="attr-th-scope-rowgroup">rowgroup</code>";
+          "<code title="attr-th-scope-colgroup">colgroup</code>"
+    <tr>
+     <th> <code title="">scoped</code>
+     <td> <code title="attr-style-scoped">style</code>
+     <td> Whether the styles apply to the entire document or just the parent subtree
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">seamless</code>
+     <td> <code title="attr-iframe-seamless">iframe</code>
+     <td> Whether to apply the document's styles to the nested content
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">selected</code>
+     <td> <code title="attr-option-selected">option</code>
+     <td> Whether the option is selected by default
+     <td> <span>Boolean attribute</span>
+    <tr>
+     <th> <code title="">shape</code>
+     <td> <code title="attr-area-shape">area</code>
+     <td> The kind of shape to be created in an <span>image map</span>
+     <td> "<code title="attr-area-shape-keyword-circle">circle</code>";
+          "<code title="attr-area-shape-keyword-default">default</code>";
+          "<code title="attr-area-shape-keyword-poly">poly</code>";
+          "<code title="attr-area-shape-keyword-rect">rect</code>"
+    <tr>
+     <th> <code title="">size</code>
+     <td> <code title="attr-input-size">input</code>;
+          <code title="attr-select-size">select</code>
+     <td> Size of the control
+     <td> <span>Valid non-negative integer</span> greater than zero
+    <tr>
+     <th> <code title="">sizes</code>
+     <td> <code title="attr-link-sizes">link</code>
+     <td> Sizes of the icons (for <code title="attr-link-rel">rel</code>="<code title="rel-icon">icon</code>")
+     <td> List of sizes*
+    <tr>
+     <th> <code title="">span</code>
+     <td> <code title="attr-col-span">col</code>;
+          <code title="attr-colgroup-span">colgroup</code>
+     <td> Number of columns spanned by the element
+     <td> <span>Valid non-negative integer</span> greater than zero
+    <tr>
+     <th> <code title="">src</code>
+     <td> <code title="attr-media-src">audio</code>;
+          <code title="attr-embed-src">embed</code>;
+          <code title="attr-iframe-src">iframe</code>;
+          <code title="attr-img-src">img</code>;
+          <code title="attr-input-src">input</code>;
+          <code title="attr-script-src">script</code>;
+          <code title="attr-source-src">source</code>;
+          <code title="attr-media-src">video</code>
+     <td> Address of the resource
+     <td> <span>Valid URL</span>
+    <tr>
+     <th> <code title="">start</code>
+     <td> <code title="attr-ol-start">ol</code>
+     <td> Ordinal value of the first item
+     <td> <span>Valid integer</span>
+    <tr>
+     <th> <code title="">step</code>
+     <td> <code title="attr-input-step">input</code>
+     <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="">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="">target</code>
+     <td> <code title="attr-hyperlink-target">a</code>;
+          <code title="attr-hyperlink-target">area</code>
+     <td> <span>Browsing context</span> for <span>hyperlink</span> <span title="navigate">navigation</span>
+     <td> <span>Valid browsing context name or keyword</span>
+    <tr>
+     <th> <code title="">target</code>
+     <td> <code title="attr-base-target">base</code>
+     <td> Default <span>browsing context</span> for <span>hyperlink</span> <span title="navigate">navigation</span> and <span>form submission</span>
+     <td> <span>Valid browsing context name or keyword</span>
+    <tr>
+     <th> <code title="">target</code>
+     <td> <code title="attr-fs-target">form</code>
+     <td> <span>Browsing context</span> for <span>form submission</span>
+     <td> <span>Valid browsing context name or keyword</span>
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-hyperlink-type">a</code>;
+          <code title="attr-hyperlink-type">area</code>;
+          <code title="attr-link-type">link</code>
+     <td> Hint for the type of the referenced resource
+     <td> <span>Valid MIME type</span>
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-button-type">button</code>
+     <td> Type of button
+     <td> "<code title="attr-button-type-submit">submit</code>";
+          "<code title="attr-button-type-reset">reset</code>";
+          "<code title="attr-button-type-button">button</code>"
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-button-type">button</code>;
+          <code title="attr-input-type">input</code>
+     <td> Type of form control
+     <td> <span title="attr-input-type"><code>input</code> type keyword</span>
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-command-type">command</code>
+     <td> Type of command
+     <td> "<code title="attr-command-type-keyword-command">command</code>";
+          "<code title="attr-command-type-keyword-checkbox">checkbox</code>";
+          "<code title="attr-command-type-keyword-radio">radio</code>"
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-embed-type">embed</code>;
+          <code title="attr-object-type">object</code>;
+          <code title="attr-script-type">script</code>;
+          <code title="attr-source-type">source</code>;
+          <code title="attr-style-type">style</code>
+     <td> Type of embedded resource
+     <td> <span>Valid MIME type</span>
+    <tr>
+     <th> <code title="">type</code>
+     <td> <code title="attr-menu-type">menu</code>
+     <td> Type of menu
+     <td> "<code title="context menu state">context</code>"; "<code title="toolbar state">toolbar</code>"
+    <tr>
+     <th> <code title="">usemap</code>
+     <td> <code title="attr-hyperlink-usemap">img</code>;
+          <code title="attr-hyperlink-usemap">object</code>
+     <td> Name of <span>image map</span> to use
+     <td> <span>Valid hash-name reference</span>*
+    <tr>
+     <th> <code title="">value</code>
+     <td> <code title="attr-button-value">button</code>;
+          <code title="attr-option-value">option</code>
+     <td> Value to be used for <span>form submission</span>
+     <td> Text
+    <tr>
+     <th> <code title="">value</code>
+     <td> <code title="attr-input-value">input</code>
+     <td> Value of the form control
+     <td> varies*
+    <tr>
+     <th> <code title="">value</code>
+     <td> <code title="attr-li-value">li</code>
+     <td> Ordinal value of the list item
+     <td> <span>Valid integer</span>
+    <tr>
+     <th> <code title="">value</code>
+     <td> <code title="attr-meter-value">meter</code>;
+          <code title="attr-progress-value">progress</code>
+     <td> Current value of the element
+     <td> <span>Valid floating point number</span>
+    <tr>
+     <th> <code title="">value</code>
+     <td> <code title="attr-param-value">param</code>
+     <td> Value of parameter
+     <td> Text
+    <tr>
+     <th> <code title="">width</code>
+     <td> <code title="attr-canvas-width">canvas</code>;
+          <code title="attr-dim-width">embed</code>;
+          <code title="attr-dim-width">iframe</code>;
+          <code title="attr-dim-width">img</code>;
+          <code title="attr-dim-width">input</code>;
+          <code title="attr-dim-width">object</code>;
+          <code title="attr-dim-width">video</code>
+     <td> Horizontal dimension
+     <td> <span>Valid non-negative integer</span>
+    <tr>
+     <th> <code title="">wrap</code>
+     <td> <code title="attr-textarea-wrap">textarea</code>
+     <td> How the value of the form control is to be wrapped for <span>form submission</span>
+     <td> "<code title="attr-textarea-wrap-soft">soft</code>";
+          "<code title="attr-textarea-wrap-hard">hard</code>"
   </table>
   <p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
 
-  <hr>
 
+  <h3 class="no-num">Reflecting IDL attributes</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
   <table>
    <caption>List of <dfn>reflecting IDL attributes</dfn></caption>
    <thead>
@@ -92087,8 +92811,11 @@
   </table>
   <!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent -->
 
-  <hr>
 
+  <h3 class="no-num">Interfaces</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
   <table>
    <caption>List of interfaces for elements</caption>
    <thead>
@@ -92105,8 +92832,11 @@
      <td colspan=2 class="XXX"> ...
   </table>
 
-  <hr>
 
+  <h3 class="no-num">Events</h3>
+
+  <p><i>This section is non-normative.</i></p>
+
   <table>
    <caption>List of events</caption>
    <thead>

Modified: vocabs-index
===================================================================
--- vocabs-index	2009-10-07 20:14:59 UTC (rev 4093)
+++ vocabs-index	2009-10-08 12:04:51 UTC (rev 4094)
@@ -48,7 +48,7 @@
   <div class="head">
    <p><a class="logo" href="http://www.whatwg.org/" rel="home"><img alt="WHATWG" src="/images/logo"></a></p>
    <h1>Microdata Vocabularies: vCard, vEvent, and works</h1>
-   <h2 class="no-num no-toc" id="draft-standard-7-october-2009">Draft Standard — 7 October 2009</h2>
+   <h2 class="no-num no-toc" id="draft-standard-8-october-2009">Draft Standard — 8 October 2009</h2>
    <p>You can take part in this work. <a href="http://www.whatwg.org/mailing-list">Join the working group's discussion list.</a></p>
    <dl><dt>This specification:</dt>
     <dd><a href="http://www.whatwg.org/specs/web-apps/current-work/">http://www.whatwg.org/specs/web-apps/current-work/</a></dd>




More information about the Commit-Watchers mailing list