Skip to content

Commit 2c6c416

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent 6ad92d6 commit 2c6c416

18 files changed

+1135
-1035
lines changed

ed/algorithms/fenced-frame.json

Lines changed: 220 additions & 116 deletions
Large diffs are not rendered by default.

ed/algorithms/shape-detection-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"html": "Let <var>supportedFormats</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects\" id=\"ref-for-sec-array-objects\">Array</a></code>."
1515
},
1616
{
17-
"html": "If the UA does not support barcode detection, resolve <var>promise</var> with <var>supportedFormats</var> and abort these steps."
17+
"html": "If the UA does not support barcode detection, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\" id=\"ref-for-queue-a-global-task\">queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global\">relevant global object</a> of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> using the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shape-detection-api/#shape-detection-task-source\" id=\"ref-for-shape-detection-task-source\">shape detection task source</a> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve\">resolve</a> <var>promise</var> with <var>supportedFormats</var> and abort these steps."
1818
},
1919
{
2020
"html": "Enumerate the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://wicg.github.io/shape-detection-api/#enumdef-barcodeformat\" id=\"ref-for-enumdef-barcodeformat①\">BarcodeFormat</a></code>s that the UA understands as potentially detectable in images. Add these to <var>supportedFormats</var>."
2121
},
2222
{
23-
"html": "Resolve <var>promise</var> with <var>supportedFormats</var>."
23+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\" id=\"ref-for-queue-a-global-task①\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global①\">relevant global object</a> of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a> using the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shape-detection-api/#shape-detection-task-source\" id=\"ref-for-shape-detection-task-source①\">shape detection task source</a> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve①\">resolve</a> <var>promise</var> with <var>supportedFormats</var>."
2424
}
2525
]
2626
}

ed/algorithms/urlpattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3436,7 +3436,7 @@
34363436
"html": "<p>Let <var>serializedBaseURL</var> be the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer③\">serialization</a> of <var>baseURL</var>.</p>"
34373437
},
34383438
{
3439-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert①⑦\">Assert</a>: <var>rawPattern</var> is a <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#string\" id=\"ref-for-string②\">string</a>.</p>"
3439+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert①⑦\">Assert</a>: <var>rawPattern</var> is a <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#string\" id=\"ref-for-string②\">string</a>.</p>"
34403440
},
34413441
{
34423442
"html": "<p>Return the result of <a data-link-type=\"dfn\" href=\"https://urlpattern.spec.whatwg.org/#url-pattern-create\" id=\"ref-for-url-pattern-create⑤\">creating</a> a URL pattern given <var>rawPattern</var>, <var>serializedBaseURL</var>, and an empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map⑤\">map</a>.</p>"

ed/dfns/fenced-frame.json

Lines changed: 127 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,90 @@
986986
},
987987
"definedIn": "prose"
988988
},
989+
{
990+
"id": "fencedframetype-untrusted-network-status",
991+
"href": "https://wicg.github.io/fenced-frame/#fencedframetype-untrusted-network-status",
992+
"linkingText": [
993+
"untrusted network status"
994+
],
995+
"localLinkingText": [],
996+
"type": "dfn",
997+
"for": [
998+
"fencedframetype"
999+
],
1000+
"access": "private",
1001+
"informative": false,
1002+
"heading": {
1003+
"id": "fenced-frame-config-struct",
1004+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
1005+
"title": "The fenced frame config struct",
1006+
"number": "2.3.3"
1007+
},
1008+
"definedIn": "prose"
1009+
},
1010+
{
1011+
"id": "untrusted-network-status-enabled",
1012+
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-enabled",
1013+
"linkingText": [
1014+
"enabled"
1015+
],
1016+
"localLinkingText": [],
1017+
"type": "dfn",
1018+
"for": [
1019+
"untrusted network status"
1020+
],
1021+
"access": "public",
1022+
"informative": false,
1023+
"heading": {
1024+
"id": "fenced-frame-config-struct",
1025+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
1026+
"title": "The fenced frame config struct",
1027+
"number": "2.3.3"
1028+
},
1029+
"definedIn": "prose"
1030+
},
1031+
{
1032+
"id": "untrusted-network-status-disabled-for-this-tree",
1033+
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-disabled-for-this-tree",
1034+
"linkingText": [
1035+
"disabled for this tree"
1036+
],
1037+
"localLinkingText": [],
1038+
"type": "dfn",
1039+
"for": [
1040+
"untrusted network status"
1041+
],
1042+
"access": "public",
1043+
"informative": false,
1044+
"heading": {
1045+
"id": "fenced-frame-config-struct",
1046+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
1047+
"title": "The fenced frame config struct",
1048+
"number": "2.3.3"
1049+
},
1050+
"definedIn": "prose"
1051+
},
1052+
{
1053+
"id": "untrusted-network-status-disabled-for-this-tree-and-fenced-subtrees",
1054+
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-disabled-for-this-tree-and-fenced-subtrees",
1055+
"linkingText": [
1056+
"disabled for this tree and fenced subtrees"
1057+
],
1058+
"localLinkingText": [],
1059+
"type": "dfn",
1060+
"for": [
1061+
"untrusted network status"
1062+
],
1063+
"access": "public",
1064+
"informative": false,
1065+
"heading": {
1066+
"id": "fenced-frame-config-struct",
1067+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
1068+
"title": "The fenced frame config struct",
1069+
"number": "2.3.3"
1070+
},
1071+
"definedIn": "prose"
1072+
},
9891073
{
9901074
"id": "finalize-a-reporting-destination",
9911075
"href": "https://wicg.github.io/fenced-frame/#finalize-a-reporting-destination",
@@ -2632,10 +2716,31 @@
26322716
"definedIn": "dt"
26332717
},
26342718
{
2635-
"id": "fenced-frame-config-instance-has-disabled-untrusted-network",
2636-
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-has-disabled-untrusted-network",
2719+
"id": "fenced-frame-config-instance-untrusted-network-status",
2720+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-untrusted-network-status",
26372721
"linkingText": [
2638-
"has disabled untrusted network"
2722+
"untrusted network status"
2723+
],
2724+
"localLinkingText": [],
2725+
"type": "dfn",
2726+
"for": [
2727+
"fenced frame config instance"
2728+
],
2729+
"access": "public",
2730+
"informative": false,
2731+
"heading": {
2732+
"id": "fenced-frame-config-instance-struct",
2733+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-struct",
2734+
"title": "The fenced frame config instance struct",
2735+
"number": "2.3.4"
2736+
},
2737+
"definedIn": "dt"
2738+
},
2739+
{
2740+
"id": "fenced-frame-config-instance-on-network-disabled-promises",
2741+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-on-network-disabled-promises",
2742+
"linkingText": [
2743+
"on network disabled promises"
26392744
],
26402745
"localLinkingText": [],
26412746
"type": "dfn",
@@ -3611,6 +3716,25 @@
36113716
},
36123717
"definedIn": "prose"
36133718
},
3719+
{
3720+
"id": "recalculate-the-untrusted-network-status-of-all-fenced-frame-descendants",
3721+
"href": "https://wicg.github.io/fenced-frame/#recalculate-the-untrusted-network-status-of-all-fenced-frame-descendants",
3722+
"linkingText": [
3723+
"recalculate the untrusted network status of all fenced frame descendants"
3724+
],
3725+
"localLinkingText": [],
3726+
"type": "dfn",
3727+
"for": [],
3728+
"access": "private",
3729+
"informative": false,
3730+
"heading": {
3731+
"id": "fence-interface",
3732+
"href": "https://wicg.github.io/fenced-frame/#fence-interface",
3733+
"title": "The Fence interface",
3734+
"number": "2.4"
3735+
},
3736+
"definedIn": "prose"
3737+
},
36143738
{
36153739
"id": "network-revocation-nonce-set",
36163740
"href": "https://wicg.github.io/fenced-frame/#network-revocation-nonce-set",

0 commit comments

Comments
 (0)