Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Mentioned CSS 'quotes'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13414

git-svn-id: http://svn.whatwg.org/webapps@6394 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2011
1 parent b8b6868 commit afb80eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -92500,6 +92500,9 @@ <h4 id=phrasing-content-1><span class=secno>15.3.4 </span>Phrasing content</h4>
<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>

<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
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -87947,6 +87947,9 @@ br[clear=all], br[clear=both] { clear: both; } /* <a href=#case-insensitive-sele
<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>

<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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -104820,6 +104820,10 @@ br[clear=all], br[clear=both] { clear: both; } /* <a href="#case-insensitive-sel
<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>

<hr>

<p>User agents are expected to
Expand Down

0 comments on commit afb80eb

Please sign in to comment.