LibWeb: Remove block properties from inline typesetting allow list
This commit is contained in:
parent
9b06a79b81
commit
cd29e3013d
1 changed files with 0 additions and 7 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue