Skip to content

Commit 34cc0e6

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.8.1.
1 parent 89222d7 commit 34cc0e6

26 files changed

+1123
-739
lines changed

tr/algorithms/openscreen-application.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"html": "<p>A <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-application/#controller\" id=\"ref-for-controller①\">controller</a> must be able to determine if a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-application/#receiver\" id=\"ref-for-receiver①\">receiver</a> is reasonably\ncapable of rendering a specific <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-request-url\" id=\"ref-for-dfn-presentation-request-url\">presentation request URL</a>.</p>"
1313
},
1414
{
15-
"html": "<p>A controller must be able to start a new <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-receiving-browsing-context\" id=\"ref-for-dfn-receiving-browsing-context①\">presentation</a> on a\nreceiver given a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-request-url\" id=\"ref-for-dfn-presentation-request-url①\">presentation request URL</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-identifier\" id=\"ref-for-dfn-presentation-identifier\">presentation\nidentifier</a>.</p>"
15+
"html": "<p>A controller must be able to start a new <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-receiving-browsing-context\" id=\"ref-for-dfn-receiving-browsing-context①\">presentation</a> on a\nreceiver given a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-request-url\" id=\"ref-for-dfn-presentation-request-url①\">presentation request URL</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-identifier\" id=\"ref-for-dfn-presentation-identifier\">presentation identifier</a>.</p>"
1616
},
1717
{
18-
"html": "<p>A controller must be able to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/presentation-api/#dom-presentationconnection\" id=\"ref-for-dom-presentationconnection\">PresentationConnection</a></code> to an\nexisting presentation on the receiver, given its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-request-url\" id=\"ref-for-dfn-presentation-request-url②\">presentation request\nURL</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-identifier\" id=\"ref-for-dfn-presentation-identifier①\">presentation identifier</a>.</p>"
18+
"html": "<p>A controller must be able to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/presentation-api/#dom-presentationconnection\" id=\"ref-for-dom-presentationconnection\">PresentationConnection</a></code> to an\nexisting presentation on the receiver, given its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-request-url\" id=\"ref-for-dfn-presentation-request-url②\">presentation request URL</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/presentation-api/#dfn-presentation-identifier\" id=\"ref-for-dfn-presentation-identifier①\">presentation identifier</a>.</p>"
1919
},
2020
{
2121
"html": "<p>It must be possible to close a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/presentation-api/#dom-presentationconnection\" id=\"ref-for-dom-presentationconnection①\">PresentationConnection</a></code> between a\ncontroller and a presentation, and signal both parties with the reason why\nthe connection was closed.</p>"

tr/algorithms/openscreen-network.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"rationale": "set",
6161
"steps": [
6262
{
63-
"html": "<p>Set <var>hexSerialNumber</var> to the <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/openscreen-network/#biblio-rfc4648\" title=\"The Base16, Base32, and Base64 Data Encodings\">base64</a> encoded <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-network/#certificate-serial-number\" id=\"ref-for-certificate-serial-number①\">certificate serial number</a>.</p>"
63+
"html": "<p>Set <var>base64SerialNumber</var> to the <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/openscreen-network/#biblio-rfc4648\" title=\"The Base16, Base32, and Base64 Data Encodings\">base64</a> encoded <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-network/#certificate-serial-number\" id=\"ref-for-certificate-serial-number①\">certificate serial number</a>.</p>"
6464
},
6565
{
6666
"html": "Set <var>encodedInstanceName</var> to the result of the following:",
@@ -81,7 +81,7 @@
8181
]
8282
},
8383
{
84-
"html": "<p>Set the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-network/#agent-hostname\" id=\"ref-for-agent-hostname\">agent hostname</a> to the string <var>hexSerialNumber</var> + <code>.</code> + <var>encodedInstanceName</var> + <code>.</code> + <var>encodedDomain</var></p>"
84+
"html": "<p>Set the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/openscreen-network/#agent-hostname\" id=\"ref-for-agent-hostname\">agent hostname</a> to the string <var>base64SerialNumber</var> + <code>.</code> + <var>encodedInstanceName</var> + <code>.</code> + <var>encodedDomain</var></p>"
8585
}
8686
]
8787
},

tr/algorithms/secure-payment-confirmation.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
},
238238
{
239239
"case": "The user wishes to opt out of the process for the given relying party,",
240-
"html": "<p>Reject the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/payment-request/#dom-paymentrequest-show\" id=\"ref-for-dom-paymentrequest-show④\">PaymentRequest.show()</a></code> with an\n\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#optouterror\" id=\"ref-for-optouterror\">OptOutError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException③\">DOMException</a></code>. See <a href=\"https://www.w3.org/TR/secure-payment-confirmation/#sctn-user-opt-out\">§ 12.5 User opt out</a>.</p>"
240+
"html": "<p>Reject the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/payment-request/#dom-paymentrequest-show\" id=\"ref-for-dom-paymentrequest-show④\">PaymentRequest.show()</a></code> with an\n\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#optouterror\" id=\"ref-for-optouterror\">OptOutError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException③\">DOMException</a></code>. See <a href=\"https://www.w3.org/TR/secure-payment-confirmation/#sctn-user-opt-out\">§ 12.6 User opt out</a>.</p>"
241241
}
242242
]
243243
}
@@ -594,6 +594,18 @@
594594
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success\">success</a> with data <code>null</code>.</p>"
595595
}
596596
]
597+
},
598+
{
599+
"html": "However, this attack is not feasible:",
600+
"rationale": "reject",
601+
"steps": [
602+
{
603+
"html": "<p>When the attacker is substituting the BBK: The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party④⑦\">Relying Party</a> will detect\nan incorrect signature when verifying the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webauthn-3/#dictdef-collectedclientdata\" id=\"ref-for-dictdef-collectedclientdata①④\">CollectedClientData</a></code> (that\ncontains the BBK public key) using the passkey public key. The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party④⑧\">Relying Party</a> should reject this transaction and treat this BBK public key as\nuntrusted.</p>"
604+
},
605+
{
606+
"html": "<p>When the attacker attempts to impersonate the user: The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party④⑨\">Relying Party</a> will detect an incorrect signature when verifying using the passkey public\nkey. The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party⑤⓪\">Relying Party</a> should continue to treat this BBK public key as\nuntrusted.</p>"
607+
}
608+
]
597609
}
598610
]
599611
}

tr/algorithms/webnn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@
22352235
"rationale": "if",
22362236
"steps": [
22372237
{
2238-
"html": "<p>If <var>a</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype②⑧\">dataType</a> is not <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddatatype-uint8\" id=\"ref-for-dom-mloperanddatatype-uint8\">\"uint8\"</a></code>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①②①\">throw</a> 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>"
2238+
"html": "<p>If <var>a</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype②⑧\">dataType</a> is not <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddatatype-uint8\" id=\"ref-for-dom-mloperanddatatype-uint8\">\"uint8\"</a></code>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①②①\">throw</a> 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>"
22392239
}
22402240
]
22412241
},
@@ -2264,7 +2264,7 @@
22642264
]
22652265
},
22662266
{
2267-
"html": "<p>Let <var>descriptor</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor⑥\">creating an MLOperandDescriptor</a> given <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddatatype-uint8\" id=\"ref-for-dom-mloperanddatatype-uint8\">\"uint8\"</a></code> and <var>outputShape</var>.</p>"
2267+
"html": "<p>Let <var>descriptor</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor⑥\">creating an MLOperandDescriptor</a> given <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddatatype-uint8\" id=\"ref-for-dom-mloperanddatatype-uint8\">\"uint8\"</a></code> and <var>outputShape</var>.</p>"
22682268
},
22692269
{
22702270
"html": "<em>Make graph connections:</em>",

tr/dfns/epub-rs-34.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
"href": "https://www.w3.org/TR/epub-rs-34/#app-ers-hasFeature-desc",
142142
"title": "Description",
143143
"alternateIds": [
144-
"b-4-1-1-description"
144+
"b-3-1-1-description"
145145
],
146-
"number": "B.4.1.1"
146+
"number": "B.3.1.1"
147147
},
148148
"definedIn": "prose"
149149
}

tr/dfns/rdf12-xml.json

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,117 @@
44
"url": "https://www.w3.org/TR/rdf12-xml/"
55
},
66
"dfns": [
7+
{
8+
"id": "dfn-node-elements",
9+
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-node-elements",
10+
"linkingText": [
11+
"node elements"
12+
],
13+
"localLinkingText": [],
14+
"type": "dfn",
15+
"for": [],
16+
"access": "private",
17+
"informative": true,
18+
"heading": {
19+
"id": "section-Syntax-node-property-elements",
20+
"href": "https://www.w3.org/TR/rdf12-xml/#section-Syntax-node-property-elements",
21+
"title": "Node Elements and Property Elements",
22+
"alternateIds": [
23+
"x2-2-node-elements-and-property-elements"
24+
],
25+
"number": "2.2"
26+
},
27+
"definedIn": "prose"
28+
},
29+
{
30+
"id": "dfn-property-elements",
31+
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-property-elements",
32+
"linkingText": [
33+
"property elements"
34+
],
35+
"localLinkingText": [],
36+
"type": "dfn",
37+
"for": [],
38+
"access": "private",
39+
"informative": true,
40+
"heading": {
41+
"id": "section-Syntax-node-property-elements",
42+
"href": "https://www.w3.org/TR/rdf12-xml/#section-Syntax-node-property-elements",
43+
"title": "Node Elements and Property Elements",
44+
"alternateIds": [
45+
"x2-2-node-elements-and-property-elements"
46+
],
47+
"number": "2.2"
48+
},
49+
"definedIn": "prose"
50+
},
51+
{
52+
"id": "dfn-blank-node-elements",
53+
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-blank-node-elements",
54+
"linkingText": [
55+
"blank node elements"
56+
],
57+
"localLinkingText": [],
58+
"type": "dfn",
59+
"for": [],
60+
"access": "private",
61+
"informative": true,
62+
"heading": {
63+
"id": "section-Syntax-node-property-elements",
64+
"href": "https://www.w3.org/TR/rdf12-xml/#section-Syntax-node-property-elements",
65+
"title": "Node Elements and Property Elements",
66+
"alternateIds": [
67+
"x2-2-node-elements-and-property-elements"
68+
],
69+
"number": "2.2"
70+
},
71+
"definedIn": "prose"
72+
},
73+
{
74+
"id": "dfn-property-attribute",
75+
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-property-attribute",
76+
"linkingText": [
77+
"property attribute",
78+
"Property Attribute"
79+
],
80+
"localLinkingText": [],
81+
"type": "dfn",
82+
"for": [],
83+
"access": "private",
84+
"informative": true,
85+
"heading": {
86+
"id": "section-Syntax-property-attributes",
87+
"href": "https://www.w3.org/TR/rdf12-xml/#section-Syntax-property-attributes",
88+
"title": "Property Attributes",
89+
"alternateIds": [
90+
"x2-5-property-attributes"
91+
],
92+
"number": "2.5"
93+
},
94+
"definedIn": "prose"
95+
},
96+
{
97+
"id": "dfn-annotating",
98+
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-annotating",
99+
"linkingText": [
100+
"annotating"
101+
],
102+
"localLinkingText": [],
103+
"type": "dfn",
104+
"for": [],
105+
"access": "private",
106+
"informative": true,
107+
"heading": {
108+
"id": "section-Syntax-annotations",
109+
"href": "https://www.w3.org/TR/rdf12-xml/#section-Syntax-annotations",
110+
"title": "Annotating Triples: rdf:annotation or rdf:annotationNodeID",
111+
"alternateIds": [
112+
"x2-20-annotating-triples-rdf-annotation-or-rdf-annotationnodeid"
113+
],
114+
"number": "2.20"
115+
},
116+
"definedIn": "prose"
117+
},
7118
{
8119
"id": "dfn-rdf-xml-document",
9120
"href": "https://www.w3.org/TR/rdf12-xml/#dfn-rdf-xml-document",

0 commit comments

Comments
 (0)