Skip to content

Commit 3ae226f

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.0.1.
1 parent 381a537 commit 3ae226f

File tree

11 files changed

+530
-955
lines changed

11 files changed

+530
-955
lines changed

ed/algorithms/html.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8106,12 +8106,9 @@
81068106
]
81078107
},
81088108
{
8109-
"html": "The <code id=\"the-iframe-element:the-iframe-element-6\"><a href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element\">iframe</a></code> <a id=\"the-iframe-element:html-element-insertion-steps\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-insertion-steps\">HTML element insertion steps</a>, given\n <var>insertedNode</var>, are:",
8110-
"rationale": "if",
8109+
"html": "The <code id=\"the-iframe-element:the-iframe-element-6\"><a href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element\">iframe</a></code> <a id=\"the-iframe-element:html-element-post-connection-steps\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-post-connection-steps\">HTML element post-connection steps</a>, given\n <var>insertedNode</var>, are:",
8110+
"rationale": "create",
81118111
"steps": [
8112-
{
8113-
"html": "<p>If <var>insertedNode</var>'s <a id=\"the-iframe-element:shadow-including-root\" href=\"https://dom.spec.whatwg.org/#concept-shadow-including-root\" data-x-internal=\"shadow-including-root\">shadow-including root</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"the-iframe-element:concept-document-bc\">browsing context</a> is null, then return.</p>"
8114-
},
81158112
{
81168113
"html": "<p><a id=\"the-iframe-element:create-a-new-child-navigable\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-new-child-navigable\">Create a new child navigable</a> for <var>insertedNode</var>.</p>"
81178114
},
@@ -8315,7 +8312,7 @@
83158312
"rationale": "if",
83168313
"steps": [
83178314
{
8318-
"html": "<p>If <var>document</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"the-iframe-element:concept-document-bc-2\">browsing context</a> is\n null, then return false.</p>"
8315+
"html": "<p>If <var>document</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"the-iframe-element:concept-document-bc\">browsing context</a> is\n null, then return false.</p>"
83198316
},
83208317
{
83218318
"html": "<p>If <var>document</var> is not <a id=\"the-iframe-element:fully-active\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\">fully active</a>, then return false.</p>"
@@ -21918,15 +21915,15 @@
2191821915
{
2191921916
"name": "get noopener for window open",
2192021917
"href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#get-noopener-for-window-open",
21921-
"html": "To <dfn id=\"get-noopener-for-window-open\">get noopener for window open</dfn>, given a <code id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:document\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code>\n <var>sourceDocument</var>, an <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:ordered-map\" href=\"https://infra.spec.whatwg.org/#ordered-map\" data-x-internal=\"ordered-map\">ordered map</a> <var>tokenizedFeatures</var>, and a\n <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:url-record\" href=\"https://url.spec.whatwg.org/#concept-url\" data-x-internal=\"url-record\">URL record</a> <var>url</var>, perform the following steps. They return a boolean.",
21918+
"html": "To <dfn id=\"get-noopener-for-window-open\">get noopener for window open</dfn>, given a <code id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:document\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code>\n <var>sourceDocument</var>, an <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:ordered-map\" href=\"https://infra.spec.whatwg.org/#ordered-map\" data-x-internal=\"ordered-map\">ordered map</a> <var>tokenizedFeatures</var>, and a\n <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:url-record\" href=\"https://url.spec.whatwg.org/#concept-url\" data-x-internal=\"url-record\">URL record</a>-or-null <var>url</var>, perform the following steps. They return a\n boolean.",
2192221919
"rationale": "if",
2192321920
"steps": [
2192421921
{
21925-
"html": "If <var>url</var>'s <a href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-url-scheme\" data-x-internal=\"concept-url-scheme\">scheme</a> is \"<code>blob</code>\":",
21922+
"html": "If <var>url</var> is not null and <var>url</var>'s <a href=\"https://url.spec.whatwg.org/#concept-url-blob-entry\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-url-blob-entry\" data-x-internal=\"concept-url-blob-entry\">blob URL entry</a> is not null:",
2192621923
"rationale": "let",
2192721924
"steps": [
2192821925
{
21929-
"html": "<p>Let <var>blobOrigin</var> be <var>url</var>'s <a href=\"https://url.spec.whatwg.org/#concept-url-blob-entry\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-url-blob-entry\" data-x-internal=\"concept-url-blob-entry\">blob URL entry</a>'s <a href=\"https://w3c.github.io/FileAPI/#blob-url-entry-environment\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:blob-url-entry-environment\" data-x-internal=\"blob-url-entry-environment\">environment</a>'s <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-settings-object-origin\">origin</a>.</p>"
21926+
"html": "<p>Let <var>blobOrigin</var> be <var>url</var>'s <a href=\"https://url.spec.whatwg.org/#concept-url-blob-entry\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-url-blob-entry-2\" data-x-internal=\"concept-url-blob-entry\">blob URL entry</a>'s <a href=\"https://w3c.github.io/FileAPI/#blob-url-entry-environment\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:blob-url-entry-environment\" data-x-internal=\"blob-url-entry-environment\">environment</a>'s <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-settings-object-origin\">origin</a>.</p>"
2193021927
},
2193121928
{
2193221929
"html": "<p>Let <var>topLevelOrigin</var> be <var>sourceDocument</var>'s <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:relevant-settings-object\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings\n object</a>'s <a id=\"apis-for-creating-and-navigating-browsing-contexts-by-name:concept-environment-top-level-origin\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\">top-level origin</a>.</p>"

0 commit comments

Comments
 (0)