Implement font-variant shorthand.

This commit is contained in:
Hiroyuki Ikezoe 2017-04-13 16:54:33 +09:00
parent 1eb9a0865a
commit 24919b3cf8
3 changed files with 100 additions and 23 deletions

View file

@ -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"]