mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Parse the border-image-repeat
property
This commit is contained in:
parent
98e63e3dd5
commit
c0390f759c
Notes:
github-actions[bot]
2025-07-03 09:20:56 +00:00
Author: https://github.com/tcl3
Commit: c0390f759c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 69 additions and 47 deletions
|
@ -317,6 +317,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
|
|||
append_property("border-bottom-width"sv);
|
||||
append_property("border-color"sv);
|
||||
append_property("border-image-outset"sv);
|
||||
append_property("border-image-repeat"sv);
|
||||
append_property("border-image-slice"sv);
|
||||
append_property("border-image-source"sv);
|
||||
append_property("border-image-width"sv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue