mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #10628 - KiChjang:extra-gecko-values, r=bholley
Add missing gecko keyword values to styles Not sure if I caught them all. Part of #10408. r? @bholley <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10628) <!-- Reviewable:end -->
This commit is contained in:
commit
cc32c66e28
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