[html5] r3445 - [e] (0) Be more specific about which elements are meant when the spec says 'all [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jul 19 03:52:37 PDT 2009


Author: ianh
Date: 2009-07-19 03:52:35 -0700 (Sun, 19 Jul 2009)
New Revision: 3445

Modified:
   index
   source
Log:
[e] (0) Be more specific about which elements are meant when the spec says 'all elements' but means HTML elements only.

Modified: index
===================================================================
--- index	2009-07-18 18:58:24 UTC (rev 3444)
+++ index	2009-07-19 10:52:35 UTC (rev 3445)
@@ -67,7 +67,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 18 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 19 July 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>-->
@@ -7880,9 +7880,9 @@
 
   <h5 id=the-style-attribute><span class=secno>3.3.3.7 </span>The <dfn title=attr-style><code>style</code></dfn> attribute</h5>
 
-  <p>All elements may have the <code title=attr-style><a href=#the-style-attribute>style</a></code>
-  content attribute set. If specified, the attribute must contain only
-  a list of zero or more semicolon-separated (;) CSS declarations. <a href=#refsCSS>[CSS]</a></p>
+  <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-style><a href=#the-style-attribute>style</a></code> content attribute set. If specified,
+  the attribute must contain only a list of zero or more
+  semicolon-separated (;) CSS declarations. <a href=#refsCSS>[CSS]</a></p>
 
   <div class=impl>
 
@@ -53510,12 +53510,10 @@
 
   <h3 id=the-hidden-attribute><span class=secno>7.2 </span>The <dfn title=attr-hidden><code>hidden</code></dfn> attribute</h3>
 
-  <p>All elements may have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>
-  content attribute set. The <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>
-  attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified on an
-  element, it indicates that the element is not yet, or is no longer,
-  relevant. <span class=impl>User agents should not render elements
-  that have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
+  <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> content attribute set. The <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute is a <a href=#boolean-attribute>boolean
+  attribute</a>. When specified on an element, it indicates that
+  the element is not yet, or is no longer, relevant. <span class=impl>User agents should not render elements that have the
+  <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
   specified.</span></p>
 
   <div class=example>
@@ -54024,7 +54022,7 @@
 
   <h3 id=the-accesskey-attribute><span class=secno>7.6 </span>The <dfn title=attr-accesskey><code>accesskey</code></dfn> attribute</h3>
 
-  <p>All elements may have the <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute set. The
+  <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute set. The
   <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute's value is
   used by the user agent as a guide for creating a keyboard shortcut
   that activates or focuses the element.</p>
@@ -56143,7 +56141,7 @@
 
   <h4 id=the-draggable-attribute><span class=secno>7.10.5 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
 
-  <p>All elements may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
+  <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
   <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute is an
   <a href=#enumerated-attribute>enumerated attribute</a>. It has three states. The first
   state is <i>true</i> and it has the keyword <code title="">true</code>. The second state is <i>false</i> and it has

Modified: source
===================================================================
--- source	2009-07-18 18:58:24 UTC (rev 3444)
+++ source	2009-07-19 10:52:35 UTC (rev 3445)
@@ -8013,9 +8013,10 @@
 
   <h5>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5>
 
-  <p>All elements may have the <code title="attr-style">style</code>
-  content attribute set. If specified, the attribute must contain only
-  a list of zero or more semicolon-separated (;) CSS declarations. <a
+  <p>All <span>HTML elements</span> may have the <code
+  title="attr-style">style</code> content attribute set. If specified,
+  the attribute must contain only a list of zero or more
+  semicolon-separated (;) CSS declarations. <a
   href="#refsCSS">[CSS]</a></p>
 
   <div class="impl">
@@ -62680,12 +62681,13 @@
 
   <h3>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3>
 
-  <p>All elements may have the <code title="attr-hidden">hidden</code>
-  content attribute set. The <code title="attr-hidden">hidden</code>
-  attribute is a <span>boolean attribute</span>. When specified on an
-  element, it indicates that the element is not yet, or is no longer,
-  relevant. <span class="impl">User agents should not render elements
-  that have the <code title="attr-hidden">hidden</code> attribute
+  <p>All <span>HTML elements</span> may have the <code
+  title="attr-hidden">hidden</code> content attribute set. The <code
+  title="attr-hidden">hidden</code> attribute is a <span>boolean
+  attribute</span>. When specified on an element, it indicates that
+  the element is not yet, or is no longer, relevant. <span
+  class="impl">User agents should not render elements that have the
+  <code title="attr-hidden">hidden</code> attribute
   specified.</span></p>
 
   <div class="example">
@@ -63273,7 +63275,7 @@
 
   <h3>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3>
 
-  <p>All elements may have the <code
+  <p>All <span>HTML elements</span> may have the <code
   title="attr-accesskey">accesskey</code> content attribute set. The
   <code title="attr-accesskey">accesskey</code> attribute's value is
   used by the user agent as a guide for creating a keyboard shortcut
@@ -65808,7 +65810,7 @@
 
   <h4>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4>
 
-  <p>All elements may have the <code
+  <p>All <span>HTML elements</span> may have the <code
   title="attr-draggable">draggable</code> content attribute set. The
   <code title="attr-draggable">draggable</code> attribute is an
   <span>enumerated attribute</span>. It has three states. The first




More information about the Commit-Watchers mailing list