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.1.
  • Loading branch information
reffy-bot committed Aug 29, 2022
1 parent b2e33e9 commit b66257e
Show file tree
Hide file tree
Showing 99 changed files with 26,815 additions and 11,091 deletions.
2 changes: 1 addition & 1 deletion tr/css/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<single-animation-composition>": {
"value": "replace | add | accumulate"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<position>": {
"value": "[ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ]"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://drafts.csswg.org/css-env-1/"
},
"properties": {},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<env()>": {
"value": "env( <custom-ident> <integer [0,∞]>*, <declaration-value>? )"
Expand Down
7 changes: 6 additions & 1 deletion tr/css/css-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"url": "https://drafts.csswg.org/css-extensions-1/"
},
"properties": {},
"descriptors": {},
"atrules": {
"@custom-selector": {
"value": "@custom-selector <custom-selector> <selector-list> ;",
"descriptors": []
}
},
"valuespaces": {
"<extension-name>": {
"prose": "All extensions defined in this specification use a common syntax for defining their ”names”: the <extension-name> production. An <extension-name> is any identifier that starts with two dashes (U+002D HYPHEN-MINUS), like --foo, or even exotic names like -- or ------. The CSS language will never use identifiers of this form for any language-defined purpose, so it’s safe to use them for author-defined purposes without ever having to worry about colliding with CSS-defined names."
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-gcpm-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-grid-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-multicol-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-scroll-snap-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-shapes-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<shape-command>": {
"prose": "The sequence of <shape-command>s represent further path data commands. Each command’s starting point is the previous command’s ending point.",
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-size-adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {}
}
2 changes: 1 addition & 1 deletion tr/css/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://drafts.csswg.org/css-values-5/"
},
"properties": {},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<toggle()>": {
"prose": "The toggle() expression allows descendant elements to cycle over a list of values instead of inheriting the same value."
Expand Down
4 changes: 2 additions & 2 deletions tr/css/css-variables.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": {
"title": "CSS Custom Properties for Cascading Variables Module Level 1",
"url": "https://www.w3.org/TR/css-variables-1/"
"title": "CSS Custom Properties for Cascading Variables Module Level 2",
"url": "https://drafts.csswg.org/css-variables-2/"
},
"properties": {},
"atrules": {},
Expand Down
4 changes: 2 additions & 2 deletions tr/css/scroll-animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
]
}
},
"descriptors": {},
"atrules": {},
"valuespaces": {
"<scroll()>": {
"value": "scroll( <axis>? <scroller>? )"
Expand All @@ -119,7 +119,7 @@
"value": "block | inline | vertical | horizontal"
},
"<scroller>": {
"value": "root | nearest | <custom-ident>"
"value": "root | nearest"
}
}
}
Loading

0 comments on commit b66257e

Please sign in to comment.