mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Parse the border-image-slice
property
This commit is contained in:
parent
70c2621634
commit
245905b833
Notes:
github-actions[bot]
2025-07-03 09:21:11 +00:00
Author: https://github.com/tcl3
Commit: 245905b833
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
27 changed files with 1132 additions and 765 deletions
|
@ -316,7 +316,9 @@ 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-slice"sv);
|
||||
append_property("border-image-source"sv);
|
||||
append_property("border-image-width"sv);
|
||||
append_property("border-inline-end"sv);
|
||||
append_property("border-inline-end-color"sv);
|
||||
append_property("border-inline-end-style"sv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue