Add support for the 'cap' font-relative unit

This is a backport of https://phabricator.services.mozilla.com/D133101,
by Jonathan Kew.

Note that Servo isn't using font metrics yet, so the unit still won't
really work.
This commit is contained in:
Oriol Brufau 2023-05-10 02:26:00 +02:00
parent 61f872e7da
commit 6785c57c78
5 changed files with 68 additions and 8 deletions

View file

@ -42,6 +42,7 @@ pub enum MinMaxOp {
pub enum SortKey {
Number,
Percentage,
Cap,
Ch,
Deg,
Em,