[html5] r6655 - [giow] (0) Remove the incredibly vague and complicated requirement that UAs prov [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 7 15:33:10 PDT 2011


Author: ianh
Date: 2011-10-07 15:33:09 -0700 (Fri, 07 Oct 2011)
New Revision: 6655

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Remove the incredibly vague and complicated requirement that UAs provide localised quote rules.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13718

Modified: complete.html
===================================================================
--- complete.html	2011-10-07 22:28:29 UTC (rev 6654)
+++ complete.html	2011-10-07 22:33:09 UTC (rev 6655)
@@ -92814,6 +92814,7 @@
 del, s, strike { text-decoration: line-through; }
 blink { text-decoration: blink; }
 
+:root { quotes: '"' '"'; }
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
@@ -92838,12 +92839,10 @@
   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=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>
 
-  <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>
-
   <hr><p>User agents are expected to
   support the 'clear' property on inline elements (in order to render
   <code><a href=#the-br-element>br</a></code> elements with <code title=attr-br-clear><a href=#attr-br-clear>clear</a></code> attributes) in the manner

Modified: index
===================================================================
--- index	2011-10-07 22:28:29 UTC (rev 6654)
+++ index	2011-10-07 22:33:09 UTC (rev 6655)
@@ -92814,6 +92814,7 @@
 del, s, strike { text-decoration: line-through; }
 blink { text-decoration: blink; }
 
+:root { quotes: '"' '"'; }
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
@@ -92838,12 +92839,10 @@
   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=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>
 
-  <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>
-
   <hr><p>User agents are expected to
   support the 'clear' property on inline elements (in order to render
   <code><a href=#the-br-element>br</a></code> elements with <code title=attr-br-clear><a href=#attr-br-clear>clear</a></code> attributes) in the manner

Modified: source
===================================================================
--- source	2011-10-07 22:28:29 UTC (rev 6654)
+++ source	2011-10-07 22:33:09 UTC (rev 6655)
@@ -105194,6 +105194,7 @@
 del, s, strike { text-decoration: line-through; }
 blink { text-decoration: blink; }
 
+:root { quotes: '"' '"'; }
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
@@ -105219,13 +105220,10 @@
   expected to render parentheses around the text of <code>rt</code>
   elements in the absence of <code>rp</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="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>
 
-  <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>
-
   <hr>
 
   <p>User agents are expected to




More information about the Commit-Watchers mailing list