LibWeb: Add default user agent style sheet for Fullscreen API

Matching the fullscreen pseudo class is currently a stub that will be
implemented in a future commit.
This commit is contained in:
Simon Farre
2026-02-02 18:44:37 +00:00
committed by Luke Wilde
parent 41ef9c2754
commit 53eae831e2
Notes: github-actions[bot] 2026-02-23 18:47:01 +00:00
4 changed files with 35 additions and 0 deletions

View File

@@ -53,6 +53,9 @@
"focus-within": {
"argument": ""
},
"fullscreen": {
"argument": ""
},
"has": {
"argument": "<relative-selector-list>"
},