Skip to content

Commit c949302

Browse files
committed
[css2] Noted that the :before and :after pseudo-elements now allow all
properties and all values of 'display', instead of a just a few. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402596
1 parent 05aa8eb commit c949302

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

css2/changes.src

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.54 2006-06-02 16:18:03 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.55 2007-01-15 19:05:10 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Changes</TITLE>
@@ -784,29 +784,8 @@ offsets in "rect()" with or without commas.
784784
<h3 id="x69"><a href="generate.html#before-after-content">12.1 The
785785
:before and :after pseudo-elements</a></h3>
786786

787-
<p>Clarification to the following lines:</p>
788-
789-
<blockquote>
790-
<p>The :before and :after pseudo-elements elements allow values of the
791-
'display' property as follows:
792-
793-
<ul>
794-
<li>If the subject of the
795-
selector is a block-level
796-
element, allowed values are 'none', 'inline' and 'block'.
797-
If the value of the pseudo-element's
798-
<span class="propinst-display">'display'</span> property
799-
has any other value, the pseudo-element will behave as if its value
800-
were 'block'.
801-
<li>If the subject of the
802-
selector is an inline-level
803-
element, allowed values are 'none' and 'inline'.
804-
If the value of the pseudo-element's
805-
<span class="propinst-display">'display'</span> property
806-
has any other value, the pseudo-element will behave as if its value
807-
were 'inline'.
808-
</ul>
809-
</blockquote>
787+
<p>There are no restrictions anymore on which which properties or
788+
property values are allowed on ':before' and ':after' pseudo-elements.
810789

811790
<h3 id="s-12-4-2">Section 12.4.2 Inserting quotes with the 'content'
812791
property</h3>

0 commit comments

Comments
 (0)