File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,12 +265,26 @@ Centaurs: ... have hoofs
265265
266266<P>So that user agents may handle nested quotation marks in a
267267language-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="<string>"><span
277+ class="value-inst-string"><strong><string></strong></span></span>
278+ <span class="index-inst" title="<string>"><span
279+ class="value-inst-string"><strong><string></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
270283closing). The first (leftmost) pair represents the outermost level of
271284quotation, the second pair the first level of embedding, etc. The user
272285agent must apply the appropriate pair of quotation marks according to
273286the level of embedding.
287+ </dl>
274288
275289<P>Applying the following style sheet:</p>
276290
You can’t perform that action at this time.
0 commit comments