[html5] r2748 - [e] (0) Filling in the rendering section: more research for placeholders
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 3 16:32:28 PST 2009
Author: ianh
Date: 2009-02-03 16:32:27 -0800 (Tue, 03 Feb 2009)
New Revision: 2748
Modified:
index
source
Log:
[e] (0) Filling in the rendering section: more research for placeholders
Modified: index
===================================================================
--- index 2009-02-03 12:57:21 UTC (rev 2747)
+++ index 2009-02-04 00:32:27 UTC (rev 2748)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 3 February 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 4 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>
@@ -55887,9 +55887,11 @@
<hr><p class=XXX>...tables...</p>
<!-- cellspacing, cellpadding, height, width* (int/%; *width=0 => width:auto); <table hspace/vspace> (int); <table cols>; <table border> (border => border=1); -->
<!-- td/th width height: 0=>auto; %=>%; n=>px -->
+ <!-- col width=int/% span=n -->
+ <!-- tbody/thead/tfoot height=int/% (ignore %?) -->
+ <!-- tr height=int/% -->
-
<h4 id=alignment><span class=secno>10.3.4 </span>Alignment</h4>
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -55912,11 +55914,11 @@
<!-- XXX <div/h1-h6/p align="left|right|center/middle|justify"> -->
<hr><p class=XXX>...tables...</p>
- <!-- table align="left|right|center/abscenter/absmiddle/middle|char|justify" -->
- <!-- tr/td/th/col/ align="left|right|center/absmiddle|char|justify" -->
- <!-- td/th/col/ valign="top|middle|bottom|baseline" -->
- <!-- td/th/col/ ch=? charoff=n>0 -->
- <!-- col width=int/% span=n -->
+ <!-- table align="left|right|center/abscenter/absmiddle/middle|char|justify" -->
+ <!-- caption align="left|right|top|bottom" caption-side -->
+ <!-- tr/td/th/col/tbody/thead/tfoot align="left|right|center/absmiddle|char|justify" -->
+ <!-- tr/td/th/col/tbody/thead/tfoot valign="top|middle|bottom|baseline" -->
+ <!-- tr/td/th/col/tbody/thead/tfoot ch=? charoff=n>0 -->
@@ -55969,7 +55971,19 @@
<hr><p class=XXX>...tables...</p>
<!-- table: bordercolor -->
+ <hr><p class=XXX>...font...</p>
+ <!-- face=>font-family -->
+ <!-- pointsize=>font-size as pt if present;
+ otherwise size=>font-size as follows:
+ int <0: as x-small
+ int >7: as xx-large
+ 1,2,3,4,5,6: as x-small,small,medium,large,x-large,xx-large; quirks offsets by one?
+ -6 .. -0 +0 .. +6: add to <basefont size> and treat as above?
+ what values should x-small..xx-large have?
+ -->
+ <!-- color -->
+
<h4 id=punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</h4>
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -55982,8 +55996,9 @@
q:before { content: open-quote; }
q:after { content: close-quote; }
-nobr { white-space: nowrap; }
+nobr, td[nowrap], th[nowrap] { white-space: nowrap; }
listing, plaintext, pre, xmp { white-space: pre; }
+pre[wrap] { white-space: pre-wrap; }
ol { list-style-type: decimal; }
@@ -56031,7 +56046,6 @@
<hr><p class=XXX>...tables...</p>
<!-- table: rules/layout/frames -->
- <!-- td/th: nowrap -->
<h4 id=resetting-rules-for-inherited-properties><span class=secno>10.3.7 </span>Resetting rules for inherited properties</h4>
@@ -56070,7 +56084,7 @@
<!--
iframe:
width, height = as <img>; frameborder, scrolling=as <frame>; align=as <img>; marginheight, marginwidth (int/%) (=?)
- img, input type=image:
+ img, input type=image, object:
width, height (int/%); hspace, vspace => margins (int/%); border (int>=0) => border-width, with border-style: solid;
align (left=float:left|right=float:right|top=v-a:t|bottom/baseline=v-a:b|center/middle=[1]|texttop=v-a:tt|absmiddle/abscenter=v-a:m|absbottom=v-a:b)
[1] = position vertical middle with parent baseline
Modified: source
===================================================================
--- source 2009-02-03 12:57:21 UTC (rev 2747)
+++ source 2009-02-04 00:32:27 UTC (rev 2748)
@@ -61083,9 +61083,11 @@
<p class="XXX">...tables...</p>
<!-- cellspacing, cellpadding, height, width* (int/%; *width=0 => width:auto); <table hspace/vspace> (int); <table cols>; <table border> (border => border=1); -->
<!-- td/th width height: 0=>auto; %=>%; n=>px -->
+ <!-- col width=int/% span=n -->
+ <!-- tbody/thead/tfoot height=int/% (ignore %?) -->
+ <!-- tr height=int/% -->
-
<h4>Alignment</h4>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61110,11 +61112,11 @@
<hr>
<p class="XXX">...tables...</p>
- <!-- table align="left|right|center/abscenter/absmiddle/middle|char|justify" -->
- <!-- tr/td/th/col/ align="left|right|center/absmiddle|char|justify" -->
- <!-- td/th/col/ valign="top|middle|bottom|baseline" -->
- <!-- td/th/col/ ch=? charoff=n>0 -->
- <!-- col width=int/% span=n -->
+ <!-- table align="left|right|center/abscenter/absmiddle/middle|char|justify" -->
+ <!-- caption align="left|right|top|bottom" caption-side -->
+ <!-- tr/td/th/col/tbody/thead/tfoot align="left|right|center/absmiddle|char|justify" -->
+ <!-- tr/td/th/col/tbody/thead/tfoot valign="top|middle|bottom|baseline" -->
+ <!-- tr/td/th/col/tbody/thead/tfoot ch=? charoff=n>0 -->
@@ -61176,7 +61178,21 @@
<p class="XXX">...tables...</p>
<!-- table: bordercolor -->
+ <hr>
+ <p class="XXX">...font...</p>
+ <!-- face=>font-family -->
+ <!-- pointsize=>font-size as pt if present;
+ otherwise size=>font-size as follows:
+ int <0: as x-small
+ int >7: as xx-large
+ 1,2,3,4,5,6: as x-small,small,medium,large,x-large,xx-large; quirks offsets by one?
+ -6 .. -0 +0 .. +6: add to <basefont size> and treat as above?
+ what values should x-small..xx-large have?
+ -->
+ <!-- color -->
+
+
<h4>Punctuation and decorations</h4>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61189,8 +61205,9 @@
q:before { content: open-quote; }
q:after { content: close-quote; }
-nobr { white-space: nowrap; }
+nobr, td[nowrap], th[nowrap] { white-space: nowrap; }
listing, plaintext, pre, xmp { white-space: pre; }
+pre[wrap] { white-space: pre-wrap; }
ol { list-style-type: decimal; }
@@ -61240,7 +61257,6 @@
<p class="XXX">...tables...</p>
<!-- table: rules/layout/frames -->
- <!-- td/th: nowrap -->
<h4>Resetting rules for inherited properties</h4>
@@ -61279,7 +61295,7 @@
<!--
iframe:
width, height = as <img>; frameborder, scrolling=as <frame>; align=as <img>; marginheight, marginwidth (int/%) (=?)
- img, input type=image:
+ img, input type=image, object:
width, height (int/%); hspace, vspace => margins (int/%); border (int>=0) => border-width, with border-style: solid;
align (left=float:left|right=float:right|top=v-a:t|bottom/baseline=v-a:b|center/middle=[1]|texttop=v-a:tt|absmiddle/abscenter=v-a:m|absbottom=v-a:b)
[1] = position vertical middle with parent baseline
More information about the Commit-Watchers
mailing list