[html5] r2746 - [e] (0) Filling in the rendering section: research for placeholders
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 3 03:10:28 PST 2009
Author: ianh
Date: 2009-02-03 03:10:27 -0800 (Tue, 03 Feb 2009)
New Revision: 2746
Modified:
index
source
Log:
[e] (0) Filling in the rendering section: research for placeholders
Modified: index
===================================================================
--- index 2009-02-03 07:36:25 UTC (rev 2745)
+++ index 2009-02-03 11:10:27 UTC (rev 2746)
@@ -55906,7 +55906,8 @@
<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"> -->
+ <!-- <tr/td/th/col/etc align="left|right|center/absmiddle|char|justify"> -->
+ <!-- <col width=int/% align=^ valign="top|middle|bottom|baseline" span=n char=? charoff=?> -->
<h4 id=fonts-and-colors><span class=secno>10.3.5 </span>Fonts and colors</h4>
@@ -56013,7 +56014,7 @@
for the locales and languages understood by the user are expected to
be present.</p>
- <!-- XXX <li> type, value -->
+ <!-- XXX <ol>/<ul> type (1|a|A|i|I|disc|circle/round|square), start (n); <li> type (A|a|I|i|1|disc|circle/round|square), value (n) -->
<hr><p class=XXX>...tables...</p>
<!-- rules/layout/frames -->
@@ -56050,7 +56051,7 @@
<p class=XXX>...</p>
- <!-- img, iframe, embed, object, applet, video, audio, canvas -->
+ <!-- applet, audio, canvas, embed, iframe, img, input type=image, object, video -->
<!-- <code>input</code> elements whose <code title="attr-input-type">type</code> attribute is in the <span title="attr-input-type-image">Image Button</span> state -->
<!--
@@ -56076,6 +56077,7 @@
<h4 id=frames><span class=secno>10.4.3 </span>Frames</h4>
<p class=XXX>...</p>
+ <!-- <frame>: bordercolor; frameborder (yes/1|no/0); marginwidth, marginheight (int/%); scrolling (yes/on/scroll|no/off/noscroll|auto) -->
Modified: source
===================================================================
--- source 2009-02-03 07:36:25 UTC (rev 2745)
+++ source 2009-02-03 11:10:27 UTC (rev 2746)
@@ -61102,7 +61102,8 @@
<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"> -->
+ <!-- <tr/td/th/col/etc align="left|right|center/absmiddle|char|justify"> -->
+ <!-- <col width=int/% align=^ valign="top|middle|bottom|baseline" span=n char=? charoff=?> -->
<h4>Fonts and colors</h4>
@@ -61216,7 +61217,7 @@
for the locales and languages understood by the user are expected to
be present.</p>
- <!-- XXX <li> type, value -->
+ <!-- XXX <ol>/<ul> type (1|a|A|i|I|disc|circle/round|square), start (n); <li> type (A|a|I|i|1|disc|circle/round|square), value (n) -->
<hr>
@@ -61255,7 +61256,7 @@
<p class="XXX">...</p>
- <!-- img, iframe, embed, object, applet, video, audio, canvas -->
+ <!-- applet, audio, canvas, embed, iframe, img, input type=image, object, video -->
<!-- <code>input</code> elements whose <code title="attr-input-type">type</code> attribute is in the <span title="attr-input-type-image">Image Button</span> state -->
<!--
@@ -61281,6 +61282,7 @@
<h4>Frames</h4>
<p class="XXX">...</p>
+ <!-- <frame>: bordercolor; frameborder (yes/1|no/0); marginwidth, marginheight (int/%); scrolling (yes/on/scroll|no/off/noscroll|auto) -->
More information about the Commit-Watchers
mailing list