You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-pseudo-4/Overview.bs
+3-3
Original file line number
Diff line number
Diff line change
@@ -1385,11 +1385,11 @@ Security Considerations for Highlighting</h3>
1385
1385
<h2 id="treelike">
1386
1386
Tree-Abiding Pseudo-elements</h2>
1387
1387
1388
-
<dfn export lt="tree-abiding|tree-abiding pseudo-element">Tree-abiding pseudo-elements</dfn> always fit within the box tree.
1388
+
<dfn export local-lt="tree-abiding" id="tree-abiding">Tree-abiding pseudo-elements</dfn> always fit within the box tree.
1389
1389
They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a>;
1390
1390
non-inheritable properties take their <a>initial values</a> as usual.
1391
1391
[[CSS-CASCADE-4]]
1392
-
A subset of these are the <dfn>fully styleable pseudo-elements</dfn>;
1392
+
A subset of these are the <dfn export local-lt="fully styleable" id="fully-styleable">fully styleable pseudo-elements</dfn>;
1393
1393
all properties that apply to a real element
1394
1394
also apply to a [=fully styleable pseudo-element=].
1395
1395
@@ -1535,7 +1535,7 @@ List Markers: the ''::marker'' pseudo-element</h3>
1535
1535
ISSUE: Interaction of ''::marker'' and ''::first-line'' is currently under discussion in <a href='https://github.com/w3c/csswg-drafts/issues/4506'>Issue 4506</a>.
1536
1536
1537
1537
''::marker'' is a [=tree-abiding pseudo-element=],
1538
-
but is not [=element-backed=];
1538
+
but is not [=fully styleable=];
1539
1539
only a limited set of properties can be used on the ''::marker'' pseudo-element.
1540
1540
This list is defined in [[css-lists-3#marker-properties]].
0 commit comments