Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 9.1.0.
  • Loading branch information
reffy-bot committed Aug 22, 2022
1 parent 3d3f9c7 commit 9028313
Show file tree
Hide file tree
Showing 153 changed files with 15,555 additions and 10,833 deletions.
2 changes: 1 addition & 1 deletion tr/css/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/SVG.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<points>": {
"value": "[ <number>+ ]#"
Expand Down
34 changes: 17 additions & 17 deletions tr/css/compat.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,23 +593,23 @@
]
}
},
"descriptors": {
"-webkit-device-pixel-ratio": [
{
"name": "-webkit-device-pixel-ratio",
"for": "@media",
"value": "<number>",
"type": "range"
}
],
"-webkit-transform-3d": [
{
"name": "-webkit-transform-3d",
"for": "@media",
"value": "<mq-boolean>",
"acceptsMin/maxPrefixes": "no"
}
]
"atrules": {
"@media": {
"descriptors": [
{
"name": "-webkit-device-pixel-ratio",
"for": "@media",
"value": "<number>",
"type": "range"
},
{
"name": "-webkit-transform-3d",
"for": "@media",
"value": "<mq-boolean>",
"acceptsMin/maxPrefixes": "no"
}
]
}
},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/compositing.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<blend-mode>": {
"value": "normal | multiply | screen | overlay | darken | lighten | color-dodge |color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-align.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<self-position>": {
"value": "center | start | end | self-start | self-end | flex-start | flex-end"
Expand Down
7 changes: 6 additions & 1 deletion tr/css/css-animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,12 @@
]
}
},
"descriptors": {},
"atrules": {
"@keyframes": {
"value": "@keyframes <keyframes-name> { <rule-list> }",
"descriptors": []
}
},
"valuespaces": {
"<single-animation-iteration-count>": {
"value": "infinite | <number>"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<bg-image>": {
"value": "<image> | none"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-box.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<visual-box>": {
"value": "content-box | padding-box | border-box"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-break.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
7 changes: 6 additions & 1 deletion tr/css/css-cascade-6.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"url": "https://www.w3.org/TR/css-cascade-6/"
},
"properties": {},
"descriptors": {},
"atrules": {
"@scope": {
"value": "@scope (<scope-start>) [to (<scope-end>)]? { <stylesheet> }",
"descriptors": []
}
},
"valuespaces": {
"<scope-start>": {
"prose": "The <scope-start> is a <forgiving-selector-list>. Each element matched by <scope-start> is a scoping element, creating a scope with itself as the scoping root."
Expand Down
11 changes: 10 additions & 1 deletion tr/css/css-cascade.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@
]
}
},
"descriptors": {},
"atrules": {
"@import": {
"value": "@import [ <url> | <string> ] [ layer | layer(<layer-name>) ]? [ supports( [ <supports-condition> | <declaration> ] ) ]? <media-query-list>? ;",
"descriptors": []
},
"@layer": {
"value": "@layer <layer-name>? { <stylesheet> }",
"descriptors": []
}
},
"valuespaces": {
"<layer-name>": {
"value": "<ident> [ '.' <ident> ]*"
Expand Down
49 changes: 24 additions & 25 deletions tr/css/css-color-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,30 @@
"url": "https://www.w3.org/TR/css-color-5/"
},
"properties": {},
"descriptors": {
"src": [
{
"name": "src",
"for": "@color-profile",
"value": "<url>",
"initial": "n/a"
}
],
"rendering-intent": [
{
"name": "rendering-intent",
"for": "@color-profile",
"value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation",
"initial": "relative-colorimetric"
}
],
"components": [
{
"name": "components",
"for": "@color-profile",
"value": "<ident>#",
"initial": "n/a"
}
]
"atrules": {
"@color-profile": {
"value": "@color-profile [<dashed-ident> | device-cmyk] { <declaration-list> }",
"descriptors": [
{
"name": "src",
"for": "@color-profile",
"value": "<url>",
"initial": "n/a"
},
{
"name": "rendering-intent",
"for": "@color-profile",
"value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation",
"initial": "relative-colorimetric"
},
{
"name": "components",
"for": "@color-profile",
"value": "<ident>#",
"initial": "n/a"
}
]
}
},
"valuespaces": {
"<color-mix()>": {
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-color-adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<color>": {
"prose": "Colors in CSS are represented by the <color> type:",
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-conditional-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.w3.org/TR/css-conditional-4/"
},
"properties": {},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<supports-feature>": {
"value": "<supports-selector-fn> | <supports-decl>"
Expand Down
11 changes: 10 additions & 1 deletion tr/css/css-conditional-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"url": "https://www.w3.org/TR/css-conditional-5/"
},
"properties": {},
"descriptors": {},
"atrules": {
"@when": {
"value": "@when <boolean-condition> { <stylesheet> }",
"descriptors": []
},
"@else": {
"value": "@else <boolean-condition>? { <stylesheet> }",
"descriptors": []
}
},
"valuespaces": {
"<supports-feature>": {
"value": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-decl>"
Expand Down
11 changes: 10 additions & 1 deletion tr/css/css-conditional.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"url": "https://www.w3.org/TR/css-conditional-3/"
},
"properties": {},
"descriptors": {},
"atrules": {
"@media": {
"value": "@media <media-query-list> { <stylesheet> }",
"descriptors": []
},
"@supports": {
"value": "@supports <supports-condition> { <stylesheet> }",
"descriptors": []
}
},
"valuespaces": {
"<supports-condition>": {
"value": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
Expand Down
Loading

0 comments on commit 9028313

Please sign in to comment.