mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
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:
parent
61f872e7da
commit
6785c57c78
5 changed files with 68 additions and 8 deletions
|
@ -42,6 +42,7 @@ pub enum MinMaxOp {
|
|||
pub enum SortKey {
|
||||
Number,
|
||||
Percentage,
|
||||
Cap,
|
||||
Ch,
|
||||
Deg,
|
||||
Em,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue