webref
webref copied to clipboard
📦 Release @webref/[email protected]
⚠ NEVER add commits to this pull request.
🤖 This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at da8fb27068db741c6ff467745d9a09bdc6a4f0fa.
🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.
📦 Latest released @webref/css package was v6.12.15. Merging this pull request will release v6.12.16. Make sure that the bump is the right one for the changes.
✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.
🛈 The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.
diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-nesting.json packages/css/css-nesting.json
--- webref/node_modules/@webref/css/css-nesting.json
+++ packages/css/css-nesting.json
@@ -4,15 +4,7 @@
"url": "https://drafts.csswg.org/css-nesting-1/"
},
"properties": [],
- "atrules": [
- {
- "name": "@nest",
- "prose": "To address all of these issue, the @nest rule is defined:",
- "href": "https://drafts.csswg.org/css-nesting-1/#at-ruledef-nest",
- "descriptors": [],
- "value": "@nest { <block-contents> }"
- }
- ],
+ "atrules": [],
"selectors": [
{
"name": "&",
diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-scroll-snap-2.json packages/css/css-scroll-snap-2.json
--- webref/node_modules/@webref/css/css-scroll-snap-2.json
+++ packages/css/css-scroll-snap-2.json
@@ -60,25 +60,25 @@
{
"name": "scroll-start-target",
"href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target",
- "value": "[ none | auto ]{1,2}",
- "initial": "see individual properties",
- "appliesTo": "see individual properties",
- "inherited": "see individual properties",
- "percentages": "see individual properties",
+ "value": "[ none | auto ]",
+ "initial": "none",
+ "appliesTo": "all elements",
+ "inherited": "no",
+ "percentages": "N/A",
"computedValue": "see individual properties",
- "animationType": "see individual properties",
+ "animationType": "none",
"canonicalOrder": "per grammar",
"values": [
{
"name": "none",
- "prose": "Element is not a scroll-start-target.",
+ "prose": "The element is not an initial scroll target.",
"href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
"type": "value",
"value": "none"
},
{
"name": "auto",
- "prose": "Element is used to calculate the scroll-start position, taking into account scroll-padding or scroll-margin , same as a scroll-snap target.",
+ "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.",
"href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
"type": "value",
"value": "auto"
@@ -304,138 +304,6 @@
"scroll-start-block",
"scrollStartBlock"
]
- },
- {
- "name": "scroll-start-target-block",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target-block",
- "value": "auto | none",
- "initial": "none",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "either of the keywords \"none\" or \"auto\"",
- "canonicalOrder": "per grammar",
- "animationType": "not animatable",
- "logicalPropertyGroup": "scroll-start-target",
- "values": [
- {
- "name": "none",
- "prose": "Element is not a scroll-start-target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
- "type": "value",
- "value": "none"
- },
- {
- "name": "auto",
- "prose": "Element is used to calculate the scroll-start position, taking into account scroll-padding or scroll-margin , same as a scroll-snap target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
- "type": "value",
- "value": "auto"
- }
- ],
- "styleDeclaration": [
- "scroll-start-target-block",
- "scrollStartTargetBlock"
- ]
- },
- {
- "name": "scroll-start-target-inline",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target-inline",
- "value": "auto | none",
- "initial": "none",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "either of the keywords \"none\" or \"auto\"",
- "canonicalOrder": "per grammar",
- "animationType": "not animatable",
- "logicalPropertyGroup": "scroll-start-target",
- "values": [
- {
- "name": "none",
- "prose": "Element is not a scroll-start-target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
- "type": "value",
- "value": "none"
- },
- {
- "name": "auto",
- "prose": "Element is used to calculate the scroll-start position, taking into account scroll-padding or scroll-margin , same as a scroll-snap target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
- "type": "value",
- "value": "auto"
- }
- ],
- "styleDeclaration": [
- "scroll-start-target-inline",
- "scrollStartTargetInline"
- ]
- },
- {
- "name": "scroll-start-target-x",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target-x",
- "value": "none | auto",
- "initial": "none",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "either of the keywords \"none\" or \"auto\"",
- "canonicalOrder": "per grammar",
- "animationType": "not animatable",
- "logicalPropertyGroup": "scroll-start-target",
- "values": [
- {
- "name": "none",
- "prose": "Element is not a scroll-start-target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
- "type": "value",
- "value": "none"
- },
- {
- "name": "auto",
- "prose": "Element is used to calculate the scroll-start position, taking into account scroll-padding or scroll-margin , same as a scroll-snap target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
- "type": "value",
- "value": "auto"
- }
- ],
- "styleDeclaration": [
- "scroll-start-target-x",
- "scrollStartTargetX"
- ]
- },
- {
- "name": "scroll-start-target-y",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target-y",
- "value": "none | auto",
- "initial": "none",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "either of the keywords \"none\" or \"auto\"",
- "canonicalOrder": "per grammar",
- "animationType": "not animatable",
- "logicalPropertyGroup": "scroll-start-target",
- "values": [
- {
- "name": "none",
- "prose": "Element is not a scroll-start-target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
- "type": "value",
- "value": "none"
- },
- {
- "name": "auto",
- "prose": "Element is used to calculate the scroll-start position, taking into account scroll-padding or scroll-margin , same as a scroll-snap target.",
- "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
- "type": "value",
- "value": "auto"
- }
- ],
- "styleDeclaration": [
- "scroll-start-target-y",
- "scrollStartTargetY"
- ]
}
],
"atrules": [],
@@ -466,5 +334,79 @@
"href": "https://drafts.csswg.org/css-scroll-snap-2/#selectordef-snapped-block"
}
],
- "values": []
+ "values": [],
+ "warnings": [
+ {
+ "msg": "Dangling value",
+ "name": "none",
+ "prose": "The element is not an initial scroll target.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
+ "type": "value",
+ "value": "none",
+ "for": "scroll-start-target-block"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "none",
+ "prose": "The element is not an initial scroll target.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
+ "type": "value",
+ "value": "none",
+ "for": "scroll-start-target-inline"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "none",
+ "prose": "The element is not an initial scroll target.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
+ "type": "value",
+ "value": "none",
+ "for": "scroll-start-target-x"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "none",
+ "prose": "The element is not an initial scroll target.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none",
+ "type": "value",
+ "value": "none",
+ "for": "scroll-start-target-y"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "auto",
+ "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
+ "type": "value",
+ "value": "auto",
+ "for": "scroll-start-target-block"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "auto",
+ "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
+ "type": "value",
+ "value": "auto",
+ "for": "scroll-start-target-inline"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "auto",
+ "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
+ "type": "value",
+ "value": "auto",
+ "for": "scroll-start-target-x"
+ },
+ {
+ "msg": "Dangling value",
+ "name": "auto",
+ "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.",
+ "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto",
+ "type": "value",
+ "value": "auto",
+ "for": "scroll-start-target-y"
+ }
+ ]
}