File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -850,20 +850,18 @@ Interface CSSPseudoElement</h3>
850
850
This can be one of the following values:
851
851
852
852
<dl>
853
- <dt> ‘before’
853
+ <dt> ‘:: before’
854
854
<dd> The pseudo-element was created before the element's contents.
855
- <dt> ‘after’
855
+ <dt> ‘:: after’
856
856
<dd> The pseudo-element was created after the element's contents.
857
- <dt> ‘letter’
857
+ <dt> ‘::first- letter’
858
858
<dd> The pseudo-element is the first letter of the element.
859
- <dt> ‘line’
859
+ <dt> ‘::first- line’
860
860
<dd> The pseudo-element is the first line of the element.
861
- <dt> ‘selection’
861
+ <dt> ‘:: selection’
862
862
<dd> The selection pseudo-element for the element.
863
863
</dl>
864
864
865
- Issue: Why are these strings different from the name of the pseudo-element?
866
-
867
865
The <dfn attribute for=CSSPseudoElement>element</dfn> attribute is the
868
866
[=originating element=] of the pseudo-element.
869
867
@@ -953,8 +951,8 @@ Changes</h2>
953
951
<li> Links to pseudo-element OM design discussions.
954
952
<li> Various minor clarifications.
955
953
<li> Use ''spelling-error'' and ''grammar-error'' with ''::spelling-error'' and ''::grammar-error'' in the UA stylesheet.
956
- <li> Added the {{CSSPseudoElement/element}} attribute to the
957
- {{CSSPseudoElement}} interface.
954
+ <li> Added the {{CSSPseudoElement/element}} attribute to the {{CSSPseudoElement}} interface.
955
+ <li> Changed the values of the {{CSSPseudoElement/type }} attribute on the {{CSSPseudoElement}} interface to match the corresponding pseudo-elements .
958
956
</ul>
959
957
960
958
<h2 class="no-num" id="acknowledgements">
You can’t perform that action at this time.
0 commit comments