File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -698,11 +698,6 @@ Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
698
698
may be included in any ''::first-line'' and ''::first-letter'' pseudo-elements
699
699
applied to its <a>originating element</a> .
700
700
701
- <p> For compatibility with existing style sheets written against CSS Level 2 [[CSS21]] ,
702
- user agents must also accept the previous one-colon notation
703
- (<code> :before</code> and <code> :after</code> )
704
- for these pseudo-elements.
705
-
706
701
<h3 id="marker-pseudo">
707
702
List Markers: the ''::marker'' pseudo-element</h3>
708
703
@@ -928,6 +923,14 @@ Addition to the <code>window</code> interface</h3>
928
923
Its return value is a <code> CSSPseudoElementList</code> ,
929
924
potentially empty if no pseudo-element exists for the given element and the given type.
930
925
926
+ <h2 id="css2-compat">
927
+ Compatibilitiy Syntax</h2>
928
+
929
+ <p> For compatibility with existing style sheets written against CSS Level 2 [[CSS21]] ,
930
+ user agents must also accept the previous one-colon notation
931
+ (<code> :before</code> , <code> :after</code> , <code> :first-letter</code> , <code> :first-line</code> )
932
+ for the ''::before'' , ''::after'' , ''::first-letter'' , and ''::first-line'' pseudo-elements.
933
+
931
934
<h2 class="no-num" id="changes">
932
935
Changes</h2>
933
936
You can’t perform that action at this time.
0 commit comments