File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,6 @@ spec:fill-stroke-3; type:property; text:stroke-width
50
50
and on their syntax and interaction with other <a>selectors</a> ,
51
51
see [[!SELECTORS-4]] .
52
52
53
- <h2 id="styling">Styling Pseudo-elements</h2>
54
- [=Custom properties=] [[!CSS-VARIABLES-1]] can be specified on--
55
- and inherited into--
56
- pseudo-elements,
57
- even if they would not otherwise apply
58
- due to the pseudo-element having a restricted set of applicable CSS properties.
59
-
60
53
<h2 id="typographic-pseudos">
61
54
Typographic Pseudo-elements</h2>
62
55
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
89
89
Name : --*
90
90
Value : <<declaration-value>>?
91
91
Initial : the [=guaranteed-invalid value=]
92
- Applies to : all elements
92
+ Applies to : all elements and all pseudo-elements (including those with restricted property lists)
93
93
Inherited : yes
94
94
Computed value : specified value with variables substituted, or the [=guaranteed-invalid value=]
95
95
Animation type : discrete
You can’t perform that action at this time.
0 commit comments