You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ed/algorithms/html.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28812,13 +28812,13 @@
28812
28812
"rationale": "prepare",
28813
28813
"steps": [
28814
28814
{
28815
-
"html": "<p><a id=\"revealing-the-document:prepare-to-run-script\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#prepare-to-run-script\">Prepare to run script</a> given <var>document</var>.</p>"
28815
+
"html": "<p><a id=\"revealing-the-document:prepare-to-run-script\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#prepare-to-run-script\">Prepare to run script</a> given <var>document</var>'s\n <a id=\"revealing-the-document:relevant-settings-object\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>.</p>"
"html": "<p><a id=\"revealing-the-document:clean-up-after-running-script\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#clean-up-after-running-script\">Clean up after running script</a> given <var>document</var>.</p>"
28821
+
"html": "<p><a id=\"revealing-the-document:clean-up-after-running-script\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#clean-up-after-running-script\">Clean up after running script</a> given <var>document</var>'s\n <a id=\"revealing-the-document:relevant-settings-object-2\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>.</p>"
28822
28822
}
28823
28823
]
28824
28824
}
@@ -31928,7 +31928,7 @@
31928
31928
"html": "<p>Let <var>moduleType</var> be the result of running the <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#module-type-from-module-request\" id=\"hostloadimportedmodule:module-type-from-module-request\">module type from module\n request</a> steps given <var>moduleRequest</var>.</p>"
31929
31929
},
31930
31930
{
31931
-
"html": "If the result of running the <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#module-type-allowed\" id=\"hostloadimportedmodule:module-type-allowed\">module type allowed</a> steps given\n <var>moduleType</var> and <var>settings</var> is false, then:",
31931
+
"html": "If the result of running the <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#module-type-allowed\" id=\"hostloadimportedmodule:module-type-allowed\">module type allowed</a> steps given\n <var>moduleType</var> and <var>settingsObject</var> is false, then:",
31932
31932
"rationale": "let",
31933
31933
"steps": [
31934
31934
{
@@ -33714,7 +33714,7 @@
33714
33714
"rationale": "let",
33715
33715
"steps": [
33716
33716
{
33717
-
"html": "<p>Let <var>globalName</var> be \"<code>Window</code>\" if <a id=\"timers:this-4\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s\n <a id=\"timers:concept-relevant-global\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a> is a <code id=\"timers:window\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\">Window</a></code> object; \"<code>Worker</code>\" otherwise.</p>"
33717
+
"html": "<p>Let <var>globalName</var> be \"<code>Window</code>\" if <var>global</var>\n is a <code id=\"timers:window\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\">Window</a></code> object; \"<code>Worker</code>\" otherwise.</p>"
33718
33718
},
33719
33719
{
33720
33720
"html": "<p>Let <var>methodName</var> be \"<code>setInterval</code>\" if\n <var>repeat</var> is true; \"<code>setTimeout</code>\" otherwise.</p>"
@@ -33723,7 +33723,7 @@
33723
33723
"html": "<p>Let <var>sink</var> be a concatenation of <var>globalName</var>, U+0020 SPACE, and\n <var>methodName</var>.</p>"
33724
33724
},
33725
33725
{
33726
-
"html": "<p>Set <var>handler</var> to the result of invoking the <a href=\"https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm\" id=\"timers:tt-getcompliantstring\" data-x-internal=\"tt-getcompliantstring\">Get Trusted Type compliant string</a> algorithm with\n <code id=\"timers:tt-trustedscript-2\"><a data-x-internal=\"tt-trustedscript\" href=\"https://w3c.github.io/trusted-types/dist/spec/#trusted-script\">TrustedScript</a></code>, <a id=\"timers:this-5\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a id=\"timers:concept-relevant-global-2\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant\n global object</a>, <var>handler</var>, <var>sink</var>, and \"<code>script</code>\".</p>"
33726
+
"html": "<p>Set <var>handler</var> to the result of invoking the <a href=\"https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm\" id=\"timers:tt-getcompliantstring\" data-x-internal=\"tt-getcompliantstring\">Get Trusted Type compliant string</a> algorithm with\n <code id=\"timers:tt-trustedscript-2\"><a data-x-internal=\"tt-trustedscript\" href=\"https://w3c.github.io/trusted-types/dist/spec/#trusted-script\">TrustedScript</a></code>, <var>global</var>,\n <var>handler</var>, <var>sink</var>, and \"<code>script</code>\".</p>"
0 commit comments