mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
style: Add support for parsing of the CSS text-underline-position property.
Differential Revision: https://phabricator.services.mozilla.com/D54722
This commit is contained in:
parent
3bd62cf0cd
commit
51c1dfee2d
7 changed files with 113 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
|||
# "offset-distance",
|
||||
# "offset-path",
|
||||
# "offset-rotate",
|
||||
# "offset"
|
||||
# "offset",
|
||||
# "text-underline-position",
|
||||
COUNTED_UNKNOWN_PROPERTIES = [
|
||||
"-webkit-font-smoothing",
|
||||
"-webkit-tap-highlight-color",
|
||||
|
@ -40,7 +41,6 @@ COUNTED_UNKNOWN_PROPERTIES = [
|
|||
"baseline-shift",
|
||||
"-webkit-hyphenate-character",
|
||||
"page",
|
||||
"text-underline-position",
|
||||
"-webkit-highlight",
|
||||
"background-repeat-x",
|
||||
"-webkit-padding-end",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue