mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
Add missing gecko keyword values to styles
This commit is contained in:
parent
7c615233d8
commit
f5021fc0c5
2 changed files with 13 additions and 10 deletions
|
@ -181,7 +181,7 @@ impl Debug for ${style_struct.gecko_ffi_name} {
|
|||
# Enum class instead of NS_STYLE_...
|
||||
force_stub += ["box-sizing"]
|
||||
# Inconsistent constant naming in gecko
|
||||
force_stub += ["unicode-bidi"]
|
||||
force_stub += ["unicode-bidi", "text-transform"]
|
||||
# Need to figure out why servo has sideways-left computed value and gecko doesn't
|
||||
force_stub += ["text-orientation"]
|
||||
# Automatic mapping generates NS_STYLE_TEXT_DECORATION_STYLE__MOZ_NONE instead of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue