Skip to content

Commit

Permalink
[e] (0) Filling in the rendering section: table placeholders; content…
Browse files Browse the repository at this point in the history
…editable placeholder

git-svn-id: http://svn.whatwg.org/webapps@2745 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2009
1 parent 155ade9 commit 4dfcfb8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
22 changes: 20 additions & 2 deletions index
Expand Up @@ -1073,7 +1073,8 @@
<ol>
<li><a href=#hit-testing><span class=secno>10.5.1 </span>Hit testing</a></li>
<li><a href=#links-0><span class=secno>10.5.2 </span>Links</a></li>
<li><a href=#the-mark-element-0><span class=secno>10.5.3 </span>The <code>mark</code> element</a></ol></li>
<li><a href=#the-mark-element-0><span class=secno>10.5.3 </span>The <code>mark</code> element</a></li>
<li><a href=#the-contenteditable-attribute><span class=secno>10.5.4 </span>The <code title=attr-contenteditable>contenteditable</code> attribute</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 @@ -55878,6 +55879,9 @@ img[align=right] { margin-left: 3px; }</pre>
bottom of the initial containing block are expected to be collapsed
to zero.</p>

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


<h4 id=alignment><span class=secno>10.3.4 </span>Alignment</h4>

Expand All @@ -55900,6 +55904,10 @@ 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/etc align="left|right|center/absmiddle|char|justify"> -->


<h4 id=fonts-and-colors><span class=secno>10.3.5 </span>Fonts and colors</h4>

Expand Down Expand Up @@ -55944,7 +55952,8 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<hr><p class=XXX>Need to define the content attributes of BODY in
terms of CSS or something.</p>

xxxxx
<hr><p class=XXX>...tables...</p>
<!-- <table bgcolor bordercolor> -->


<h4 id=punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</h4>
Expand Down Expand Up @@ -56006,6 +56015,9 @@ bdo[dir] { unicode-bidi: bidi-override; }</pre>

<!-- XXX <li> type, value -->

<hr><p class=XXX>...tables...</p>
<!-- rules/layout/frames -->



<h4 id=resetting-rules-for-inherited-properties><span class=secno>10.3.7 </span>Resetting rules for inherited properties</h4>
Expand Down Expand Up @@ -56333,6 +56345,12 @@ target element as follows:



<h4 id=the-contenteditable-attribute><span class=secno>10.5.4 </span>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute</h4>

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



<h3 id=print-media><span class=secno>10.6 </span>Print media</h3>

<p class=XXX> must define letting the user "<dfn id=obtain-a-physical-form>obtain a
Expand Down
27 changes: 26 additions & 1 deletion source
Expand Up @@ -61071,6 +61071,11 @@ img[align=right] { margin-left: 3px; }</pre>
bottom of the initial containing block are expected to be collapsed
to zero.</p>

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


<h4>Alignment</h4>

Expand All @@ -61093,6 +61098,12 @@ 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/etc align="left|right|center/absmiddle|char|justify"> -->


<h4>Fonts and colors</h4>

Expand Down Expand Up @@ -61142,7 +61153,10 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<p class="XXX">Need to define the content attributes of BODY in
terms of CSS or something.</p>

xxxxx
<hr>

<p class="XXX">...tables...</p>
<!-- <table bgcolor bordercolor> -->


<h4>Punctuation and decorations</h4>
Expand Down Expand Up @@ -61204,6 +61218,11 @@ bdo[dir] { unicode-bidi: bidi-override; }</pre>

<!-- XXX <li> type, value -->

<hr>

<p class="XXX">...tables...</p>
<!-- rules/layout/frames -->



<h4>Resetting rules for inherited properties</h4>
Expand Down Expand Up @@ -61560,6 +61579,12 @@ target element as follows:



<h4>The <code title="attr-contenteditable">contenteditable</code> attribute</h4>

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



<h3>Print media</h3>

<p class="XXX"> must define letting the user "<dfn>obtain a
Expand Down

0 comments on commit 4dfcfb8

Please sign in to comment.