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 18.1.2.
  • Loading branch information
reffy-bot committed Jan 17, 2025
1 parent 2beb8e6 commit 0134df2
Show file tree
Hide file tree
Showing 25 changed files with 4,917 additions and 3,137 deletions.
2 changes: 1 addition & 1 deletion tr/algorithms/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"html": "<p>If the called function is <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#user-defined-function\" id=\"ref-for-user-defined-function⑨\">user-defined</a>,\nmemory is allocated for each function scope variable in the called function.</p>\n <ul>\n <li data-md=\"\">\n <p>Initialization occurs as described in <a href=\"https://www.w3.org/TR/WGSL/#var-decls\">§ 7.3 var Declarations</a>.</p>\n </li></ul>"
},
{
"html": "<p>Values for the formal parameters of the called function are determined\nby matching the function call argument values by position.\nFor example, the first formal parameter of the called function will have\nthe value of the first argument at the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#call-site\" id=\"ref-for-call-site\">call site</a>.</p>"
"html": "<p>Values for the formal parameters of the called function are determined\nby matching the function call argument values by position.\nFor example, the first formal parameter of the called function will have\nthe value of the first argument at the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#call-site\" id=\"ref-for-call-site\">call site</a>.</p>"
},
{
"html": "<p>Control is transferred to the called function.\nIf the called function is <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#user-defined-function\" id=\"ref-for-user-defined-function①⓪\">user-defined</a>, execution\nproceeds starting from the first statement in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#function-body\" id=\"ref-for-function-body⑥\">body</a>.</p>"
Expand Down
2 changes: 1 addition & 1 deletion tr/algorithms/webdriver-bidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
"html": "<p>For each entry <var>name</var> in <var>command parameters</var>[\"<code>events</code>\"],\n let <var>event names</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union\">union</a> of <var>event names</var> and the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try②\">trying</a> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#obtain-a-set-of-event-names\" id=\"ref-for-obtain-a-set-of-event-names\">obtain a set of event names</a> with <var>name</var>.</p>"
},
{
"html": "<p>Let <var>input user context ids</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-create\" id=\"ref-for-set-create\">create a set</a> with <var>command parameters</var>[<code>contexts</code>].</p>"
"html": "<p>Let <var>input user context ids</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-create\" id=\"ref-for-set-create\">create a set</a> with <var>command parameters</var>[<code>userContexts</code>].</p>"
},
{
"html": "<p>Let <var>input context ids</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-create\" id=\"ref-for-set-create①\">create a set</a> with <var>command parameters</var>[<code>contexts</code>].</p>"
Expand Down
596 changes: 304 additions & 292 deletions tr/algorithms/webgpu.json

Large diffs are not rendered by default.

1,048 changes: 595 additions & 453 deletions tr/algorithms/webnn.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0134df2

Please sign in to comment.