Skip to content

Commit 5bf39a5

Browse files
committed
[css2] Minor fixes, added index entries
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401056
1 parent d8192b7 commit 5bf39a5

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

css2/generate.src

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ to use :before/:after instead. -IJ -->
4949
class="propinst-content">'content'</span> property.
5050

5151
<h2><a name="before-after-content">The</a> <span class="index-def"
52-
title=":before|pseudo-elements:::before">:before</span> and <span
53-
class="index-def" title=":after|pseudo-elements:::after">:after</span>
52+
title=":before|pseudo-elements:::before|before">:before</span> and <span
53+
class="index-def" title=":after|pseudo-elements:::after|after">:after</span>
5454
pseudo elements</h2>
5555

5656
<p>Authors specify the location of generated content with the :before
@@ -68,10 +68,9 @@ element's <a href="conform.html#doctree">document tree</a> content.
6868

6969
<P>The :before and :after pseudo-elements elements allow the following
7070
values of the <span class="propinst-display">'display'</span>
71-
property: <span class="index-inst" title="none"><span
72-
class="value-inst-none">'none'</span></span>, <span class="index-inst"
73-
title="inline"><span class="value-inst-inline">'inline'</span></span>
74-
(default) or <span class="index-inst" title="block"><span
71+
property: 'none', <span class="index-inst" title="inline"><span
72+
class="value-inst-inline">'inline'</span></span> (default) or <span
73+
class="index-inst" title="block"><span
7574
class="value-inst-block">'block'</span></span>. If the value of the
7675
<span class="propinst-display">'display'</span> has any other value,
7776
the pseudo-element will behave as if the value was 'block' (This may
@@ -534,7 +533,7 @@ counter(<var>counter</var>)
534533
<p>for the default, decimal style, or
535534

536535
<pre>
537-
counter(<var>counter</var>, <span class="propinst-lt">&lt;'list-style-type'&gt;</span>)
536+
counter(<var>counter</var>, <span class="propinst-list-style-type">'list-style-type'</span>)
538537
</pre>
539538

540539
<p>All the styles are allowed, including 'disc', 'circle', 'square'

0 commit comments

Comments
 (0)