mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
Base: Add a test page for the CSS :where() selector
This behaves identically to :is() except for specificity, so this test page is identical to the other one. It's not because I'm lazy. :^)
This commit is contained in:
parent
c148ed50bb
commit
47eb4b2db7
2 changed files with 41 additions and 2 deletions
|
@ -96,8 +96,9 @@
|
|||
<li><a href="nth-last-of-type.html">:nth-last-of-type</a></li>
|
||||
<li><a href="empty.html">:empty</a></li>
|
||||
<li><a href="root.html">:root</a></li>
|
||||
<li><a href="is-selector.html">:is</a></li>
|
||||
<li><a href="not-selector.html">:not</a></li>
|
||||
<li><a href="is-selector.html">:is()</a></li>
|
||||
<li><a href="not-selector.html">:not()</a></li>
|
||||
<li><a href="where-selector.html">:where()</a></li>
|
||||
<li><a href="hover.html">:hover</a></li>
|
||||
<li><h3>Properties</h3></li>
|
||||
<li><a href="backgrounds.html">Backgrounds</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue