Skip to content

Commit

Permalink
[e] (0) Filling in the rendering section: adding placeholders for fut…
Browse files Browse the repository at this point in the history
…ure text.

git-svn-id: http://svn.whatwg.org/webapps@2739 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 2, 2009
1 parent ab68b1f commit 6bf51d9
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 49 deletions.
133 changes: 103 additions & 30 deletions index
Expand Up @@ -1042,13 +1042,15 @@
<ol>
<li><a href=#the-title-attribute-0><span class=secno>10.4.1 </span>The <code title=attr-title>title</code> attribute</a></li>
<li><a href=#form-controls-and-widgets><span class=secno>10.4.2 </span>Form controls and widgets</a></li>
<li><a href=#the-marquee-element><span class=secno>10.4.3 </span>The <code>marquee</code> element</a></li>
<li><a href=#the-hr-element-0><span class=secno>10.4.4 </span>The <code>hr</code> element</a></li>
<li><a href=#frames><span class=secno>10.4.5 </span>Frames</a></ol></li>
<li><a href=#other><span class=secno>10.5 </span>Other</a></li>
<li><a href=#rendering-and-menus/toolbars><span class=secno>10.6 </span>Rendering and menus/toolbars</a>
<ol>
<li><a href="#the-'icon'-property"><span class=secno>10.6.1 </span>The 'icon' property</a></ol></ol></li>
<li><a href=#the-datagrid-element><span class=secno>10.4.3 </span>The <code>datagrid</code> element</a></li>
<li><a href=#rendering-and-menus/toolbars><span class=secno>10.4.4 </span>Rendering and menus/toolbars</a>
<ol>
<li><a href="#the-'icon'-property"><span class=secno>10.4.4.1 </span>The 'icon' property</a></ol></li>
<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></ol></li>
<li><a href=#other><span class=secno>10.5 </span>Other</a></ol></li>
<li><a href=#obsolete-features><span class=secno>11 </span>Obsolete features</a>
<ol>
<li><a href=#self-contained-features-0><span class=secno>11.1 </span>Self-contained features</a>
Expand Down Expand Up @@ -55788,6 +55790,8 @@ td, th { display: table-cell; }

li { display: list-item; }</pre>

<!-- XXX ruby, rt, rp -->

<!-- del, ins, and map are inline. -->

<p>For the purposes of the CSS table model, the <code><a href=#the-col-element>col</a></code>
Expand Down Expand Up @@ -55891,23 +55895,29 @@ sub, sup { line-height: normal; }
:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }
table { border-color: gray; }
thead, tbody, tfoot, tr { border-color: inherit; }</pre>

<p>The <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>,
<hr><p>The <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>,
and <code><a href=#the-section-element>section</a></code> elements are expected to affect the styling
of <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code> elements, based on the nesting depth. If <var title="">x</var> is a selector that matches elements that are either
<code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>, or
<code><a href=#the-section-element>section</a></code> elements, then the following rules capture what
is expected:</p>

<!-- XXX this is better than http://damowmow.com/temp/sectioning.css
but it's still not optimal... -->
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre>

<hr><p class=XXX>Need to define the content attributes of BODY in
terms of CSS or something.</p>



<h4 id=punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</h4>
Expand Down Expand Up @@ -56010,23 +56020,103 @@ table {

<h4 id=form-controls-and-widgets><span class=secno>10.4.2 </span>Form controls and widgets</h4>

<p>User agents are expected to style form controls and widgets
exposed by <a href=#html-elements>HTML elements</a> in line with platform
conventions. However, to enable pages to be rendered in a somewhat
consistent manner across different platforms, this section describes
some characteristics that these elements are expected to share
regardless of the platform.</p>

<dl><dt><code><a href=#the-details-element>details</a></code></dt>

<dd>

<p></p>

</dd>


<dt><code><a href=#the-fieldset-element>fieldset</a></code></dt>

<dd>

<p></p>

</dd>


<dt><code><a href=#the-input-element>input</a></code> ...</dt> <!-- XXX types; size attribute -->

<dd>

<p></p>

</dd>


<dt><code><a href=#the-meter-element>meter</a></code></dt>

<dd>

<p></p>

</dd>


<dt><code><a href=#the-progress-element>progress</a></code></dt>

<dd>

<p></p>

</dd>


<!-- XXX button, select, textarea, bb -->


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



<h4 id=the-datagrid-element><span class=secno>10.4.3 </span>The <code><a href=#datagrid>datagrid</a></code> element</h4>

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



<h4 id=rendering-and-menus/toolbars><span class=secno>10.4.4 </span>Rendering and menus/toolbars</h4>

<h5 id="the-'icon'-property"><span class=secno>10.4.4.1 </span>The 'icon' property</h5>

<p>UAs should use the command's Icon as the default generic icon
provided by the user agent when the 'icon' property computes to
'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.</p>



<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>...</p>



<h4 id=the-marquee-element><span class=secno>10.4.3 </span>The <code><a href=#the-marquee-element-0>marquee</a></code> element</h4>
<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>...</p>



<h4 id=the-hr-element-0><span class=secno>10.4.4 </span>The <code><a href=#the-hr-element>hr</a></code> element</h4>
<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>...</p>



<h4 id=frames><span class=secno>10.4.5 </span>Frames</h4>
<h4 id=frames><span class=secno>10.4.8 </span>Frames</h4>

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

Expand All @@ -56036,9 +56126,8 @@ table {

<!-- XXX

section { }
mark { }
/* ... */
figure/legend
iframe, embed, object, applet, video, audio, canvas

Default UI
link: click
Expand Down Expand Up @@ -56175,22 +56264,6 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
are case-insensitive, as well as saying which attribute values must
be compared case-insensitively.</p>

<p class=XXX>Need to define the content attributes of BODY in
terms of CSS or something.</p>



<h3 id=rendering-and-menus/toolbars><span class=secno>10.6 </span>Rendering and menus/toolbars</h3>

<h4 id="the-'icon'-property"><span class=secno>10.6.1 </span>The 'icon' property</h4>

<p>UAs should use the command's Icon as the default generic icon
provided by the user agent when the 'icon' property computes to
'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.</p>



<h2 id=obsolete-features><span class=secno>11 </span>Obsolete features</h2>
Expand Down
118 changes: 99 additions & 19 deletions source
Expand Up @@ -61005,6 +61005,8 @@ td, th { display: table-cell; }

li { display: list-item; }</pre>

<!-- XXX ruby, rt, rp -->

<!-- del, ins, and map are inline. -->

<p>For the purposes of the CSS table model, the <code>col</code>
Expand Down Expand Up @@ -61111,9 +61113,12 @@ sub, sup { line-height: normal; }
:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }
table { border-color: gray; }
thead, tbody, tfoot, tr { border-color: inherit; }</pre>

<hr>

<p>The <code>article</code>, <code>aside</code>, <code>nav</code>,
and <code>section</code> elements are expected to affect the styling
of <code>h1</code> elements, based on the nesting depth. If <var
Expand All @@ -61122,13 +61127,20 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<code>section</code> elements, then the following rules capture what
is expected:</p>

<!-- XXX this is better than http://damowmow.com/temp/sectioning.css
but it's still not optimal... -->
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre>

<hr>

<p class="XXX">Need to define the content attributes of BODY in
terms of CSS or something.</p>



<h4>Punctuation and decorations</h4>
Expand Down Expand Up @@ -61232,10 +61244,89 @@ table {

<h4>Form controls and widgets</h4>

<p>User agents are expected to style form controls and widgets
exposed by <span>HTML elements</span> in line with platform
conventions. However, to enable pages to be rendered in a somewhat
consistent manner across different platforms, this section describes
some characteristics that these elements are expected to share
regardless of the platform.</p>

<dl>


<dt><code>details</code></dt>

<dd>

<p></p>

</dd>


<dt><code>fieldset</code></dt>

<dd>

<p></p>

</dd>


<dt><code>input</code> ...</dt> <!-- XXX types; size attribute -->

<dd>

<p></p>

</dd>


<dt><code>meter</code></dt>

<dd>

<p></p>

</dd>


<dt><code>progress</code></dt>

<dd>

<p></p>

</dd>


<!-- XXX button, select, textarea, bb -->


</dl>

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



<h4>The <code>datagrid</code> element</h4>

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



<h4>Rendering and menus/toolbars</h4>

<h5>The 'icon' property</h5>

<p>UAs should use the command's Icon as the default generic icon
provided by the user agent when the 'icon' property computes to
'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.</p>



<h4>The <code>marquee</code> element</h4>

<p class="XXX">...</p>
Expand All @@ -61248,6 +61339,12 @@ table {



<h4>The <code>br</code> element</h4>

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



<h4>Frames</h4>

<p class="XXX">...</p>
Expand All @@ -61258,9 +61355,8 @@ table {

<!-- XXX

section { }
mark { }
/* ... */
figure/legend
iframe, embed, object, applet, video, audio, canvas

Default UI
link: click
Expand Down Expand Up @@ -61397,22 +61493,6 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
are case-insensitive, as well as saying which attribute values must
be compared case-insensitively.</p>

<p class="XXX">Need to define the content attributes of BODY in
terms of CSS or something.</p>



<h3>Rendering and menus/toolbars</h3>

<h4>The 'icon' property</h4>

<p>UAs should use the command's Icon as the default generic icon
provided by the user agent when the 'icon' property computes to
'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.</p>



<h2>Obsolete features</h2>
Expand Down

0 comments on commit 6bf51d9

Please sign in to comment.