mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Parse the border-image-outset property
This commit is contained in:
committed by
Sam Atkins
parent
245905b833
commit
98e63e3dd5
Notes:
github-actions[bot]
2025-07-03 09:21:04 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/98e63e3dd55 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -316,6 +316,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
|
||||
append_property("border-bottom-style"sv);
|
||||
append_property("border-bottom-width"sv);
|
||||
append_property("border-color"sv);
|
||||
append_property("border-image-outset"sv);
|
||||
append_property("border-image-slice"sv);
|
||||
append_property("border-image-source"sv);
|
||||
append_property("border-image-width"sv);
|
||||
|
||||
Reference in New Issue
Block a user