Skip to content

Commit 26fcc94

Browse files
committed
update webref/css
1 parent c6a937f commit 26fcc94

17 files changed

Lines changed: 2623 additions & 2183 deletions

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-syntax-patches-for-csstree/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

3+
### Unreleased (patch)
4+
5+
- Update `@webref/css` to [`v8.0.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.0.1)
6+
7+
38
### 1.0.14
49

510
_June 10, 2025_

packages/css-syntax-patches-for-csstree/dist/index.json

Lines changed: 161 additions & 95 deletions
Large diffs are not rendered by default.

packages/css-syntax-patches-for-csstree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postcss": "^8.4"
4040
},
4141
"devDependencies": {
42-
"@webref/css": "7.1.0",
42+
"@webref/css": "8.0.1",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-atrules.json

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -300,83 +300,6 @@
300300
},
301301
"font-feature-values": {
302302
"descriptors": {
303-
"@annotation": {
304-
"type": "added",
305-
"comment": "",
306-
"syntax-b": "",
307-
"syntax-a": "@annotation { <declaration-list> }",
308-
"syntax-m": "@annotation { <declaration-list> }",
309-
"tests": {
310-
"passing": [],
311-
"failing": []
312-
}
313-
},
314-
"@character-variant": {
315-
"type": "added",
316-
"comment": "",
317-
"syntax-b": "",
318-
"syntax-a": "@character-variant { <declaration-list> }",
319-
"syntax-m": "@character-variant { <declaration-list> }",
320-
"tests": {
321-
"passing": [],
322-
"failing": []
323-
}
324-
},
325-
"@historical-forms": {
326-
"type": "added",
327-
"comment": "",
328-
"syntax-b": "",
329-
"syntax-a": "@historical-forms { <declaration-list> }",
330-
"syntax-m": "@historical-forms { <declaration-list> }",
331-
"tests": {
332-
"passing": [],
333-
"failing": []
334-
}
335-
},
336-
"@ornaments": {
337-
"type": "added",
338-
"comment": "",
339-
"syntax-b": "",
340-
"syntax-a": "@ornaments { <declaration-list> }",
341-
"syntax-m": "@ornaments { <declaration-list> }",
342-
"tests": {
343-
"passing": [],
344-
"failing": []
345-
}
346-
},
347-
"@styleset": {
348-
"type": "added",
349-
"comment": "",
350-
"syntax-b": "",
351-
"syntax-a": "@styleset { <declaration-list> }",
352-
"syntax-m": "@styleset { <declaration-list> }",
353-
"tests": {
354-
"passing": [],
355-
"failing": []
356-
}
357-
},
358-
"@stylistic": {
359-
"type": "added",
360-
"comment": "",
361-
"syntax-b": "",
362-
"syntax-a": "@stylistic { <declaration-list> }",
363-
"syntax-m": "@stylistic { <declaration-list> }",
364-
"tests": {
365-
"passing": [],
366-
"failing": []
367-
}
368-
},
369-
"@swash": {
370-
"type": "added",
371-
"comment": "",
372-
"syntax-b": "",
373-
"syntax-a": "@swash { <declaration-list> }",
374-
"syntax-m": "@swash { <declaration-list> }",
375-
"tests": {
376-
"passing": [],
377-
"failing": []
378-
}
379-
},
380303
"font-display": {
381304
"type": "added",
382305
"comment": "",

0 commit comments

Comments
 (0)