Skip to content

Commit 05f350f

Browse files
committed
[css-pseudo-4] Add ::marker to CSSPseudoElement. #3763
1 parent e9e7587 commit 05f350f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

css-pseudo-4/Overview.bs

+12-4
Original file line numberDiff line numberDiff line change
@@ -852,10 +852,12 @@ Interface CSSPseudoElement</h3>
852852
This can be one of the following values:
853853

854854
<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.
859861
</dl>
860862

861863
The <dfn attribute for=CSSPseudoElement>element</dfn> attribute is the
@@ -905,6 +907,12 @@ Compatibilitiy Syntax</h2>
905907
<h2 class="no-num" id="changes">
906908
Changes</h2>
907909

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+
908916
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:
909917

910918
<ul>

0 commit comments

Comments
 (0)