Skip to content

Commit 1e97587

Browse files
committed
[css2] Added none value to quotes property, other minor changes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40939
1 parent 58e5d03 commit 1e97587

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

css2/generate.src

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,26 @@ Centaurs: ... have hoofs
265265

266266
<P>So that user agents may handle nested quotation marks in a
267267
language-dependent way, CSS provides the <span
268-
class="propinst-quotes">'quotes'</span> property. The value of this
269-
property is a list of pairs of quotation marks (opening and
268+
class="propinst-quotes">'quotes'</span> property. Values have
269+
the following meanings:</p>
270+
271+
<dl>
272+
<dt><strong>none</strong>
273+
<dd>The 'open-quote' and 'close-quote' values of the
274+
<span class="propinst-content">'content'</span> property
275+
produce no quotations marks.
276+
<dt>[<span class="index-inst" title="&lt;string&gt;"><span
277+
class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
278+
&nbsp;<span class="index-inst" title="&lt;string&gt;"><span
279+
class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>]+
280+
<dd>Values for the 'open-quote' and 'close-quote' values of the
281+
<span class="propinst-content">'content'</span> property are taken
282+
from this list of pairs of quotation marks (opening and
270283
closing). The first (leftmost) pair represents the outermost level of
271284
quotation, the second pair the first level of embedding, etc. The user
272285
agent must apply the appropriate pair of quotation marks according to
273286
the level of embedding.
287+
</dl>
274288

275289
<P>Applying the following style sheet:</p>
276290

0 commit comments

Comments
 (0)