html5/spec Overview.html,1.1910,1.1911

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1559

Modified Files:
	Overview.html 
Log Message:
Filling in the rendering section: moving notes around. (whatwg r2741)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1910
retrieving revision 1.1911
diff -u -d -r1.1910 -r1.1911
--- Overview.html	2 Feb 2009 11:53:16 -0000	1.1910
+++ Overview.html	3 Feb 2009 02:25:49 -0000	1.1911
@@ -10,7 +10,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <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>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->2 February 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->3 February 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd>
@@ -99,7 +99,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 2 February 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 3 February 2009 <!--ZZZ "Working Draft"-->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)
@@ -972,12 +972,15 @@
      <li><a href=#the-marquee-element><span class=secno>10.4.5 </span>The <code>marquee</code> element</a></li>
      <li><a href=#the-hr-element-0><span class=secno>10.4.6 </span>The <code>hr</code> element</a></li>
      <li><a href=#the-br-element-0><span class=secno>10.4.7 </span>The <code>br</code> element</a></li>
-     <li><a href=#frames><span class=secno>10.4.8 </span>Frames</a></li>
-     <li><a href=#images-0><span class=secno>10.4.9 </span>Images</a></li>
-     <li><a href=#fragment-identifiers><span class=secno>10.4.10 </span>Fragment identifiers</a></ol></li>
+     <li><a href=#the-figure-element-0><span class=secno>10.4.8 </span>The <code>figure</code> element</a></li>
+     <li><a href=#frames><span class=secno>10.4.9 </span>Frames</a></li>
+     <li><a href=#embedded-content-1><span class=secno>10.4.10 </span>Embedded content</a></li>
+     <li><a href=#fragment-identifiers><span class=secno>10.4.11 </span>Fragment identifiers</a></ol></li>
    <li><a href=#interactive-media><span class=secno>10.5 </span>Interactive media</a>
     <ol>
-     <li><a href=#hit-testing><span class=secno>10.5.1 </span>Hit testing</a></ol></li>
+     <li><a href=#links-0><span class=secno>10.5.1 </span>Links</a></li>
+     <li><a href=#the-mark-element-0><span class=secno>10.5.2 </span>The <code>mark</code> element</a></li>
+     <li><a href=#hit-testing><span class=secno>10.5.3 </span>Hit testing</a></ol></li>
    <li><a href=#print-media><span class=secno>10.6 </span>Print media</a></li>
    <li><a href=#interaction-with-css><span class=secno>10.7 </span>Interaction with CSS</a></ol></li>
  <li><a href=#obsolete-features><span class=secno>11 </span>Obsolete features</a>
@@ -5945,7 +5948,7 @@
    <li><a href=#sectioning-content-0>Sectioning content</a></li>
    <li><a href=#heading-content-0>Heading content</a></li>
    <li><a href=#phrasing-content-0>Phrasing content</a></li>
-   <li><a href=#embedded-content-1>Embedded content</a></li>
+   <li><a href=#embedded-content-2>Embedded content</a></li>
    <li><a href=#interactive-content-0>Interactive content</a></li>
   </ul><p>These categories are related as follows:
 
@@ -5991,7 +5994,7 @@
   <a href=#flow-content-0>flow content</a> should have either at least one descendant
   <a href=#text-node>text node</a> that is not <a href=#inter-element-whitespace>inter-element
   whitespace</a>, or at least one descendant element node that is
-  <a href=#embedded-content-1>embedded content</a>. For the purposes of this requirement,
+  <a href=#embedded-content-2>embedded content</a>. For the purposes of this requirement,
   <code><a href=#the-del-element>del</a></code> elements and their descendants must not be counted
   as contributing to the ancestors of the <code><a href=#the-del-element>del</a></code>
   element.<p>This requirement is not a hard requirement, however, as there are
@@ -6012,18 +6015,18 @@
   <a href=#phrasing-content-0>phrasing content</a> should have either at least one
   descendant <a href=#text-node>text node</a> that is not <a href=#inter-element-whitespace>inter-element
   whitespace</a>, or at least one descendant element node that is
-  <a href=#embedded-content-1>embedded content</a>. For the purposes of this requirement,
+  <a href=#embedded-content-2>embedded content</a>. For the purposes of this requirement,
   nodes that are descendants of <code><a href=#the-del-element>del</a></code> elements must not be
   counted as contributing to the ancestors of the <code><a href=#the-del-element>del</a></code>
   element.<p class=note>Most elements that are categorized as phrasing
   content can only contain elements that are themselves categorized as
   phrasing content, not any flow content.<p><a href=#text-node title="text node">Text nodes</a> that are not
   <a href=#inter-element-whitespace>inter-element whitespace</a> are <a href=#phrasing-content-0>phrasing
-  content</a>.<h5 id=embedded-content><span class=secno>3.4.1.6 </span>Embedded content</h5><p><dfn id=embedded-content-1>Embedded content</dfn> is content that imports another
+  content</a>.<h5 id=embedded-content><span class=secno>3.4.1.6 </span>Embedded content</h5><p><dfn id=embedded-content-2>Embedded content</dfn> is content that imports another
   resource into the document, or content from another vocabulary that
   is inserted into the document.<p>Elements that are from namespaces other than the <a href=#html-namespace-0>HTML
   namespace</a> and that convey content but not metadata, are
-  <a href=#embedded-content-1>embedded content</a> for the purposes of the content models
+  <a href=#embedded-content-2>embedded content</a> for the purposes of the content models
   defined in this specification. (For example, MathML, or SVG.)<p>Some embedded content elements can have <dfn id=fallback-content>fallback
   content</dfn>: content that is to be used when the external resource
   cannot be used (e.g. because it is of an unsupported format). The
@@ -12117,10 +12120,10 @@
   </div><h4 id=the-img-element><span class=secno>4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dd>If the element has an <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content-0>Interactive content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
    <dt>Content attributes:</dt>
@@ -13142,9 +13145,9 @@
   file name as the alternative text.<h4 id=the-iframe-element><span class=secno>4.8.3 </span>The <dfn><code>iframe</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text that conforms to the requirements given in the prose.</dd>
    <dt>Content attributes:</dt>
@@ -13501,9 +13504,9 @@
 --><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
    <dt>Content attributes:</dt>
@@ -13628,10 +13631,10 @@
   name.<h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dd><a href=#category-listed title=category-listed>Listed</a>,  <a href=#category-submit title=category-submit>submittable</a>, <a href=#form-associated-element>form-associated element</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
    <dt>Content attributes:</dt>
@@ -14014,10 +14017,10 @@
   name.<h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-0>Interactive content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: <a href=#transparent>transparent</a>.</dd>
    <dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
@@ -14173,10 +14176,10 @@
   e.g. text browsers running over SSH connections.<h4 id=audio><span class=secno>4.8.8 </span>The <dfn><code>audio</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content-0>Interactive content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: <a href=#transparent>transparent</a>.</dd>
    <dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
@@ -15843,9 +15846,9 @@
   in the media files (intranet snooping risk)<h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><code>canvas</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#embedded-content-1>Embedded content</a>.</dd>
+   <dd><a href=#embedded-content-2>Embedded content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
+   <dd>Where <a href=#embedded-content-2>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#transparent>Transparent</a>.</dd>
    <dt>Content attributes:</dt>
@@ -15883,7 +15886,7 @@
   the page was viewed in an interactive visual medium and is now being
   printed, or if some script that ran during the page layout process
   painted on the element), then the <code><a href=#the-canvas-element>canvas</a></code> element
-  represents <a href=#embedded-content-1>embedded content</a> with the current image and
+  represents <a href=#embedded-content-2>embedded content</a> with the current image and
   size. Otherwise, the element represents its <a href=#fallback-content>fallback
   content</a> instead.<p>In non-visual media, and in visual media if <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a> for the
   <code><a href=#the-canvas-element>canvas</a></code> element, the <code><a href=#the-canvas-element>canvas</a></code> element
@@ -17879,7 +17882,7 @@
   areas of the document.<p>Image maps are <em>live</em>; if the DOM is mutated, then the
   user agent must act as if it had rerun the algorithms for image
   maps.<h4 id=mathml><span class=secno>4.8.15 </span>MathML</h4><p>The <code>math</code> element from the <a href=#mathml-namespace>MathML
-  namespace</a> falls into the <a href=#embedded-content-1>embedded content</a>
+  namespace</a> falls into the <a href=#embedded-content-2>embedded content</a>
   category for the purposes of the content models in this
   specification.</p><!-- apparently we get to define error handling, so: --><p>User agents must handle text other than <a href=#inter-element-whitespace>inter-element
   whitespace</a> found in MathML elements whose content models do
@@ -17894,7 +17897,7 @@
   its XML form, interactive HTML user agents are encouraged to
   provide a way to export any MathML fragment as a
   namespace-well-formed XML fragment.<h4 id=svg><span class=secno>4.8.16 </span>SVG</h4><p>The <code>svg</code> element from the <a href=#svg-namespace>SVG namespace</a>
-  falls into the <a href=#embedded-content-1>embedded content</a> category for the
+  falls into the <a href=#embedded-content-2>embedded content</a> category for the
   purposes of the content models in this specification.<p>To enable authors to use SVG tools that only accept SVG in its
   XML form, interactive HTML user agents are encouraged to provide a
   way to export any SVG fragment as a namespace-well-formed XML
@@ -45971,28 +45974,7 @@
 
    </li>
 
-  </ol><h2 id=rendering><span class=secno>10 </span>Rendering</h2><p><em>This section all its subsections are non-normative.</em></p><!-- XXX
-
-    figure/legend
-    iframe, embed, object, applet, video, audio, canvas
-
-    Default UI
-      link: click
-      mark: skip to next mark element
-      title attribute: tooltip
-      cite attribute on q, blockquote, ins, del: on hover, show link
-      ...
-
-    Define how to determine what element is under the cursor, unless
-    the CSS group has finally gotten around to defining that before we
-    get to it
-
-    Extensions to CSS
-      for drag and drop
-      for datagrid
-      ...
-
---><h3 id=introduction-8><span class=secno>10.1 </span>Introduction</h3><p>User agents are not required present HTML documents in any
+  </ol><h2 id=rendering><span class=secno>10 </span>Rendering</h2><p><em>This section all its subsections are non-normative.</em><h3 id=introduction-8><span class=secno>10.1 </span>Introduction</h3><p>User agents are not required present HTML documents in any
   particular way. This section merely provides a set of suggestions
   for rendering HTML documents that, if followed, are likely to lead
   to a user experience that closely resembles the experience intended
@@ -46104,7 +46086,7 @@
 b, strong, th { font-weight: bold; }
 code, kbd, listing, plaintext, pre, samp, tt, xmp { font-family: monospace; }
 h1 { font-size: 2.00em; font-weight: bold; }
-h2 { font-size: 1.05em; font-weight: bold; }
+h2 { font-size: 1.50em; font-weight: bold; }
 h3 { font-size: 1.17em; font-weight: bold; }
 h4 { font-size: 1.00em; font-weight: bold; }
 h5 { font-size: 0.83em; font-weight: bold; }
@@ -46259,16 +46241,16 @@
   'auto' on an element that either defines a command or refers to one
   using the <code title=command-attribute>command</code> attribute,
   but when the property computes to an actual image, it should use
-  that image instead.<h4 id=the-marquee-element><span class=secno>10.4.5 </span>The <code><a href=#the-marquee-element-0>marquee</a></code> element</h4><p class=XXX>...<h4 id=the-hr-element-0><span class=secno>10.4.6 </span>The <code><a href=#the-hr-element>hr</a></code> element</h4><p class=XXX>...<h4 id=the-br-element-0><span class=secno>10.4.7 </span>The <code><a href=#the-br-element>br</a></code> element</h4><p class=XXX>...<h4 id=frames><span class=secno>10.4.8 </span>Frames</h4><p class=XXX>...<h4 id=images-0><span class=secno>10.4.9 </span>Images</h4><p class=XXX>...</p><!--
+  that image instead.<h4 id=the-marquee-element><span class=secno>10.4.5 </span>The <code><a href=#the-marquee-element-0>marquee</a></code> element</h4><p class=XXX>...<h4 id=the-hr-element-0><span class=secno>10.4.6 </span>The <code><a href=#the-hr-element>hr</a></code> element</h4><p class=XXX>...<h4 id=the-br-element-0><span class=secno>10.4.7 </span>The <code><a href=#the-br-element>br</a></code> element</h4><p class=XXX>...<h4 id=the-figure-element-0><span class=secno>10.4.8 </span>The <code><a href=#the-figure-element>figure</a></code> element</h4><p class=XXX>...<h4 id=frames><span class=secno>10.4.9 </span>Frames</h4><p class=XXX>...<h4 id=embedded-content-1><span class=secno>10.4.10 </span>Embedded content</h4><p class=XXX>...</p><!-- img, iframe, embed, object, applet, video, audio, canvas --><!--
     img - how to handle alt text, img in link (no border)... Define
     that either the src="" is shown (as an image) or the alt="" is
     shown (inline) but should not ever have both at once.
   --><p class=XXX>Terms that need to be defined include: <dfn id=sizing-of-embedded-content>sizing
-  of embedded content</dfn><h4 id=fragment-identifiers><span class=secno>10.4.10 </span>Fragment identifiers</h4><p class=XXX>(need to remove "must" and reword) CSS UAs in visual
+  of embedded content</dfn><h4 id=fragment-identifiers><span class=secno>10.4.11 </span>Fragment identifiers</h4><p class=XXX>(need to remove "must" and reword) CSS UAs in visual
   media must, when scrolling a page to a fragment identifier, align
   the top of the viewport with the target element's top border
   edge.</p><!-- XXX horiz pos given bidi, and not scrolling when not
-  required to?  --><h3 id=interactive-media><span class=secno>10.5 </span>Interactive media</h3><h4 id=hit-testing><span class=secno>10.5.1 </span>Hit testing</h4><p class=XXX>this should really be in a CSS spec -- hot to decide
+  required to?  --><h3 id=interactive-media><span class=secno>10.5 </span>Interactive media</h3><h4 id=links-0><span class=secno>10.5.1 </span>Links</h4><p class=XXX>...</p><!-- hyperlinks: hover show url; clicks; opening in new browsing contexts --><!-- cite attribute on q, blockquote, ins, del: on hover, show link --><h4 id=the-mark-element-0><span class=secno>10.5.2 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p class=XXX>...</p><!-- being able to cycle through them --><!-- showing them on the scroll bar --><h4 id=hit-testing><span class=secno>10.5.3 </span>Hit testing</h4><p class=XXX>this should really be in a CSS spec -- hot to decide
   which element is under the cursor --&gt;
 
 <!--
@@ -46343,7 +46325,14 @@
   this section --><p class=XXX>Must define that in CSS, tag and attribute
   names in HTML documents, and class names in quirks mode documents,
   are case-insensitive, as well as saying which attribute values must
-  be compared case-insensitively.<h2 id=obsolete-features><span class=secno>11 </span>Obsolete features</h2><p>Authors and documents must not use the features listed in this
+  be compared case-insensitively.<p class=XXX>which pseudo-class selectors match what</p><!-- XXX
+
+    Extensions to CSS
+      for drag and drop
+      for datagrid
+      ...
+
+  --><h2 id=obsolete-features><span class=secno>11 </span>Obsolete features</h2><p>Authors and documents must not use the features listed in this
   section. They are documented to enable user agents to support legacy
   content in an interoperable fashion.</p><!-- XXX Elements that have been dropped: ACRONYM B BASEFONT BLINK BIG
 CENTER DIR DIV FONT FRAME FRAMESET I ISINDEX MARQUEE NOEMBED NOFRAMES

Received on Tuesday, 3 February 2009 02:26:02 UTC