mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Base: Add cascade-keywords.html test page for CSS cascade keyword values
These are: - `initial` - `inherit` - `unset` Cascade4 and 5 also define `revert` and `revert-layer`, but let's not get ahead of ourselves. :^)
This commit is contained in:
parent
8995839e3f
commit
160f434769
2 changed files with 33 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
|||
<li><a href="link-over-zindex-block.html">link elements with background box placed with z-index</a></li>
|
||||
<li><a href="percent-css.html">Percentage values</a></li>
|
||||
<li><a href="position-absolute-top-left.html">position: absolute; for top and left</a></li>
|
||||
<li><a href="cascade-keywords.html">Cascade keywords (initial, inherit, unset)</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>JavaScript/WASM</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue