Skip to content

Commit

Permalink
[giow] (0) Remove the incredibly vague and complicated requirement th…
Browse files Browse the repository at this point in the history
…at UAs provide localised quote rules.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13718

git-svn-id: http://svn.whatwg.org/webapps@6655 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 7, 2011
1 parent 8226f21 commit 1c46dce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -92814,6 +92814,7 @@ <h4 id=phrasing-content-1><span class=secno>15.3.4 </span>Phrasing content</h4>
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:root { quotes: '"' '"'; }
q::before { content: open-quote; }
q::after { content: close-quote; }

Expand All @@ -92838,11 +92839,9 @@ <h4 id=phrasing-content-1><span class=secno>15.3.4 </span>Phrasing content</h4>
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
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -92814,6 +92814,7 @@ ins, u { text-decoration: underline; }
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:root { quotes: '"' '"'; }
q::before { content: open-quote; }
q::after { content: close-quote; }

Expand All @@ -92838,11 +92839,9 @@ br[clear=all], br[clear=both] { clear: both; } /* <a href=#case-insensitive-sele
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
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -105194,6 +105194,7 @@ ins, u { text-decoration: underline; }
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:root { quotes: '"' '"'; }
q::before { content: open-quote; }
q::after { content: close-quote; }

Expand All @@ -105219,12 +105220,9 @@ br[clear=all], br[clear=both] { clear: both; } /* <a href="#case-insensitive-sel
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="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>

Expand Down

0 comments on commit 1c46dce

Please sign in to comment.