We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe1f6a commit bf416d8Copy full SHA for bf416d8
inputfiles/addedTypes.jsonc
@@ -298,17 +298,6 @@
298
"afterend"
299
]
300
},
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
- },
312
"ClientType": {
313
"name": "ClientTypes"
314
inputfiles/patches/FontDisplay.kdl
@@ -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