spec/Overview.html 1.1918 2748 Filling in the rendering section: more r

Filling in the rendering section: more research for placeholders (whatwg
r2748)

Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#status-of-this-document
10.3.7 Resetting rules for inherited properties
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#resetting-rules-for-inherited-properties
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
10.3.3 Margins and padding
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#margins-and-padding
10.3.5 Fonts and colors
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#fonts-and-colors
10.3.6 Punctuation and decorations
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#punctuation-and-decorations
Editor's Draft 4 February 2009
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#editor-s-draft-date-zzz-9-june-2008
10.4 Self-contained features
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#self-contained-features
10.3.4 Alignment
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1918.html#alignment

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1917&r2=1.1918&f=h
http://html5.org/tools/web-apps-tracker?from=2747&to=2748

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1917
retrieving revision 1.1918
diff -u -d -r1.1917 -r1.1918
--- Overview.html 3 Feb 2009 12:57:26 -0000 1.1917
+++ Overview.html 4 Feb 2009 00:32:34 -0000 1.1918
@@ -10,7 +10,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->3 February 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->4 February 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd>
@@ -99,7 +99,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 3 February 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 4 February 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -46077,7 +46077,7 @@
 img[align=right] { margin-left: 3px; }</pre><p>When a <code>Document</code> is in <a href=#quirks-mode>quirks mode</a>,
   margins on <a href=#html-elements>HTML elements</a> that collapse with the top or
   bottom of the initial containing block are expected to be collapsed
-  to zero.</p><hr><p class=XXX>...body...</p><!-- marginwidth, marginheight --><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 --><h4 id=alignment><span class=secno>10.3.4 </span>Alignment</h4><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
+  to zero.</p><hr><p class=XXX>...body...</p><!-- marginwidth, marginheight --><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><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 thead, tbody, tfoot, table &gt; tr { vertical-align: middle; }
 tr, td, th { vertical-align: inherit; }
@@ -46090,7 +46090,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/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 --><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" --><!-- 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 --><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; }
@@ -46121,7 +46121,14 @@
 <var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
 <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
 <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
-<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre><hr><p class=XXX>...background...</p><!-- body, table, td, th, tbody, tfoot, thead, tr: background (empty string ignored?), bgcolor --><hr><p class=XXX>...body...</p><!--link, vlink, alink, text --><hr><p class=XXX>...tables...</p><!-- table: bordercolor --><h4 id=punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</h4><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
+<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre><hr><p class=XXX>...background...</p><!-- body, table, td, th, tbody, tfoot, thead, tr: background (empty string ignored?), bgcolor --><hr><p class=XXX>...body...</p><!--link, vlink, alink, text --><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><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 :link, :visited, ins, u { text-decoration: underline; }
 abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- XXX CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
@@ -46131,8 +46138,9 @@
 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; }
 
@@ -46172,7 +46180,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 <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><!-- 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><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><!-- table: 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);
@@ -46187,7 +46195,7 @@
 }</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 --><!--
       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

Received on Wednesday, 4 February 2009 00:36:17 UTC