- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Feb 2009 12:53:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5053 Modified Files: Overview.html Log Message: Filling in the rendering section: change to a style for @namespace that i'm less likely to screw up all the time. (whatwg r2755) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1924 retrieving revision 1.1925 diff -u -d -r1.1924 -r1.1925 --- Overview.html 4 Feb 2009 12:51:36 -0000 1.1924 +++ Overview.html 4 Feb 2009 12:52:58 -0000 1.1925 @@ -46100,6 +46100,7 @@ language). User agents are encouraged to adapt the suggestions in this section to their target media.<h3 id=hidden-elements><span class=secno>10.2 </span>Hidden elements</h3><p>User agents are expected to use the following styles in all media.<pre class=css>@namespace url(http://www.w3.org/1999/xhtml); + [hidden], area, audio:not([controls]), base, basefont, command, datalist, eventsource, head, input[type=hidden], link, menu[type=context], meta, noembed, noframes, param, script, source, @@ -46233,6 +46234,7 @@ to the dimension property">map to the dimension property</a> 'width' on the element.</p><hr><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); + form { margin-bottom: 1em; } img[align=left] { margin-right: 3px; } img[align=right] { margin-left: 3px; }</pre><p>When a <code>Document</code> is in <a href=#quirks-mode>quirks mode</a>, @@ -46417,6 +46419,7 @@ <code><a href=#the-section-element>section</a></code> elements, then the following rules capture what is expected:</p><!-- XXX this is better than http://damowmow.com/temp/sectioning.css but it's still not optimal... --><pre class=css>@namespace url(http://www.w3.org/1999/xhtml); + <var title="">x</var> h1 { font-size: 1.05em; } <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; } @@ -46749,8 +46752,10 @@ default value of 1px is expected to be used for that property instead.<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); + table { font-weight: initial; font-style: initial;
Received on Wednesday, 4 February 2009 12:53:09 UTC