html5/spec rendering.html,1.103,1.104 spec.html,1.1605,1.1606

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv504

Modified Files:
	rendering.html spec.html 
Log Message:
Require non-CSS UAs to honour the default style sheet too. (whatwg r6415)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- rendering.html	9 Aug 2011 23:46:25 -0000	1.103
+++ rendering.html	11 Aug 2011 03:46:31 -0000	1.104
@@ -388,6 +388,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="references.html#refsCSS">[CSS]</a> <a href="references.html#refsUNICODE">[UNICODE]</a> <a href="references.html#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>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1605
retrieving revision 1.1606
diff -u -d -r1.1605 -r1.1606
--- spec.html	11 Aug 2011 02:46:25 -0000	1.1605
+++ spec.html	11 Aug 2011 03:46:31 -0000	1.1606
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5119.
+This is revision 1.5120.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 11 August 2011 03:46:34 UTC