Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.1.2.
  • Loading branch information
reffy-bot committed Jan 8, 2025
1 parent 6ad92d6 commit 2c6c416
Show file tree
Hide file tree
Showing 18 changed files with 1,135 additions and 1,035 deletions.
336 changes: 220 additions & 116 deletions ed/algorithms/fenced-frame.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ed/algorithms/shape-detection-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"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>."
},
{
"html": "If the UA does not support barcode detection, resolve <var>promise</var> with <var>supportedFormats</var> and abort these steps."
"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."
},
{
"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>."
},
{
"html": "Resolve <var>promise</var> with <var>supportedFormats</var>."
"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>."
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/urlpattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@
"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>"
},
{
"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>"
"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>"
},
{
"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>"
Expand Down
130 changes: 127 additions & 3 deletions ed/dfns/fenced-frame.json
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,90 @@
},
"definedIn": "prose"
},
{
"id": "fencedframetype-untrusted-network-status",
"href": "https://wicg.github.io/fenced-frame/#fencedframetype-untrusted-network-status",
"linkingText": [
"untrusted network status"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"fencedframetype"
],
"access": "private",
"informative": false,
"heading": {
"id": "fenced-frame-config-struct",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
"title": "The fenced frame config struct",
"number": "2.3.3"
},
"definedIn": "prose"
},
{
"id": "untrusted-network-status-enabled",
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-enabled",
"linkingText": [
"enabled"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"untrusted network status"
],
"access": "public",
"informative": false,
"heading": {
"id": "fenced-frame-config-struct",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
"title": "The fenced frame config struct",
"number": "2.3.3"
},
"definedIn": "prose"
},
{
"id": "untrusted-network-status-disabled-for-this-tree",
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-disabled-for-this-tree",
"linkingText": [
"disabled for this tree"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"untrusted network status"
],
"access": "public",
"informative": false,
"heading": {
"id": "fenced-frame-config-struct",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
"title": "The fenced frame config struct",
"number": "2.3.3"
},
"definedIn": "prose"
},
{
"id": "untrusted-network-status-disabled-for-this-tree-and-fenced-subtrees",
"href": "https://wicg.github.io/fenced-frame/#untrusted-network-status-disabled-for-this-tree-and-fenced-subtrees",
"linkingText": [
"disabled for this tree and fenced subtrees"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"untrusted network status"
],
"access": "public",
"informative": false,
"heading": {
"id": "fenced-frame-config-struct",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-struct",
"title": "The fenced frame config struct",
"number": "2.3.3"
},
"definedIn": "prose"
},
{
"id": "finalize-a-reporting-destination",
"href": "https://wicg.github.io/fenced-frame/#finalize-a-reporting-destination",
Expand Down Expand Up @@ -2632,10 +2716,31 @@
"definedIn": "dt"
},
{
"id": "fenced-frame-config-instance-has-disabled-untrusted-network",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-has-disabled-untrusted-network",
"id": "fenced-frame-config-instance-untrusted-network-status",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-untrusted-network-status",
"linkingText": [
"has disabled untrusted network"
"untrusted network status"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"fenced frame config instance"
],
"access": "public",
"informative": false,
"heading": {
"id": "fenced-frame-config-instance-struct",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-struct",
"title": "The fenced frame config instance struct",
"number": "2.3.4"
},
"definedIn": "dt"
},
{
"id": "fenced-frame-config-instance-on-network-disabled-promises",
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-on-network-disabled-promises",
"linkingText": [
"on network disabled promises"
],
"localLinkingText": [],
"type": "dfn",
Expand Down Expand Up @@ -3611,6 +3716,25 @@
},
"definedIn": "prose"
},
{
"id": "recalculate-the-untrusted-network-status-of-all-fenced-frame-descendants",
"href": "https://wicg.github.io/fenced-frame/#recalculate-the-untrusted-network-status-of-all-fenced-frame-descendants",
"linkingText": [
"recalculate the untrusted network status of all fenced frame descendants"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "fence-interface",
"href": "https://wicg.github.io/fenced-frame/#fence-interface",
"title": "The Fence interface",
"number": "2.4"
},
"definedIn": "prose"
},
{
"id": "network-revocation-nonce-set",
"href": "https://wicg.github.io/fenced-frame/#network-revocation-nonce-set",
Expand Down
Loading

0 comments on commit 2c6c416

Please sign in to comment.