hixie: Require non-CSS UAs to honour the default style sheet too. (whatwg r6415)

hixie: Require non-CSS UAs to honour the default style sheet too.
(whatwg r6415)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5119&r2=1.5120&f=h
http://html5.org/tools/web-apps-tracker?from=6414&to=6415

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5119
retrieving revision 1.5120
diff -u -d -r1.5119 -r1.5120
--- Overview.html 11 Aug 2011 02:33:55 -0000 1.5119
+++ Overview.html 11 Aug 2011 02:56:38 -0000 1.5120
@@ -63736,6 +63736,14 @@
   element is not <a href="#being-rendered">being rendered</a>, though this might be
   overridden by the style sheets.</p>
 
+  <hr><p>User agents that do not honor author-level CSS style sheets are
+  nonetheless expected to act as if they applied the CSS rules given
+  in these sections in a manner consistent with this specification and
+  the relevant CSS and Unicode specifications. <a href="#refsCSS">[CSS]</a> <a href="#refsUNICODE">[UNICODE]</a> <a href="#refsBIDI">[BIDI]</a></p>
+
+  <p class="note">This is especially important for issues relating to
+  the 'display', 'unicode-bidi', and 'direction' properties.</p>
+
 
 
   <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">10.2 </span>The CSS user agent style sheet and presentational hints</h3>

Received on Thursday, 11 August 2011 02:56:56 UTC