Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Filling in the rendering section: more research for placeholders
git-svn-id: http://svn.whatwg.org/webapps@2748 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2009
1 parent 0ae4788 commit c30e66c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 19 deletions.
34 changes: 24 additions & 10 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; 3 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down Expand Up @@ -55887,7 +55887,9 @@ img[align=right] { margin-left: 3px; }</pre>
<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>
Expand All @@ -55912,11 +55914,11 @@ th { text-align: center; }</pre>
<!-- 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 -->



Expand Down Expand Up @@ -55969,6 +55971,18 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<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>

Expand All @@ -55982,8 +55996,9 @@ blink { text-decoration: blink; }
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; }

Expand Down Expand Up @@ -56031,7 +56046,6 @@ bdo[dir] { unicode-bidi: bidi-override; }</pre>

<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>
Expand Down Expand Up @@ -56070,7 +56084,7 @@ table {
<!--
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
Expand Down
34 changes: 25 additions & 9 deletions source
Expand Up @@ -61083,7 +61083,9 @@ img[align=right] { margin-left: 3px; }</pre>
<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>
Expand All @@ -61110,11 +61112,11 @@ th { text-align: center; }</pre>
<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 -->



Expand Down Expand Up @@ -61176,6 +61178,20 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<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>

Expand All @@ -61189,8 +61205,9 @@ blink { text-decoration: blink; }
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; }

Expand Down Expand Up @@ -61240,7 +61257,6 @@ bdo[dir] { unicode-bidi: bidi-override; }</pre>

<p class="XXX">...tables...</p>
<!-- table: rules/layout/frames -->
<!-- td/th: nowrap -->


<h4>Resetting rules for inherited properties</h4>
Expand Down Expand Up @@ -61279,7 +61295,7 @@ table {
<!--
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
Expand Down

0 comments on commit c30e66c

Please sign in to comment.