File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -852,10 +852,12 @@ Interface CSSPseudoElement</h3>
852
852
This can be one of the following values:
853
853
854
854
<dl>
855
- <dt> ‘::before’
856
- <dd> The pseudo-element was created before the element's contents.
857
- <dt> ‘::after’
858
- <dd> The pseudo-element was created after the element's contents.
855
+ <dt><code> "::before"</code>
856
+ <dd> Represents the ''::before'' pseudo-element.
857
+ <dt><code> "::after"</code>
858
+ <dd> Represents the ''::after'' pseudo-element.
859
+ <dt><code> "::marker"</code>
860
+ <dd> Represents the ''::marker'' pseudo-element.
859
861
</dl>
860
862
861
863
The <dfn attribute for=CSSPseudoElement>element</dfn> attribute is the
@@ -905,6 +907,12 @@ Compatibilitiy Syntax</h2>
905
907
<h2 class="no-num" id="changes">
906
908
Changes</h2>
907
909
910
+ Changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
911
+
912
+ <ul>
913
+ <li> Added ''::marker'' to types allowed for {{CSSPseudoElement}} interface.
914
+ </ul>
915
+
908
916
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:
909
917
910
918
<ul>
You can’t perform that action at this time.
0 commit comments