Commit f89dfc6
committed
Pass restrictions to arguments of any functional pseudo-class
The specification wants all logical pseudo-classes to pass restrictions at their
position to their arguments.
This commit extends this requirement to any functional pseudo-class.
In fact, this already applied when they were compounded to a pseudo-element and
they took a complex selector or a pseudo-class that cannot be compounded to this
pseudo-element.
w3c/csswg-drafts#127181 parent 3cf56b8 commit f89dfc6
2 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4409 | 4409 | | |
4410 | 4410 | | |
4411 | 4411 | | |
| 4412 | + | |
| 4413 | + | |
| 4414 | + | |
| 4415 | + | |
4412 | 4416 | | |
4413 | 4417 | | |
4414 | 4418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
0 commit comments