Skip to content

Commit e9f2614

Browse files
committed
[css-pseudo-4] Fix cross references
1 parent 0fff97f commit e9f2614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-pseudo-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1385,11 +1385,11 @@ Security Considerations for Highlighting</h3>
13851385
<h2 id="treelike">
13861386
Tree-Abiding Pseudo-elements</h2>
13871387

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.
13891389
They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a>;
13901390
non-inheritable properties take their <a>initial values</a> as usual.
13911391
[[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>;
13931393
all properties that apply to a real element
13941394
also apply to a [=fully styleable pseudo-element=].
13951395

@@ -1535,7 +1535,7 @@ List Markers: the ''::marker'' pseudo-element</h3>
15351535
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>.
15361536

15371537
''::marker'' is a [=tree-abiding pseudo-element=],
1538-
but is not [=element-backed=];
1538+
but is not [=fully styleable=];
15391539
only a limited set of properties can be used on the ''::marker'' pseudo-element.
15401540
This list is defined in [[css-lists-3#marker-properties]].
15411541

0 commit comments

Comments
 (0)