Skip to content

Commit 42fd95b

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.10.
1 parent f03eba3 commit 42fd95b

File tree

7 files changed

+1658
-1145
lines changed

7 files changed

+1658
-1145
lines changed

tr/algorithms/webnn.json

Lines changed: 311 additions & 338 deletions
Large diffs are not rendered by default.

tr/dfns/webnn.json

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,101 @@
20352035
},
20362036
"definedIn": "prose"
20372037
},
2038+
{
2039+
"id": "allowed-data-types",
2040+
"href": "https://www.w3.org/TR/webnn/#allowed-data-types",
2041+
"linkingText": [
2042+
"allowed data types"
2043+
],
2044+
"localLinkingText": [],
2045+
"type": "dfn",
2046+
"for": [],
2047+
"access": "private",
2048+
"informative": false,
2049+
"heading": {
2050+
"id": "api-mloperand",
2051+
"href": "https://www.w3.org/TR/webnn/#api-mloperand",
2052+
"title": "MLOperand interface",
2053+
"number": "7.6"
2054+
},
2055+
"definedIn": "prose"
2056+
},
2057+
{
2058+
"id": "same-as",
2059+
"href": "https://www.w3.org/TR/webnn/#same-as",
2060+
"linkingText": [
2061+
"same as"
2062+
],
2063+
"localLinkingText": [],
2064+
"type": "dfn",
2065+
"for": [],
2066+
"access": "private",
2067+
"informative": false,
2068+
"heading": {
2069+
"id": "api-mloperand",
2070+
"href": "https://www.w3.org/TR/webnn/#api-mloperand",
2071+
"title": "MLOperand interface",
2072+
"number": "7.6"
2073+
},
2074+
"definedIn": "prose"
2075+
},
2076+
{
2077+
"id": "any-data-type",
2078+
"href": "https://www.w3.org/TR/webnn/#any-data-type",
2079+
"linkingText": [
2080+
"any data type"
2081+
],
2082+
"localLinkingText": [],
2083+
"type": "dfn",
2084+
"for": [],
2085+
"access": "private",
2086+
"informative": false,
2087+
"heading": {
2088+
"id": "api-mloperand",
2089+
"href": "https://www.w3.org/TR/webnn/#api-mloperand",
2090+
"title": "MLOperand interface",
2091+
"number": "7.6"
2092+
},
2093+
"definedIn": "prose"
2094+
},
2095+
{
2096+
"id": "allowed-ranks",
2097+
"href": "https://www.w3.org/TR/webnn/#allowed-ranks",
2098+
"linkingText": [
2099+
"allowed ranks"
2100+
],
2101+
"localLinkingText": [],
2102+
"type": "dfn",
2103+
"for": [],
2104+
"access": "private",
2105+
"informative": false,
2106+
"heading": {
2107+
"id": "api-mloperand",
2108+
"href": "https://www.w3.org/TR/webnn/#api-mloperand",
2109+
"title": "MLOperand interface",
2110+
"number": "7.6"
2111+
},
2112+
"definedIn": "prose"
2113+
},
2114+
{
2115+
"id": "any-rank",
2116+
"href": "https://www.w3.org/TR/webnn/#any-rank",
2117+
"linkingText": [
2118+
"any rank"
2119+
],
2120+
"localLinkingText": [],
2121+
"type": "dfn",
2122+
"for": [],
2123+
"access": "private",
2124+
"informative": false,
2125+
"heading": {
2126+
"id": "api-mloperand",
2127+
"href": "https://www.w3.org/TR/webnn/#api-mloperand",
2128+
"title": "MLOperand interface",
2129+
"number": "7.6"
2130+
},
2131+
"definedIn": "prose"
2132+
},
20382133
{
20392134
"id": "dom-mloperatoroptions-label",
20402135
"href": "https://www.w3.org/TR/webnn/#dom-mloperatoroptions-label",

tr/headings/device-posture.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,26 +263,40 @@
263263
"title": "Acknowledgments",
264264
"number": "B"
265265
},
266+
{
267+
"id": "substantive-changes-summary",
268+
"href": "https://www.w3.org/TR/device-posture/#substantive-changes-summary",
269+
"level": 2,
270+
"title": "Summary of substantive changes",
271+
"number": "C"
272+
},
273+
{
274+
"id": "substantive-changes-summary-fpwd",
275+
"href": "https://www.w3.org/TR/device-posture/#substantive-changes-summary-fpwd",
276+
"level": 3,
277+
"title": "Changes since the First Public Working Draft (2020/12/17)",
278+
"number": "C.1"
279+
},
266280
{
267281
"id": "references",
268282
"href": "https://www.w3.org/TR/device-posture/#references",
269283
"level": 2,
270284
"title": "References",
271-
"number": "C"
285+
"number": "D"
272286
},
273287
{
274288
"id": "normative-references",
275289
"href": "https://www.w3.org/TR/device-posture/#normative-references",
276290
"level": 3,
277291
"title": "Normative references",
278-
"number": "C.1"
292+
"number": "D.1"
279293
},
280294
{
281295
"id": "informative-references",
282296
"href": "https://www.w3.org/TR/device-posture/#informative-references",
283297
"level": 3,
284298
"title": "Informative references",
285-
"number": "C.2"
299+
"number": "D.2"
286300
}
287301
]
288302
}

tr/ids/device-posture.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,14 @@
189189
"https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposture-onchange-4",
190190
"https://www.w3.org/TR/device-posture/#acknowledgments",
191191
"https://www.w3.org/TR/device-posture/#b-acknowledgments",
192+
"https://www.w3.org/TR/device-posture/#substantive-changes-summary",
193+
"https://www.w3.org/TR/device-posture/#c-summary-of-substantive-changes",
194+
"https://www.w3.org/TR/device-posture/#substantive-changes-summary-fpwd",
195+
"https://www.w3.org/TR/device-posture/#c-1-changes-since-the-first-public-working-draft-2020-12-17",
192196
"https://www.w3.org/TR/device-posture/#references",
193-
"https://www.w3.org/TR/device-posture/#c-references",
197+
"https://www.w3.org/TR/device-posture/#d-references",
194198
"https://www.w3.org/TR/device-posture/#normative-references",
195-
"https://www.w3.org/TR/device-posture/#c-1-normative-references",
199+
"https://www.w3.org/TR/device-posture/#d-1-normative-references",
196200
"https://www.w3.org/TR/device-posture/#bib-dom",
197201
"https://www.w3.org/TR/device-posture/#bib-html",
198202
"https://www.w3.org/TR/device-posture/#bib-infra",
@@ -203,7 +207,7 @@
203207
"https://www.w3.org/TR/device-posture/#bib-webdriver2",
204208
"https://www.w3.org/TR/device-posture/#bib-webidl",
205209
"https://www.w3.org/TR/device-posture/#informative-references",
206-
"https://www.w3.org/TR/device-posture/#c-2-informative-references",
210+
"https://www.w3.org/TR/device-posture/#d-2-informative-references",
207211
"https://www.w3.org/TR/device-posture/#bib-clreq",
208212
"https://www.w3.org/TR/device-posture/#bib-jlreq",
209213
"https://www.w3.org/TR/device-posture/#bib-klreq",

0 commit comments

Comments
 (0)