Skip to content

Commit b0a63e3

Browse files
committed
chore(types): add css-counter-styles/css-device-adapt (no new type)
1 parent 1a2a9b6 commit b0a63e3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

inputfiles/idlSources.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@
7979
"title": "CSS Conditional Rules",
8080
"shortName": "css-conditional"
8181
},
82+
{
83+
"url": "https://drafts.csswg.org/css-counter-styles/",
84+
"title": "CSS Counter Styles",
85+
"shortName": "css-counter-styles"
86+
},
87+
{
88+
"url": "https://drafts.csswg.org/css-device-adapt/",
89+
"title": "CSS Device Adaptation",
90+
"shortName": "css-device-adapt"
91+
},
8292
{
8393
"url": "https://www.w3.org/TR/fill-stroke-3/",
8494
"title": "CSS Fill and Stroke",

inputfiles/removedTypes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,11 @@
127127
"CSSRule": {
128128
"constants": {
129129
"constant": {
130+
"COUNTER_STYLE_RULE": null,
130131
"FONT_FEATURE_VALUES_RULE": null,
131132
"FONT_PALETTE_VALUES_RULE": null,
132-
"MARGIN_RULE": null
133+
"MARGIN_RULE": null,
134+
"VIEWPORT_RULE": null
133135
}
134136
}
135137
},

0 commit comments

Comments
 (0)