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.3.1.
  • Loading branch information
reffy-bot committed Feb 13, 2025
1 parent dbfe5de commit c380c6e
Show file tree
Hide file tree
Showing 56 changed files with 1,368 additions and 2,671 deletions.
10 changes: 5 additions & 5 deletions tr/algorithms/ambient-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rationale": "let",
"steps": [
{
"html": "<p>Let <var>illuminance</var> be the result of invoking <a data-link-type=\"dfn\" href=\"https://w3c.github.io/sensors/#get-value-from-latest-reading\" id=\"ref-for-get-value-from-latest-reading\">get value from latest\n reading</a> with <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> and \"illuminance\" as arguments.</p>"
"html": "<p>Let <var>illuminance</var> be the result of invoking <a data-link-type=\"dfn\" href=\"https://w3c.github.io/sensors/#get-value-from-latest-reading\" id=\"ref-for-get-value-from-latest-reading\">get value from latest reading</a> with <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> and \"illuminance\" as arguments.</p>"
},
{
"html": "<p>Return <var>illuminance</var>.</p>"
Expand Down Expand Up @@ -62,13 +62,13 @@
"html": "<p>Let <var>latestIlluminance</var> be <var>latestReading</var>[\"illuminance\"].</p>"
},
{
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/#eqn-abs\" id=\"ref-for-eqn-abs\">abs</a>(<var>latestIlluminance</var> - <var>newIlluminance</var>) &lt; <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#illuminance-threshold-value\" id=\"ref-for-illuminance-threshold-value③\">illuminance\n threshold value</a>, return false.</p>"
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/#eqn-abs\" id=\"ref-for-eqn-abs\">abs</a>(<var>latestIlluminance</var> - <var>newIlluminance</var>) &lt; <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#illuminance-threshold-value\" id=\"ref-for-illuminance-threshold-value③\">illuminance threshold value</a>, return false.</p>"
},
{
"html": "<p>Let <var>roundedNewReading</var> be the result of invoking the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#ambient-light-reading-quantization-algorithm\" id=\"ref-for-ambient-light-reading-quantization-algorithm①\">ambient light\n reading quantization algorithm</a> algorithm with <var>newIlluminance</var>.</p>"
"html": "<p>Let <var>roundedNewReading</var> be the result of invoking the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#ambient-light-reading-quantization-algorithm\" id=\"ref-for-ambient-light-reading-quantization-algorithm①\">ambient light reading quantization algorithm</a> algorithm with <var>newIlluminance</var>.</p>"
},
{
"html": "<p>Let <var>roundedLatestReading</var> be the result of invoking the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#ambient-light-reading-quantization-algorithm\" id=\"ref-for-ambient-light-reading-quantization-algorithm②\">ambient\n light reading quantization algorithm</a> algorithm with <var>latestIlluminance</var>.</p>"
"html": "<p>Let <var>roundedLatestReading</var> be the result of invoking the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#ambient-light-reading-quantization-algorithm\" id=\"ref-for-ambient-light-reading-quantization-algorithm②\">ambient light reading quantization algorithm</a> algorithm with <var>latestIlluminance</var>.</p>"
},
{
"html": "<p>If <var>roundedNewReading</var>[\"illuminance\"] and <var>roundedLatestIlluminance</var>[\"illuminance\"]\n are equal, return false.</p>"
Expand All @@ -87,7 +87,7 @@
"html": "<p>Let <var>quantizedReading</var> be <var>reading</var>.</p>"
},
{
"html": "<p>Set <var>quantizedReading</var>[\"illuminance\"] to the multiple of the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#illuminance-rounding-multiple\" id=\"ref-for-illuminance-rounding-multiple⑦\">illuminance\n rounding multiple</a> that <var>reading</var>[\"illuminance\"] is closest to.</p>"
"html": "<p>Set <var>quantizedReading</var>[\"illuminance\"] to the multiple of the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/ambient-light/#illuminance-rounding-multiple\" id=\"ref-for-illuminance-rounding-multiple⑦\">illuminance rounding multiple</a> that <var>reading</var>[\"illuminance\"] is closest to.</p>"
},
{
"html": "<p>Return <var>quantizedReading</var>.</p>"
Expand Down
198 changes: 161 additions & 37 deletions tr/algorithms/media-capabilities.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions tr/algorithms/pointerevents4.json

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions tr/algorithms/presentation-api.json

Large diffs are not rendered by default.

142 changes: 66 additions & 76 deletions tr/algorithms/webtransport.json

Large diffs are not rendered by default.

133 changes: 76 additions & 57 deletions tr/dfns/accelerometer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-model",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-model",
"title": "Accelerometer",
"number": "6.1"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -72,9 +73,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "linear-acceleration-sensor-model",
"href": "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-model",
"title": "Linear Acceleration Sensor",
"number": "6.2"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -109,9 +111,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "gravity-sensor-model",
"href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-model",
"title": "Gravity Sensor",
"number": "6.3"
},
"definedIn": "prose"
},
Expand All @@ -127,9 +130,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "gravity-sensor-model",
"href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-model",
"title": "Gravity Sensor",
"number": "6.3"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -164,9 +168,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "reference-frame",
"href": "https://www.w3.org/TR/accelerometer/#reference-frame",
"title": "Reference Frame",
"number": "6.4"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -206,9 +211,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -226,9 +232,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -246,9 +253,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -266,9 +274,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -284,9 +293,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -304,9 +314,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -324,9 +335,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -342,9 +354,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -362,9 +375,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "pre"
},
Expand All @@ -385,9 +399,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "accelerometer-interface",
"href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface",
"title": "The Accelerometer Interface",
"number": "7.1"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -427,9 +442,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "linearaccelerationsensor-interface",
"href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface",
"title": "The LinearAccelerationSensor Interface",
"number": "7.2"
},
"definedIn": "pre"
},
Expand All @@ -450,9 +466,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "linearaccelerationsensor-interface",
"href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface",
"title": "The LinearAccelerationSensor Interface",
"number": "7.2"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -492,9 +509,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "gravitysensor-interface",
"href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface",
"title": "The GravitySensor Interface",
"number": "7.3"
},
"definedIn": "pre"
},
Expand All @@ -515,9 +533,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/accelerometer/#title",
"title": "Accelerometer"
"id": "gravitysensor-interface",
"href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface",
"title": "The GravitySensor Interface",
"number": "7.3"
},
"definedIn": "prose"
},
Expand Down
Loading

0 comments on commit c380c6e

Please sign in to comment.