- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Jul 2009 10:52:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27272
Modified Files:
Overview.html
Log Message:
Be more specific about which elements are meant when the spec says 'all elements' but means HTML elements only. (whatwg r3445)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2569
retrieving revision 1.2570
diff -u -d -r1.2569 -r1.2570
--- Overview.html 18 Jul 2009 18:58:30 -0000 1.2569
+++ Overview.html 19 Jul 2009 10:52:42 -0000 1.2570
@@ -175,7 +175,7 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 18 July 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 19 July 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -197,7 +197,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
- This is revision $Revision$.
+ This is $Revision$.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -273,7 +273,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 18 July 2009 Editor's Draft.
+ This specification is the 19 July 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -7052,9 +7052,9 @@
<dfn id="dom-classlist" title="dom-classList"><code>classList</code></dfn> DOM
attributes must both <a href="#reflect">reflect</a> the <code title="attr-class"><a href="#classes">class</a></code> content attribute.</p>
- </div><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="#references">[CSS]</a><div class="impl">
+ </div><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 <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="#references">[CSS]</a><div class="impl">
<p>In user agents that support CSS, the attribute's value must be
parsed when the attribute is added or has its value changed, with
@@ -47984,12 +47984,10 @@
addresses this.<h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
enable users to edit documents and parts of documents
interactively.<h3 id="editing-intro"><span class="secno">7.1 </span>Introduction</h3><p><i>This section is non-normative.</i><p class="XXX">Would be nice to explain how these features
- work together.<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
+ work together.<h3 id="the-hidden-attribute"><span class="secno">7.2 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><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><div class="example">
<p>In the following skeletal example, the attribute is used to hide
@@ -48432,7 +48430,7 @@
which the method was called instead. User agents may selectively or
uniformly ignore calls to this method for usability reasons.</p>
- </div><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
+ </div><h3 id="the-accesskey-attribute"><span class="secno">7.6 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><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>If specified, the value must be an <a href="#ordered-set-of-unique-space-separated-tokens">ordered set of unique
@@ -50385,7 +50383,7 @@
drag-and-drop operation being started or ended in another document
from another domain.</p>
- </div><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
+ </div><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 <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
Received on Sunday, 19 July 2009 10:52:55 UTC