[html5] r2745 - [e] (0) Filling in the rendering section: table placeholders; contenteditable pl [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 2 23:36:26 PST 2009


Author: ianh
Date: 2009-02-02 23:36:25 -0800 (Mon, 02 Feb 2009)
New Revision: 2745

Modified:
   index
   source
Log:
[e] (0) Filling in the rendering section: table placeholders; contenteditable placeholder

Modified: index
===================================================================
--- index	2009-02-03 06:13:03 UTC (rev 2744)
+++ index	2009-02-03 07:36:25 UTC (rev 2745)
@@ -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>
@@ -55878,7 +55879,10 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -55900,7 +55904,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/etc align="left|right|center/absmiddle|char|justify"> -->
 
+
   <h4 id=fonts-and-colors><span class=secno>10.3.5 </span>Fonts and colors</h4>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -55944,7 +55952,8 @@
   <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>
@@ -56006,8 +56015,11 @@
 
   <!-- 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>
 
   <p>The following rules are also expected to be in play, resetting
@@ -56333,6 +56345,12 @@
 
 
 
+  <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

Modified: source
===================================================================
--- source	2009-02-03 06:13:03 UTC (rev 2744)
+++ source	2009-02-03 07:36:25 UTC (rev 2745)
@@ -61071,7 +61071,12 @@
   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>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61093,7 +61098,13 @@
 
   <!-- 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>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61142,9 +61153,12 @@
   <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>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61204,8 +61218,13 @@
 
   <!-- XXX <li> type, value -->
 
+  <hr>
 
+  <p class="XXX">...tables...</p>
+  <!-- rules/layout/frames -->
 
+
+
   <h4>Resetting rules for inherited properties</h4>
 
   <p>The following rules are also expected to be in play, resetting
@@ -61560,6 +61579,12 @@
 
 
 
+  <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




More information about the Commit-Watchers mailing list