mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
LibWeb: Implement CSSImportRule.supportsText
Returns the supports condition specified by the given import at-rule.
This commit is contained in:
parent
c37a47f76f
commit
5d57723ebf
Notes:
github-actions[bot]
2025-03-19 15:43:53 +00:00
Author: https://github.com/tcl3
Commit: 5d57723ebf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4001
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
7 changed files with 35 additions and 3 deletions
|
@ -0,0 +1,4 @@
|
|||
cssText: @import url("https://something.invalid/") supports(foo: bar);
|
||||
supportsText: foo: bar
|
||||
cssText: @import url("https://something.invalid/") supports((display: block) and (foo: bar));
|
||||
supportsText: (display: block) and (foo: bar)
|
Loading…
Add table
Add a link
Reference in a new issue