LibWeb: Remove block properties from inline typesetting allow list

This commit is contained in:
Tim Ledbetter 2026-06-22 00:36:46 +01:00 committed by Jelle Raaijmakers
parent 9b06a79b81
commit cd29e3013d

View file

@ -148,19 +148,12 @@ PROPERTY_GROUPS = {
# FIXME: line-padding # FIXME: line-padding
"overflow-wrap", "overflow-wrap",
"tab-size", "tab-size",
"text-align",
# FIXME: text-align-all
# FIXME: text-align-last
# FIXME: text-autospace # FIXME: text-autospace
# FIXME: text-group-align
"text-indent",
"text-justify", "text-justify",
# FIXME: text-spacing # FIXME: text-spacing
# FIXME: text-spacing-trim # FIXME: text-spacing-trim
"text-transform", "text-transform",
"text-wrap",
"text-wrap-mode", "text-wrap-mode",
"text-wrap-style",
"white-space", "white-space",
"white-space-collapse", "white-space-collapse",
"white-space-trim", "white-space-trim",