diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-05-16 23:19:06 +0200 |
---|---|---|
committer | Oriol Brufau <obrufau@igalia.com> | 2023-05-16 23:40:23 +0200 |
commit | a7ca8022d3db119a77afdba6bdb70b82a90c58ac (patch) | |
tree | c70172e55b6b5f785434bf2b3d93afeed03cea76 /components/style/properties/data.py | |
parent | d8993eef7ed05402296301d37ba445f782be61cb (diff) | |
download | servo-a7ca8022d3db119a77afdba6bdb70b82a90c58ac.tar.gz servo-a7ca8022d3db119a77afdba6bdb70b82a90c58ac.zip |
style: [css-pseudo] Use 'white-space: pre' by default in ::marker
Differential Revision: https://phabricator.services.mozilla.com/D107359
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r-- | components/style/properties/data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py index dd07ddece32..8a523ccb66f 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -879,6 +879,7 @@ class PropertyRestrictions: def marker(data): return set( [ + "white-space", "color", "text-combine-upright", "text-transform", |