Skip to content

Commit

Permalink
automatic commit (source date 2024-09-09)
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Sep 11, 2024
1 parent c1e832b commit 802c68e
Show file tree
Hide file tree
Showing 117 changed files with 206 additions and 177 deletions.
4 changes: 2 additions & 2 deletions html/acknowledgements.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/browsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
4 changes: 2 additions & 2 deletions html/browsing-the-web.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down Expand Up @@ -484,7 +484,7 @@ <h6 id="the-javascript:-url-special-case"><span class="secno">7.4.2.3.2</span> <

<p>To <dfn id="evaluate-a-javascript:-url">evaluate a <code>javascript:</code> URL</dfn> given a <a id="the-javascript:-url-special-case:navigable-2" href="document-sequences.html#navigable">navigable</a> <var>targetNavigable</var>, a <a id="the-javascript:-url-special-case:url-2" href="https://triple-underscore.github.io/URL-ja.html#concept-url" data-x-internal="url">URL</a> <var>url</var>, and an <a id="the-javascript:-url-special-case:concept-origin-2" href="browsers.html#concept-origin">origin</a> <var>newDocumentOrigin</var>:</p>

<ol><li><p>Let <var>urlString</var> be the result of running the <a href="https://triple-underscore.github.io/URL-ja.html#concept-url-serializer" id="the-javascript:-url-special-case:concept-url-serializer" data-x-internal="concept-url-serializer">URL serializer</a> on <var>url</var>.<li><p>Let <var>encodedScriptSource</var> be the result of removing the leading "<code>javascript:</code>" from <var>urlString</var>.<li><p>Let <var>scriptSource</var> be the <a href="https://triple-underscore.github.io/Encoding-ja.html#utf-8-decode" id="the-javascript:-url-special-case:utf-8-decode" data-x-internal="utf-8-decode">UTF-8 decoding</a> of the <a href="https://triple-underscore.github.io/URL-ja.html#string-percent-decode" id="the-javascript:-url-special-case:percent-decode" data-x-internal="percent-decode">percent-decoding</a> of <var>encodedScriptSource</var>.<li><p>Let <var>settings</var> be <var>targetNavigable</var>'s <a href="document-sequences.html#nav-document" id="the-javascript:-url-special-case:nav-document-2">active document</a>'s <a id="the-javascript:-url-special-case:relevant-settings-object" href="webappapis.html#relevant-settings-object">relevant settings object</a>.<li><p>Let <var>baseURL</var> be <var>settings</var>'s <a id="the-javascript:-url-special-case:api-base-url" href="webappapis.html#api-base-url">API base URL</a>.<li><p>Let <var>script</var> be the result of <a id="the-javascript:-url-special-case:creating-a-classic-script" href="webappapis.html#creating-a-classic-script">creating a classic script</a> given <var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <a id="the-javascript:-url-special-case:default-classic-script-fetch-options" href="webappapis.html#default-classic-script-fetch-options">default classic script fetch options</a>.<li><p>Let <var>evaluationStatus</var> be the result of <a href="webappapis.html#run-a-classic-script" id="the-javascript:-url-special-case:run-a-classic-script">running the classic script</a> <var>script</var>.<li><p>Let <var>result</var> be null.<li><p>If <var>evaluationStatus</var> is a normal completion, and <var>evaluationStatus</var>.[[Value]] is a String, then set <var>result</var> to <var>evaluationStatus</var>.[[Value]].<li><p>Otherwise, return null.<li><p>Let <var>response</var> be a new <a href="https://triple-underscore.github.io/Fetch-ja.html#concept-response" id="the-javascript:-url-special-case:concept-response" data-x-internal="concept-response">response</a> with</p>
<ol><li><p>Let <var>urlString</var> be the result of running the <a href="https://triple-underscore.github.io/URL-ja.html#concept-url-serializer" id="the-javascript:-url-special-case:concept-url-serializer" data-x-internal="concept-url-serializer">URL serializer</a> on <var>url</var>.<li><p>Let <var>encodedScriptSource</var> be the result of removing the leading "<code>javascript:</code>" from <var>urlString</var>.<li><p>Let <var>scriptSource</var> be the <a href="https://triple-underscore.github.io/Encoding-ja.html#utf-8-decode" id="the-javascript:-url-special-case:utf-8-decode" data-x-internal="utf-8-decode">UTF-8 decoding</a> of the <a href="https://triple-underscore.github.io/URL-ja.html#string-percent-decode" id="the-javascript:-url-special-case:percent-decode" data-x-internal="percent-decode">percent-decoding</a> of <var>encodedScriptSource</var>.<li><p>Let <var>settings</var> be <var>targetNavigable</var>'s <a href="document-sequences.html#nav-document" id="the-javascript:-url-special-case:nav-document-2">active document</a>'s <a id="the-javascript:-url-special-case:relevant-settings-object" href="webappapis.html#relevant-settings-object">relevant settings object</a>.<li><p>Let <var>baseURL</var> be <var>settings</var>'s <a id="the-javascript:-url-special-case:api-base-url" href="webappapis.html#api-base-url">API base URL</a>.<li><p>Let <var>script</var> be the result of <a id="the-javascript:-url-special-case:creating-a-classic-script" href="webappapis.html#creating-a-classic-script">creating a classic script</a> given <var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <a id="the-javascript:-url-special-case:default-script-fetch-options" href="webappapis.html#default-script-fetch-options">default script fetch options</a>.<li><p>Let <var>evaluationStatus</var> be the result of <a href="webappapis.html#run-a-classic-script" id="the-javascript:-url-special-case:run-a-classic-script">running the classic script</a> <var>script</var>.<li><p>Let <var>result</var> be null.<li><p>If <var>evaluationStatus</var> is a normal completion, and <var>evaluationStatus</var>.[[Value]] is a String, then set <var>result</var> to <var>evaluationStatus</var>.[[Value]].<li><p>Otherwise, return null.<li><p>Let <var>response</var> be a new <a href="https://triple-underscore.github.io/Fetch-ja.html#concept-response" id="the-javascript:-url-special-case:concept-response" data-x-internal="concept-response">response</a> with</p>

<dl class="props"><dt><a href="https://triple-underscore.github.io/Fetch-ja.html#concept-response-url" id="the-javascript:-url-special-case:concept-response-url" data-x-internal="concept-response-url">URL</a><dd><var>targetNavigable</var>'s <a href="document-sequences.html#nav-document" id="the-javascript:-url-special-case:nav-document-3">active document</a>'s <a href="https://triple-underscore.github.io/DOM4-ja.html#concept-document-url" id="the-javascript:-url-special-case:the-document's-address" data-x-internal="the-document's-address">URL</a><dt><a href="https://triple-underscore.github.io/Fetch-ja.html#concept-response-header-list" id="the-javascript:-url-special-case:concept-response-header-list" data-x-internal="concept-response-header-list">header list</a><dd>« (`<code id="the-javascript:-url-special-case:content-type"><a href="urls-and-fetching.html#content-type">Content-Type</a></code>`, `<code>text/html;charset=utf-8</code>`) »<dt><a href="https://triple-underscore.github.io/Fetch-ja.html#concept-response-body" id="the-javascript:-url-special-case:concept-response-body" data-x-internal="concept-response-body">body</a><dd>the <a href="https://triple-underscore.github.io/Encoding-ja.html#utf-8-encode" id="the-javascript:-url-special-case:utf-8-encode" data-x-internal="utf-8-encode">UTF-8 encoding</a> of <var>result</var>, <a id="the-javascript:-url-special-case:as-a-body" href="https://fetch.spec.whatwg.org/#byte-sequence-as-a-body" data-x-internal="as-a-body">as a body</a></dl>

Expand Down
2 changes: 1 addition & 1 deletion html/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
2 changes: 1 addition & 1 deletion html/common-dom-interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
2 changes: 1 addition & 1 deletion html/common-microsyntaxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
2 changes: 1 addition & 1 deletion html/comms.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
2 changes: 1 addition & 1 deletion html/custom-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script defer="" crossorigin="" src="./html-dfn.js"></script>

<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1 class="allcaps">HTML</h1><p id="living-standard">Living Standard — Last Updated <span class="pubdate">9 September 2024</span></hgroup>



Expand Down
4 changes: 2 additions & 2 deletions html/dev/acknowledgements.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/dev/browsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script async="" src="./search.js"></script>


<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1><a rel="home" href="../dev" />HTML: The Living Standard</a></h1><p id="dev-edition-h2">Edition for Web Developers — Last Updated <span class="pubdate">29 August 2024</span></hgroup>
<header id="head" class="head with-buttons"><a href="https://whatwg.org/" class="logo"><img width="100" alt="WHATWG" crossorigin="" class="darkmode-aware" src="https://resources.whatwg.org/logo.svg" height="100"></a><hgroup><h1><a rel="home" href="../dev" />HTML: The Living Standard</a></h1><p id="dev-edition-h2">Edition for Web Developers — Last Updated <span class="pubdate">9 September 2024</span></hgroup>


<div id="search"><input placeholder="Search. Press &apos;/&apos;" autocomplete="off" name="query" id="query" type="search"><ol id="results"></ol>
Expand Down
Loading

0 comments on commit 802c68e

Please sign in to comment.