hixie: clarify applies table (whatwg r3844)

hixie: clarify applies table (whatwg r3844)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3010&r2=1.3011&f=h
http://html5.org/tools/web-apps-tracker?from=3843&to=3844

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3010
retrieving revision 1.3011
diff -u -d -r1.3010 -r1.3011
--- Overview.html 14 Sep 2009 10:27:51 -0000 1.3010
+++ Overview.html 14 Sep 2009 10:58:16 -0000 1.3011
@@ -35,10 +35,6 @@
    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
    .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
-   .applies th > * { display: block; }
-   .applies thead code { display: block; }
-   .applies td { text-align: center; }
-   .applies .yes { background: yellow; }
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
@@ -170,6 +166,12 @@
 
   </style><style type="text/css">
 
+   .applies thead th > * { display: block; }
+   .applies thead code { display: block; }
+   .applies tbody th { whitespace: nowrap; }
+   .applies td { text-align: center; }
+   .applies .yes { background: yellow; }
+
    .matrix, .matrix td { border: none; text-align: right; }
    .matrix { margin-left: 2em; }
 
@@ -27608,7 +27610,7 @@
   attributes, and the <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code>
   and <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> methods, are
   specific to certain states. The following table <span class="impl">is non-normative and</span> summarizes which content
-  attributes, IDL attributes, and methods apply to each state:<table class="applies" id="input-type-attr-summary"><thead><tr><td>
+  attributes, IDL attributes, and methods apply to each state:<table class="applies" id="input-type-attr-summary"><thead><tr><th>
      <th> <span title=""><a href="#hidden-state" title="attr-input-type-hidden">Hidden</a></span>
      <th> <span title=""><a href="#text-state-and-search-state" title="attr-input-type-text">Text</a>,</span>
           <span title=""><a href="#text-state-and-search-state" title="attr-input-type-search">Search</a>,</span>
@@ -28185,31 +28187,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-   <tbody><tr><th> <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>
-     <td class="no"> &middot; <!-- Hidden -->
-     <td class="no"> &middot; <!-- Text -->
-<!-- <td class="no"> &middot;      Search -->
-<!-- <td class="no"> &middot;      URL -->
-     <td class="no"> &middot; <!-- E-mail -->
-     <td class="no"> &middot; <!-- Password -->
-     <td class="no"> &middot; <!-- Date and Time -->
-<!-- <td class="no"> &middot;      Date -->
-<!-- <td class="no"> &middot;      Month -->
-<!-- <td class="no"> &middot;      Week -->
-<!-- <td class="no"> &middot;      Time -->
-     <td class="no"> &middot; <!-- Local Date and Time -->
-<!-- <td class="no"> &middot;      Number -->
-     <td class="no"> &middot; <!-- Range -->
-     <td class="no"> &middot; <!-- Color -->
-     <td class="yes"> Yes     <!-- Checkbox -->
-<!-- <td class="yes"> Yes          Radio Button -->
-     <td class="no"> &middot; <!-- File Upload -->
-     <td class="no"> &middot; <!-- Submit Button -->
-     <td class="no"> &middot; <!-- Image Button -->
-     <td class="no"> &middot; <!-- Reset Button -->
-<!-- <td class="no"> &middot;      Button -->
-
-    <tr><th> <code title="dom-input-files"><a href="#dom-input-files">files</a></code>
+   <tbody><tr><th> <code title="dom-input-files"><a href="#dom-input-files">files</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -28233,7 +28211,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr class="impl"><th> <code title="dom-input-value"><a href="#dom-input-value">value</a></code>
+    <tr class="impl"><th> <code title="dom-input-value"><a href="#dom-input-value">value</a></code>&dagger;
      <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Hidden -->
      <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Text -->
 <!-- <td class="yes"> <span title="dom-input-value-value">value</span>      Search -->
@@ -28257,7 +28235,7 @@
      <td class="yes"> <a href="#dom-input-value-default" title="dom-input-value-default">default</a> <!-- Reset Button -->
 <!-- <td class="yes"> <span title="dom-input-value-default">default</span>      Button -->
 
-    <tr><th> <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>
+    <tr><th> <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -28281,7 +28259,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>
+    <tr><th> <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -28305,7 +28283,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-list"><a href="#dom-input-list">list</a></code>
+    <tr><th> <code title="dom-input-list"><a href="#dom-input-list">list</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -28329,7 +28307,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>
+    <tr><th> <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -28377,7 +28355,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>
+    <tr><th> <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -28401,7 +28379,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>
+    <tr><th> <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>&dagger;
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -28545,7 +28523,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-  </table><div class="impl">
+  </table><p>&dagger; indicates IDL attributes.<div class="impl">
 
   <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute changes state, and
   when the element is first created, the element's rendering and

Received on Monday, 14 September 2009 10:59:14 UTC