mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Invalidate layout for ol
-attributes that affect it
This commit is contained in:
parent
263b125782
commit
370098514a
Notes:
github-actions[bot]
2025-05-10 23:15:32 +00:00
Author: https://github.com/InvalidUsernameException
Commit: 370098514a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4686
9 changed files with 78 additions and 0 deletions
|
@ -114,6 +114,7 @@ enum class SetNeedsLayoutReason {
|
|||
X(ElementSetInnerHTML) \
|
||||
X(DetailsElementOpenedOrClosed) \
|
||||
X(HTMLInputElementSrcAttribute) \
|
||||
X(HTMLOListElementOrdinalValues) \
|
||||
X(HTMLObjectElementUpdateLayoutAndChildObjects) \
|
||||
X(KeyframeEffect) \
|
||||
X(NodeInsertBefore) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue