File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
906908Changes</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>
You can’t perform that action at this time.
0 commit comments