mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Allow custom properties in getPropertyPriority()
This commit is contained in:
parent
ac5699c8fc
commit
41c172c663
Notes:
github-actions[bot]
2024-11-21 12:17:07 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 41c172c663
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2460
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
style.getPropertyValue(--redcolor)=red
|
||||
style.getPropertyPriority(--redcolor)=
|
||||
rgb(255, 0, 0)
|
||||
rgba(0, 0, 0, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue