- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Feb 2009 11:10:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8958
Modified Files:
Overview.html
Log Message:
Filling in the rendering section: research for placeholders (whatwg r2746)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1915
retrieving revision 1.1916
diff -u -d -r1.1915 -r1.1916
--- Overview.html 3 Feb 2009 07:36:31 -0000 1.1915
+++ Overview.html 3 Feb 2009 11:10:32 -0000 1.1916
@@ -46088,7 +46088,7 @@
expected to center text within themselves, as if they had their
'text-align' property set to 'center', and to center blocks and
tables within them, as their descendants had their horizontal
- margins set to 'auto'.</p><!-- 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);
+ margins set to 'auto'.</p><!-- 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/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><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
address, cite, dfn, em, i, var { font-style: italic; }
b, strong, th { font-weight: bold; }
@@ -46171,7 +46171,7 @@
[dir=ltr] { direction: lrt; unicode-bidi: embed; }
bdo[dir] { unicode-bidi: bidi-override; }</pre><p>In addition, rules setting the 'quotes' property appropriately
for the locales and languages understood by the user are expected to
- be present.</p><!-- 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
+ be present.</p><!-- 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 --><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
certain properties to block inheritance by default.<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
table { text-indent: initial; }</pre><p>In <a href=#quirks-mode>quirks mode</a>, the following rules are also
expected to apply:<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -46183,7 +46183,7 @@
line-height: initial;
white-space: initial;
text-align: initial;
-}</pre><h3 id=self-contained-features><span class=secno>10.4 </span>Self-contained features</h3><h4 id=embedded-content-1><span class=secno>10.4.1 </span>Embedded content</h4><p class=XXX>...</p><!-- img, iframe, embed, object, applet, video, audio, canvas --><!-- <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 --><!--
+}</pre><h3 id=self-contained-features><span class=secno>10.4 </span>Self-contained features</h3><h4 id=embedded-content-1><span class=secno>10.4.1 </span>Embedded content</h4><p class=XXX>...</p><!-- 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 --><!--
img - how to handle alt text, img in link (no border)... Define
that either the src="" is shown (as an image) or the alt="" is
shown (inline) but should not ever have both at once.
@@ -46192,7 +46192,7 @@
media must, when scrolling a page to a fragment identifier, align
the top of the viewport with the target element's top border
edge.</p><!-- XXX horiz pos given bidi, and not scrolling when not
- required to? --><h4 id=frames><span class=secno>10.4.3 </span>Frames</h4><p class=XXX>...<h4 id=ruby-annotations><span class=secno>10.4.4 </span>Ruby annotations</h4><p class=XXX>...</p><!-- XXX ruby, rt, rp
+ required to? --><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) --><h4 id=ruby-annotations><span class=secno>10.4.4 </span>Ruby annotations</h4><p class=XXX>...</p><!-- XXX ruby, rt, rp
> * note on rt rendering
>
> Since there are a number of documents with ruby but without rp, when you
Received on Tuesday, 3 February 2009 11:10:45 UTC