mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Implement font-variant shorthand.
This commit is contained in:
parent
1eb9a0865a
commit
24919b3cf8
3 changed files with 100 additions and 23 deletions
|
@ -666,8 +666,6 @@ impl Debug for ${style_struct.gecko_struct_name} {
|
|||
# Make a list of types we can't auto-generate.
|
||||
#
|
||||
force_stub = [];
|
||||
# These live in an nsFont member in Gecko. Should be straightforward to do manually.
|
||||
force_stub += ["font-variant"]
|
||||
# These have unusual representations in gecko.
|
||||
force_stub += ["list-style-type"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue