spec/Overview.html 1.1925 2755 Filling in the rendering section: change

Filling in the rendering section: change to a style for @namespace that
i'm less likely to screw up all the time. (whatwg r2755)

10.2 Hidden elements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#hidden-elements
10.3.7 Resetting rules for inherited properties
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#resetting-rules-for-inherited-properties
container frame element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#container-frame-element
10.1 Introduction
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#introduction-8
10.3.5 Fonts and colors
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#fonts-and-colors
10.3.6 Punctuation and decorations
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1925.html#punctuation-and-decorations

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1924&r2=1.1925&f=h
http://html5.org/tools/web-apps-tracker?from=2754&to=2755

===================================================================
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:56:50 UTC