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 11.3.1.
  • Loading branch information
reffy-bot committed Jan 13, 2023
1 parent 2d1d95b commit 5a15a30
Show file tree
Hide file tree
Showing 24 changed files with 7,322 additions and 6,792 deletions.
2 changes: 1 addition & 1 deletion tr/css/css-color-6.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"name": "<wcag2>",
"type": "type",
"value": "wcag | wcag2([<number> | [ aa | aaa ] && large? ])"
"value": "wcag2 | wcag2([<number> | [ aa | aaa ] && large? ])"
}
]
}
82 changes: 62 additions & 20 deletions tr/dfns/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,48 @@
},
"definedIn": "prose"
},
{
"id": "syntax-call_expression",
"href": "https://www.w3.org/TR/WGSL/#syntax-call_expression",
"linkingText": [
"call_expression"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"syntax"
],
"access": "private",
"informative": false,
"heading": {
"id": "expression-grammar",
"href": "https://www.w3.org/TR/WGSL/#expression-grammar",
"title": "Expression Grammar Summary",
"number": "7.18"
},
"definedIn": "prose"
},
{
"id": "syntax-call_phrase",
"href": "https://www.w3.org/TR/WGSL/#syntax-call_phrase",
"linkingText": [
"call_phrase"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"syntax"
],
"access": "private",
"informative": false,
"heading": {
"id": "expression-grammar",
"href": "https://www.w3.org/TR/WGSL/#expression-grammar",
"title": "Expression Grammar Summary",
"number": "7.18"
},
"definedIn": "prose"
},
{
"id": "syntax-callable",
"href": "https://www.w3.org/TR/WGSL/#syntax-callable",
Expand Down Expand Up @@ -11951,6 +11993,26 @@
},
"definedIn": "prose"
},
{
"id": "recursive-descent-syntax-argument_expression_list",
"href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-argument_expression_list",
"linkingText": [
"argument_expression_list"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"recursive descent syntax"
],
"access": "private",
"informative": false,
"heading": {
"id": "grammar-recursive-descent",
"href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent",
"title": "18. Grammar for Recursive Descent Parsing"
},
"definedIn": "prose"
},
{
"id": "recursive-descent-syntax-assignment_statement-01",
"href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-assignment_statement-01",
Expand Down Expand Up @@ -12331,26 +12393,6 @@
},
"definedIn": "prose"
},
{
"id": "recursive-descent-syntax-func_call_statementpostident",
"href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-func_call_statementpostident",
"linkingText": [
"func_call_statement.post.ident"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"recursive descent syntax"
],
"access": "private",
"informative": false,
"heading": {
"id": "grammar-recursive-descent",
"href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent",
"title": "18. Grammar for Recursive Descent Parsing"
},
"definedIn": "prose"
},
{
"id": "recursive-descent-syntax-global_decl",
"href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-global_decl",
Expand Down
Loading

0 comments on commit 5a15a30

Please sign in to comment.