Implement the Servo parser for font descriptors Web API.

According to the spec, this parser should follow what we do for
@font_face rule, so we use the same type to parse the input, instead of
using the parser of their specified values.
This commit is contained in:
Boris Chiou 2017-12-05 13:47:36 +08:00
parent 8f30880d36
commit 1e29e64000
3 changed files with 992 additions and 326 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long