Skip to content

Commit

Permalink
[e] (0) Filling in the rendering section: moving notes around.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2741 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2009
1 parent 5a3cf0a commit 6831e41
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 78 deletions.
122 changes: 68 additions & 54 deletions index
Expand Up @@ -34,7 +34,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-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 2 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 3 February 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>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -1049,12 +1049,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>
Expand Down Expand Up @@ -7272,7 +7275,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<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:

Expand Down Expand Up @@ -7340,7 +7343,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -7384,7 +7387,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<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>
Expand All @@ -7400,13 +7403,13 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>

<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
<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>

<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>

<p>Some embedded content elements can have <dfn id=fallback-content>fallback
Expand Down Expand Up @@ -14900,10 +14903,10 @@ And the mome raths outgrabe.&lt;/p&gt;
<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>
Expand Down Expand Up @@ -16146,9 +16149,9 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -16567,9 +16570,9 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -16735,10 +16738,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -17178,10 +17181,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -17414,10 +17417,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>
Expand Down Expand Up @@ -19393,9 +19396,9 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
<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>
Expand Down Expand Up @@ -19441,7 +19444,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
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>

Expand Down Expand Up @@ -22039,7 +22042,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>

Expand Down Expand Up @@ -22067,7 +22070,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>

<p>To enable authors to use SVG tools that only accept SVG in its
Expand Down Expand Up @@ -55721,28 +55724,6 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

<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>

Expand Down Expand Up @@ -55921,7 +55902,7 @@ address, cite, dfn, em, i, var { font-style: italic; }
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; }
Expand Down Expand Up @@ -56158,16 +56139,24 @@ table {



<h4 id=frames><span class=secno>10.4.8 </span>Frames</h4>
<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>...</p>



<h4 id=images-0><span class=secno>10.4.9 </span>Images</h4>
<h4 id=frames><span class=secno>10.4.9 </span>Frames</h4>

<p class=XXX>...</p>



<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
Expand All @@ -56179,7 +56168,7 @@ table {



<h4 id=fragment-identifiers><span class=secno>10.4.10 </span>Fragment identifiers</h4>
<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
Expand All @@ -56190,7 +56179,21 @@ table {

<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>
<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;
Expand Down Expand Up @@ -56278,6 +56281,17 @@ target element as follows:
are case-insensitive, as well as saying which attribute values must
be compared case-insensitively.</p>

<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>
Expand Down

0 comments on commit 6831e41

Please sign in to comment.