LibWeb: Invalidate layout for ol-attributes that affect it

This commit is contained in:
InvalidUsernameException 2025-05-10 19:08:24 +02:00 committed by Andreas Kling
commit 370098514a
Notes: github-actions[bot] 2025-05-10 23:15:32 +00:00
9 changed files with 78 additions and 0 deletions

View file

@ -114,6 +114,7 @@ enum class SetNeedsLayoutReason {
X(ElementSetInnerHTML) \
X(DetailsElementOpenedOrClosed) \
X(HTMLInputElementSrcAttribute) \
X(HTMLOListElementOrdinalValues) \
X(HTMLObjectElementUpdateLayoutAndChildObjects) \
X(KeyframeEffect) \
X(NodeInsertBefore) \