- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Feb 2009 07:36:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1666 Modified Files: Overview.html Log Message: Filling in the rendering section: table placeholders; contenteditable placeholder (whatwg r2745) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1914 retrieving revision 1.1915 diff -u -d -r1.1914 -r1.1915 --- Overview.html 3 Feb 2009 06:13:08 -0000 1.1914 +++ Overview.html 3 Feb 2009 07:36:31 -0000 1.1915 @@ -996,7 +996,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> @@ -46074,7 +46075,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.<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>...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); thead, tbody, tfoot, table > tr { vertical-align: middle; } tr, td, th { vertical-align: inherit; } @@ -46087,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"> --><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/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); address, cite, dfn, em, i, var { font-style: italic; } b, strong, th { font-weight: bold; } @@ -46119,12 +46120,7 @@ <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>Need to define the content attributes of BODY in - terms of CSS or something.</p> - -xxxxx - - - <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); + terms of CSS or something.</p><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><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 --> @@ -46175,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 --><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 <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 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); @@ -46288,7 +46284,7 @@ - <h4 id=links-0><span class=secno>10.5.2 </span>Links</h4><p class=XXX>...</p><!-- hyperlinks: hover show url; clicks; opening in new browsing contexts --><!-- cite attribute on q, blockquote, ins, del: on hover, show link --><h4 id=the-mark-element-0><span class=secno>10.5.3 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p class=XXX>...</p><!-- being able to cycle through them --><!-- showing them on the scroll bar --><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 + <h4 id=links-0><span class=secno>10.5.2 </span>Links</h4><p class=XXX>...</p><!-- hyperlinks: hover show url; clicks; opening in new browsing contexts --><!-- cite attribute on q, blockquote, ins, del: on hover, show link --><h4 id=the-mark-element-0><span class=secno>10.5.3 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p class=XXX>...</p><!-- being able to cycle through them --><!-- showing them on the scroll bar --><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>...<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 physical form</dfn> (or a representation of a physical form)" of a document (printing) and what this means for the UA, in particular creating a new view for the print media.<h3 id=interaction-with-css><span class=secno>10.7 </span>Interaction with CSS</h3><!-- XXX this should be normative, so we'll have to move it out of
Received on Tuesday, 3 February 2009 07:36:42 UTC