|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Changes</TITLE> |
@@ -784,29 +784,8 @@ offsets in "rect()" with or without commas. |
784 | 784 | <h3 id="x69"><a href="generate.html#before-after-content">12.1 The |
785 | 785 | :before and :after pseudo-elements</a></h3> |
786 | 786 |
|
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. |
810 | 789 |
|
811 | 790 | <h3 id="s-12-4-2">Section 12.4.2 Inserting quotes with the 'content' |
812 | 791 | property</h3> |
|
0 commit comments