mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Unstub text-orientation.
The spec has changed a bit since the servo implementation. We still need to alias sideways-right to sideways and add other writing modes, but we can do that later.
This commit is contained in:
parent
6d2284cdb7
commit
1a727225a6
2 changed files with 12 additions and 4 deletions
|
@ -258,8 +258,6 @@ impl Debug for ${style_struct.gecko_ffi_name} {
|
|||
force_stub += ["box-sizing"]
|
||||
# Inconsistent constant naming in gecko
|
||||
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"]
|
||||
# These are booleans.
|
||||
force_stub += ["page-break-after", "page-break-before"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue