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 17.2.6.
  • Loading branch information
reffy-bot committed Oct 10, 2024
1 parent de02bfe commit 9066a17
Show file tree
Hide file tree
Showing 19 changed files with 212 additions and 83 deletions.
22 changes: 22 additions & 0 deletions tr/algorithms/accelerometer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@
"html": "<p>Otherwise, define <var>object</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/sensors/#local-coordinate-system\" id=\"ref-for-local-coordinate-system④\">local coordinate system</a> to the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/accelerometer/#device-coordinate-system\" id=\"ref-for-device-coordinate-system⑤\">device coordinate system</a>.</p>"
}
]
},
{
"name": "accelerometer reading quantization",
"html": "<dl>\n <dt data-md=\"\">input\n </dt><dd data-md=\"\">\n <p><var>reading</var>, a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/sensors/#sensor-reading\" id=\"ref-for-sensor-reading③\">sensor reading</a></p>\n </dd><dt data-md=\"\">output\n </dt><dd data-md=\"\">\n <p>A <a data-link-type=\"dfn\" href=\"https://w3c.github.io/sensors/#sensor-reading\" id=\"ref-for-sensor-reading④\">sensor reading</a></p>\n </dd></dl>",
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Let <var>quantizedReading</var> be <var>reading</var>.</p>"
},
{
"html": "<p>If <var>quantizedReading</var>[\"x\"] is not null, set <var>quantizedReading</var>[\"x\"] to the nearest 0.1 m/s<sup>2</sup>.</p>"
},
{
"html": "<p>If <var>quantizedReading</var>[\"y\"] is not null, set <var>quantizedReading</var>[\"y\"] to the nearest 0.1 m/s<sup>2</sup>.</p>"
},
{
"html": "<p>If <var>quantizedReading</var>[\"z\"] is not null, set <var>quantizedReading</var>[\"z\"] to the nearest 0.1 m/s<sup>2</sup>.</p>"
},
{
"html": "<p>Return <var>quantizedReading</var>.</p>"
}
]
}
]
}
48 changes: 27 additions & 21 deletions tr/algorithms/mediacapture-viewport.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tr/algorithms/webdriver2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6166,7 +6166,7 @@
"html": "<p>Let <var>pageHeight</var> be the result of <a href=\"https://www.w3.org/TR/webdriver2/#dfn-getting-the-property-with-default\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-getting-the-property-with-default-6\">getting a\n property with default</a> named \"<code>height</code>\" and with a\n default of <code>27.94</code> from <var>page</var>.\n\n </p>"
},
{
"html": "<p>If either of <var>pageWidth</var> or <var>pageHeight</var> is\n not a <a href=\"https://www.w3.org/TR/webdriver2/#dfn-number\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-number-21\">Number</a>, or is less then 0, return <a href=\"https://www.w3.org/TR/webdriver2/#dfn-error\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-282\">error</a>\n with <a href=\"https://www.w3.org/TR/webdriver2/#dfn-error-code\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-code-253\">error code</a> <a href=\"https://www.w3.org/TR/webdriver2/#dfn-invalid-argument\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-invalid-argument-113\">invalid argument</a>.\n\n </p>"
"html": "<p>If either of <var>pageWidth</var> or <var>pageHeight</var> is\n not a <a href=\"https://www.w3.org/TR/webdriver2/#dfn-number\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-number-21\">Number</a>, or is less than <code>(2.54 / 72)</code>, return <a href=\"https://www.w3.org/TR/webdriver2/#dfn-error\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-282\">error</a>\n with <a href=\"https://www.w3.org/TR/webdriver2/#dfn-error-code\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-code-253\">error code</a> <a href=\"https://www.w3.org/TR/webdriver2/#dfn-invalid-argument\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-invalid-argument-113\">invalid argument</a>.\n\n </p>"
},
{
"html": "<p>Let <var>margin</var> be the result of <a href=\"https://www.w3.org/TR/webdriver2/#dfn-getting-the-property-with-default\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-getting-the-property-with-default-7\">getting a property\n with default</a> named \"<code>margin</code>\" and with a default of an\n empty <a href=\"https://www.w3.org/TR/webdriver2/#dfn-object\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-object-55\">Object</a> from <var>parameters</var>.\n\n </p>"
Expand Down
15 changes: 9 additions & 6 deletions tr/algorithms/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -6740,7 +6740,10 @@
"html": "<p><a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-returnifabrupt-shorthands\" id=\"ref-for-sec-returnifabrupt-shorthands④⑨\">?</a> <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-texture-format-required-features\" id=\"ref-for-abstract-opdef-validate-texture-format-required-features⑧\" data-timeline=\"content\">Validate texture format required features</a> of <var>configuration</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-format\" id=\"ref-for-dom-gpucanvasconfiguration-format①\">format</a></code> with <var>device</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpuobjectbase-device-slot\" id=\"ref-for-dom-gpuobjectbase-device-slot⑧④\" data-timeline=\"const\">[[device]]</a></code>.</p>"
},
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-returnifabrupt-shorthands\" id=\"ref-for-sec-returnifabrupt-shorthands⑤⓪\">?</a> <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-texture-format-required-features\" id=\"ref-for-abstract-opdef-validate-texture-format-required-features⑨\" data-timeline=\"content\">Validate texture format required features</a> of each element of <var>configuration</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gputexturedescriptor-viewformats\" id=\"ref-for-dom-gputexturedescriptor-viewformats⑥\">viewFormats</a></code> with <var>device</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpuobjectbase-device-slot\" id=\"ref-for-dom-gpuobjectbase-device-slot⑧⑤\" data-timeline=\"const\">[[device]]</a></code>.</p>"
"html": "<p><a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-returnifabrupt-shorthands\" id=\"ref-for-sec-returnifabrupt-shorthands⑤⓪\">?</a> <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-texture-format-required-features\" id=\"ref-for-abstract-opdef-validate-texture-format-required-features⑨\" data-timeline=\"content\">Validate texture format required features</a> of each element of <var>configuration</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-viewformats\" id=\"ref-for-dom-gpucanvasconfiguration-viewformats\">viewFormats</a></code> with <var>device</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpuobjectbase-device-slot\" id=\"ref-for-dom-gpuobjectbase-device-slot⑧⑤\" data-timeline=\"const\">[[device]]</a></code>.</p>"
},
{
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#supported-context-formats\" id=\"ref-for-supported-context-formats\">Supported context formats</a> does not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain④\">contain</a> <var>configuration</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-format\" id=\"ref-for-dom-gpucanvasconfiguration-format②\">format</a></code>, throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①④\">TypeError</a></code>.</p>"
},
{
"html": "<p>Let <var>descriptor</var> be the <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration\" id=\"ref-for-abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration\" data-timeline=\"content\">GPUTextureDescriptor for the canvas and configuration</a>(<var>this</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-canvas\" id=\"ref-for-dom-gpucanvascontext-canvas②\" data-timeline=\"content\">canvas</a></code>, <var>configuration</var>).</p>"
Expand All @@ -6766,7 +6769,7 @@
"rationale": "if",
"steps": [
{
"html": "<p>If any of the following requirements are unmet, <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-generate-a-validation-error\" id=\"ref-for-abstract-opdef-generate-a-validation-error③④\" data-timeline=\"device\">generate a validation error</a> and return.</p>\n <div class=\"validusage\">\n <ul>\n <li data-md=\"\">\n <p><a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexturedescriptor\" id=\"ref-for-abstract-opdef-validating-gputexturedescriptor①\" data-timeline=\"device\">validating GPUTextureDescriptor</a>(<var>device</var>, <var>descriptor</var>)\nmust return true.</p>\n </li><li data-md=\"\">\n <p><a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#supported-context-formats\" id=\"ref-for-supported-context-formats\">Supported context formats</a> must <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain④\">contain</a> <var>configuration</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-format\" id=\"ref-for-dom-gpucanvasconfiguration-format②\">format</a></code>.</p>\n </li></ul>\n </div>"
"html": "<p>If any of the following requirements are unmet, <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-generate-a-validation-error\" id=\"ref-for-abstract-opdef-generate-a-validation-error③④\" data-timeline=\"device\">generate a validation error</a> and return.</p>\n <div class=\"validusage\">\n <ul>\n <li data-md=\"\">\n <p><a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexturedescriptor\" id=\"ref-for-abstract-opdef-validating-gputexturedescriptor①\" data-timeline=\"device\">validating GPUTextureDescriptor</a>(<var>device</var>, <var>descriptor</var>)\nmust return true.</p>\n </li></ul>\n </div>"
}
]
},
Expand Down Expand Up @@ -8027,7 +8030,7 @@
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>color</var> is a sequence and <var>color</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①④\">size</a> ≠ 4.</p>"
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>color</var> is a sequence and <var>color</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①④\">size</a> ≠ 4.</p>"
}
]
},
Expand All @@ -8038,7 +8041,7 @@
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>origin</var> is a sequence and <var>origin</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①⑤\">size</a> &gt; 2.</p>"
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>origin</var> is a sequence and <var>origin</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①⑤\">size</a> &gt; 2.</p>"
}
]
},
Expand All @@ -8049,7 +8052,7 @@
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>origin</var> is a sequence and <var>origin</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①⑥\">size</a> &gt; 3.</p>"
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if <var>origin</var> is a sequence and <var>origin</var>.<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-size\" id=\"ref-for-list-size①⑥\">size</a> &gt; 3.</p>"
}
]
},
Expand All @@ -8060,7 +8063,7 @@
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if:</p>"
"html": "<p>Throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code> if:</p>"
}
]
}
Expand Down
19 changes: 19 additions & 0 deletions tr/dfns/accelerometer.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,25 @@
"number": "8.1"
},
"definedIn": "heading"
},
{
"id": "accelerometer-reading-quantization-algorithm",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-reading-quantization-algorithm",
"linkingText": [
"Accelerometer reading quantization algorithm"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "accelerometer-reading-quantization-algorithm",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-reading-quantization-algorithm",
"title": "Accelerometer reading quantization algorithm",
"number": "8.2"
},
"definedIn": "heading"
}
]
}
2 changes: 1 addition & 1 deletion tr/dfns/webdriver2.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"access": "public",
"informative": false,
"heading": {
"id": "nodes",
Expand Down
25 changes: 23 additions & 2 deletions tr/dfns/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -26683,6 +26683,27 @@
},
"definedIn": "heading"
},
{
"id": "float32-blendable",
"href": "https://www.w3.org/TR/webgpu/#float32-blendable",
"linkingText": [
"\"float32-blendable\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"GPUFeatureName"
],
"access": "public",
"informative": false,
"heading": {
"id": "float32-blendable",
"href": "https://www.w3.org/TR/webgpu/#float32-blendable",
"title": "\"float32-blendable\"",
"number": "25.14"
},
"definedIn": "heading"
},
{
"id": "dom-gpufeaturename-clip-distances",
"href": "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-clip-distances",
Expand All @@ -26700,7 +26721,7 @@
"id": "dom-gpufeaturename-clip-distances",
"href": "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-clip-distances",
"title": "\"clip-distances\"",
"number": "25.14"
"number": "25.15"
},
"definedIn": "heading"
},
Expand All @@ -26721,7 +26742,7 @@
"id": "dom-gpufeaturename-dual-source-blending",
"href": "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-dual-source-blending",
"title": "\"dual-source-blending\"",
"number": "25.15"
"number": "25.16"
},
"definedIn": "heading"
},
Expand Down
7 changes: 7 additions & 0 deletions tr/headings/accelerometer.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@
"title": "Construct an accelerometer object",
"number": "8.1"
},
{
"id": "accelerometer-reading-quantization-algorithm",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-reading-quantization-algorithm",
"level": 3,
"title": "Accelerometer reading quantization algorithm",
"number": "8.2"
},
{
"id": "automation",
"href": "https://www.w3.org/TR/accelerometer/#automation",
Expand Down
11 changes: 9 additions & 2 deletions tr/headings/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1594,19 +1594,26 @@
"title": "\"float32-filterable\"",
"number": "25.13"
},
{
"id": "float32-blendable",
"href": "https://www.w3.org/TR/webgpu/#float32-blendable",
"level": 3,
"title": "\"float32-blendable\"",
"number": "25.14"
},
{
"id": "dom-gpufeaturename-clip-distances",
"href": "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-clip-distances",
"level": 3,
"title": "\"clip-distances\"",
"number": "25.14"
"number": "25.15"
},
{
"id": "dom-gpufeaturename-dual-source-blending",
"href": "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-dual-source-blending",
"level": 3,
"title": "\"dual-source-blending\"",
"number": "25.15"
"number": "25.16"
},
{
"id": "appendices",
Expand Down
1 change: 1 addition & 0 deletions tr/idl/webgpu.idl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ enum GPUFeatureName {
"rg11b10ufloat-renderable",
"bgra8unorm-storage",
"float32-filterable",
"float32-blendable",
"clip-distances",
"dual-source-blending",
};
Expand Down
Loading

0 comments on commit 9066a17

Please sign in to comment.