mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
LibWeb: Implement the CSS all
property
This sets all longhand values to one of initial, inherit, unset or revert. Note that revert is not supported yet, but will be soon.
This commit is contained in:
parent
de31a8a425
commit
13d5d47b56
5 changed files with 62 additions and 2 deletions
3
Tests/LibWeb/Layout/input/css-all-unset.html
Normal file
3
Tests/LibWeb/Layout/input/css-all-unset.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!doctype html><style>
|
||||
* { all: unset; }
|
||||
</style>Hello friends
|
Loading…
Add table
Add a link
Reference in a new issue