Skip to content

Commit b98a407

Browse files
committed
[css2] Clarification to 12.2 case for pseudo-elements
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401827
1 parent 094ef9e commit b98a407

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

css2/errata.src

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
2525
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2626
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2727
<dt>Last revised:
28-
<dd>$Date: 2000-08-08 17:16:39 $
28+
<dd>$Date: 2000-08-08 17:25:50 $
2929
</dl>
3030

3131
<dl>
@@ -780,6 +780,33 @@ definition of &lt;shape&gt; should start:</p>
780780
<P>Due to this ambiguity, user agents may support separation of
781781
offsets in "rect()" with or without commas.
782782

783+
<h3><a href="generate.html#content">12.2 The 'content'
784+
property</a></H3>
785+
786+
<P>Clarification to the following lines:</P>
787+
788+
<BLOCKQUOTE>
789+
<P>The :before and :after pseudo-elements elements allow values of the
790+
'display' property as follows:
791+
792+
<ul>
793+
<li>If the subject of the
794+
selector is a block-level
795+
element, allowed values are 'none', 'inline', 'block', and 'marker'.
796+
If the value of the pseudo-element's
797+
<span class="propinst-display">'display'</span> property
798+
has any other value, the pseudo-element will behave as if its value
799+
were 'block'.
800+
<li>If the subject of the
801+
selector is an inline-level
802+
element, allowed values are 'none' and 'inline'.
803+
If the value of the pseudo-element's
804+
<span class="propinst-display">'display'</span> property
805+
has any other value, the pseudo-element will behave as if its value
806+
were 'inline'.
807+
</ul>
808+
</BLOCKQUOTE>
809+
783810
<h3><a href="generate.html#lists">Lists 12.6.2</a></h3>
784811

785812
<P>To clarify Hebrew numbering, add

css2/generate.src

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,16 @@ property as follows:
142142
<li>If the <a href="selector.html#subject">subject</a> of the
143143
selector is a <a href="visuren.html#block-level">block-level</a>
144144
element, allowed values are 'none', 'inline', 'block', and 'marker'.
145-
If the value of the <span class="propinst-display">'display'</span>
146-
has any other value, the pseudo-element will behave as if the value
145+
If the value of the pseudo-element's
146+
<span class="propinst-display">'display'</span> property
147+
has any other value, the pseudo-element will behave as if its value
147148
were 'block'.
148149
<li>If the <a href="selector.html#subject">subject</a> of the
149150
selector is an <a href="visuren.html#inline-level">inline-level</a>
150151
element, allowed values are 'none' and 'inline'.
151-
If the value of the <span class="propinst-display">'display'</span>
152-
has any other value, the pseudo-element will behave as if the value
152+
If the value of the pseudo-element's
153+
<span class="propinst-display">'display'</span> property
154+
has any other value, the pseudo-element will behave as if its value
153155
were 'inline'.
154156
</ul>
155157

0 commit comments

Comments
 (0)