Skip to content

Commit bf416d8

Browse files
committed
feat: FontDisplay
1 parent cfe1f6a commit bf416d8

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,6 @@
298298
"afterend"
299299
]
300300
},
301-
"FontDisplay": {
302-
"name": "FontDisplay",
303-
// https://w3c.github.io/csswg-drafts/css-fonts-4/#font-display-desc
304-
"value": [
305-
"auto",
306-
"block",
307-
"swap",
308-
"fallback",
309-
"optional"
310-
]
311-
},
312301
"ClientType": {
313302
"name": "ClientTypes"
314303
},

inputfiles/patches/FontDisplay.kdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
enum FontDisplay {
2+
// https://w3c.github.io/csswg-drafts/css-fonts-4/#font-display-desc
3+
value "auto"
4+
value "block"
5+
value "swap"
6+
value "fallback"
7+
value "optional"
8+
}

0 commit comments

Comments
 (0)