html5/spec Overview.html,1.5336,1.5337

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

Modified Files:
	Overview.html 
Log Message:
Remove the incredibly vague and complicated requirement that UAs provide localised quote rules. (whatwg r6655)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5336
retrieving revision 1.5337
diff -u -d -r1.5336 -r1.5337
--- Overview.html	7 Oct 2011 22:31:39 -0000	1.5336
+++ Overview.html	7 Oct 2011 22:36:18 -0000	1.5337
@@ -64622,6 +64622,7 @@
 del, s, strike { text-decoration: line-through; }
 blink { text-decoration: blink; }
 
+:root { quotes: '"' '"'; }
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
@@ -64646,11 +64647,9 @@
   expected to render parentheses around the text of <code><a href="#the-rt-element">rt</a></code>
   elements in the absence of <code><a href="#the-rp-element">rp</a></code> elements.</p>
 
-  <p>Rules setting the 'quotes' property appropriately for the locales
-  and languages understood by the user are expected to be present.</p>
-
-  <p class="note">CSS can also be used by authors to change the
-  quotation marks used using the 'quotes' property. <a href="#refsCSS">[CSS]</a></p>
+  <p class="critical">It is highly likely that the style rules above
+  will be dramatically expanded in the near future to include
+  suggested quote style rules for a variety of languages.</p>
 
   <hr><p>User agents are expected to
   support the 'clear' property on inline elements (in order to render

Received on Friday, 7 October 2011 22:36:30 UTC