mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
style: [css-pseudo] Use 'white-space: pre' by default in ::marker
Differential Revision: https://phabricator.services.mozilla.com/D107359
This commit is contained in:
parent
d8993eef7e
commit
a7ca8022d3
1 changed files with 1 additions and 0 deletions
|
@ -879,6 +879,7 @@ class PropertyRestrictions:
|
||||||
def marker(data):
|
def marker(data):
|
||||||
return set(
|
return set(
|
||||||
[
|
[
|
||||||
|
"white-space",
|
||||||
"color",
|
"color",
|
||||||
"text-combine-upright",
|
"text-combine-upright",
|
||||||
"text-transform",
|
"text-transform",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue