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.0.0.
  • Loading branch information
reffy-bot committed Dec 6, 2024
1 parent 13d399b commit fdb228b
Show file tree
Hide file tree
Showing 10 changed files with 1,410 additions and 1,065 deletions.
324 changes: 195 additions & 129 deletions ed/algorithms/CSP3.json

Large diffs are not rendered by default.

21 changes: 2 additions & 19 deletions ed/algorithms/webdriver-bidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1422,23 +1422,6 @@
}
]
},
{
"name": "get the parent navigable",
"href": "https://w3c.github.io/webdriver-bidi/#get-the-parent-navigable",
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-the-parent-navigable\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the parent navigable</dfn> given <var>navigable</var>:",
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Let <var>parent navigable</var> be <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-parent\" id=\"ref-for-nav-parent①\">parent</a>.</p>"
},
{
"html": "<p>If <var>parent navigable</var> is null, then return null.</p>"
},
{
"html": "<p>Return <var>parent navigable</var>.</p>"
}
]
},
{
"name": "get the child navigables",
"href": "https://w3c.github.io/webdriver-bidi/#get-the-child-navigables",
Expand All @@ -1463,7 +1446,7 @@
"html": "<p>Let <var>navigable id</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#navigable-id\" id=\"ref-for-navigable-id②\">navigable id</a> for <var>navigable</var>.</p>"
},
{
"html": "<p>Let <var>navigable</var> be <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-the-parent-navigable\" id=\"ref-for-get-the-parent-navigable\">get the parent navigable</a> given <var>navigable</var>.</p>"
"html": "<p>Let <var>navigable</var> be <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-parent\" id=\"ref-for-nav-parent\">parent</a>.</p>"
},
{
"html": "<p>If <var>navigable</var> is not null let <var>parent id</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#navigable-id\" id=\"ref-for-navigable-id③\">navigable id</a> of <var>navigable</var>. Otherwise let <var>parent id</var> be null.</p>"
Expand Down Expand Up @@ -2938,7 +2921,7 @@
"html": "<p>Let <var>body</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map③⑤\">map</a> matching the <code>browsingContext.ContextDestroyed</code> production, with the <code>params</code> field set to <var>params</var>.</p>"
},
{
"html": "<p>Let <var>related navigables</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set①⑨\">set</a> containing the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-the-parent-navigable\" id=\"ref-for-get-the-parent-navigable①\">get the parent navigable</a> with <var>navigable</var>, if that is not\n null, or an empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②⓪\">set</a> otherwise.</p>"
"html": "<p>Let <var>related navigables</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set①⑨\">set</a> containing <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-parent\" id=\"ref-for-nav-parent\">parent</a>,\n if that is not null, or an empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②⓪\">set</a> otherwise.</p>"
},
{
"html": "For each <var>session</var> in the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled\" id=\"ref-for-set-of-sessions-for-which-an-event-is-enabled①\">set of sessions for which an event is enabled</a> given \"<code>browsingContext.contextDestroyed</code>\" and <var>related navigables</var>:",
Expand Down
219 changes: 219 additions & 0 deletions ed/dfns/CSP3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,63 @@
},
"definedIn": "pre"
},
{
"id": "grammardef-report-sha256",
"href": "https://w3c.github.io/webappsec-csp/#grammardef-report-sha256",
"linkingText": [
"'report-sha256'"
],
"localLinkingText": [],
"type": "grammar",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "framework-directive-source-list",
"href": "https://w3c.github.io/webappsec-csp/#framework-directive-source-list",
"title": "Source Lists",
"number": "2.3.1"
},
"definedIn": "pre"
},
{
"id": "grammardef-report-sha384",
"href": "https://w3c.github.io/webappsec-csp/#grammardef-report-sha384",
"linkingText": [
"'report-sha384'"
],
"localLinkingText": [],
"type": "grammar",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "framework-directive-source-list",
"href": "https://w3c.github.io/webappsec-csp/#framework-directive-source-list",
"title": "Source Lists",
"number": "2.3.1"
},
"definedIn": "pre"
},
{
"id": "grammardef-report-sha512",
"href": "https://w3c.github.io/webappsec-csp/#grammardef-report-sha512",
"linkingText": [
"'report-sha512'"
],
"localLinkingText": [],
"type": "grammar",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "framework-directive-source-list",
"href": "https://w3c.github.io/webappsec-csp/#framework-directive-source-list",
"title": "Source Lists",
"number": "2.3.1"
},
"definedIn": "pre"
},
{
"id": "grammardef-nonce-source",
"href": "https://w3c.github.io/webappsec-csp/#grammardef-nonce-source",
Expand Down Expand Up @@ -1502,6 +1559,25 @@
},
"definedIn": "heading"
},
{
"id": "potentially-report-hash",
"href": "https://w3c.github.io/webappsec-csp/#potentially-report-hash",
"linkingText": [
"Potentially report hash"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "potentially-report-hash",
"href": "https://w3c.github.io/webappsec-csp/#potentially-report-hash",
"title": "Potentially report hash",
"number": "4.1.4"
},
"definedIn": "heading"
},
{
"id": "global-object-csp-list",
"href": "https://w3c.github.io/webappsec-csp/#global-object-csp-list",
Expand Down Expand Up @@ -1984,6 +2060,149 @@
},
"definedIn": "pre"
},
{
"id": "csp-hash-report",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report",
"linkingText": [
"csp hash report"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body",
"linkingText": [
"csp hash report body"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body-documenturl",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body-documenturl",
"linkingText": [
"documentURL"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"csp hash report body"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body-subresourceurl",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body-subresourceurl",
"linkingText": [
"subresourceURL"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"csp hash report body"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body-hash",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body-hash",
"linkingText": [
"hash"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"csp hash report body"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body-destination",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body-destination",
"linkingText": [
"destination"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"csp hash report body"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "csp-hash-report-body-type",
"href": "https://w3c.github.io/webappsec-csp/#csp-hash-report-body-type",
"linkingText": [
"type"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"csp hash report body"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://w3c.github.io/webappsec-csp/#reporting",
"title": "Reporting",
"number": "5"
},
"definedIn": "prose"
},
{
"id": "enumdef-securitypolicyviolationeventdisposition",
"href": "https://w3c.github.io/webappsec-csp/#enumdef-securitypolicyviolationeventdisposition",
Expand Down
19 changes: 0 additions & 19 deletions ed/dfns/webdriver-bidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2544,25 +2544,6 @@
},
"definedIn": "prose"
},
{
"id": "get-the-parent-navigable",
"href": "https://w3c.github.io/webdriver-bidi/#get-the-parent-navigable",
"linkingText": [
"get the parent navigable"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "type-browsingContext-Info",
"href": "https://w3c.github.io/webdriver-bidi/#type-browsingContext-Info",
"title": "The browsingContext.Info Type",
"number": "7.3.2.2"
},
"definedIn": "prose"
},
{
"id": "get-the-child-navigables",
"href": "https://w3c.github.io/webdriver-bidi/#get-the-child-navigables",
Expand Down
7 changes: 7 additions & 0 deletions ed/headings/CSP3.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@
"title": "Should response to request be blocked by Content Security Policy?",
"number": "4.1.3"
},
{
"id": "potentially-report-hash",
"href": "https://w3c.github.io/webappsec-csp/#potentially-report-hash",
"level": 4,
"title": "Potentially report hash",
"number": "4.1.4"
},
{
"id": "html-integration",
"href": "https://w3c.github.io/webappsec-csp/#html-integration",
Expand Down
Loading

0 comments on commit fdb228b

Please sign in to comment.