LibWeb: Drop non-typesetting properties from pseudo element allowlist
This commit is contained in:
parent
cd29e3013d
commit
2f84f89874
2 changed files with 3 additions and 20 deletions
|
|
@ -137,32 +137,15 @@ PROPERTY_GROUPS = {
|
|||
"#inline-typesetting-properties": [
|
||||
# https://drafts.csswg.org/css-text-4/#property-index
|
||||
# FIXME: hanging-punctuation
|
||||
# FIXME: hyphenate-character
|
||||
# FIXME: hyphenate-limit-chars
|
||||
# FIXME: hyphenate-limit-last
|
||||
# FIXME: hyphenate-limit-lines
|
||||
# FIXME: hyphenate-limit-zone
|
||||
# FIXME: hyphens
|
||||
"letter-spacing",
|
||||
# FIXME: line-break
|
||||
# FIXME: line-padding
|
||||
"overflow-wrap",
|
||||
"tab-size",
|
||||
# FIXME: text-autospace
|
||||
"text-justify",
|
||||
# FIXME: text-spacing
|
||||
# FIXME: text-spacing-trim
|
||||
"text-transform",
|
||||
"text-wrap-mode",
|
||||
"white-space",
|
||||
"white-space-collapse",
|
||||
"white-space-trim",
|
||||
"word-break",
|
||||
# FIXME: word-space-transform
|
||||
"word-spacing",
|
||||
# FIXME: wrap-after
|
||||
# FIXME: wrap-before
|
||||
# FIXME: wrap-inside
|
||||
],
|
||||
"#margin-properties": [
|
||||
"margin",
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ Harness status: OK
|
|||
|
||||
Found 36 tests
|
||||
|
||||
33 Pass
|
||||
3 Fail
|
||||
34 Pass
|
||||
2 Fail
|
||||
Pass pre test setup
|
||||
Pass backgroundAttachment should be applied to first-letter pseudo elements.
|
||||
Pass backgroundBlendMode should be applied to first-letter pseudo elements.
|
||||
|
|
@ -39,4 +39,4 @@ Pass wordSpacing should be applied to first-letter pseudo elements.
|
|||
Pass position should not be applied to first-letter pseudo elements.
|
||||
Fail transition should not be applied to first-letter pseudo elements.
|
||||
Pass transform should not be applied to first-letter pseudo elements.
|
||||
Fail wordBreak should not be applied to first-letter pseudo elements.
|
||||
Pass wordBreak should not be applied to first-letter pseudo elements.
|
||||
Loading…
Reference in a new issue