Skip to content

Commit

Permalink
automatic commit (source date 2024-08-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Aug 15, 2024
1 parent 759add6 commit 0c202c7
Show file tree
Hide file tree
Showing 119 changed files with 526 additions and 351 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">19 July 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">15 August 2024</span></hgroup>



Expand Down
2 changes: 1 addition & 1 deletion 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">19 July 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">15 August 2024</span></hgroup>



Expand Down
4 changes: 2 additions & 2 deletions 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">19 July 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">15 August 2024</span></hgroup>



Expand Down Expand Up @@ -178,7 +178,7 @@

<ol><li><p>If <var>result</var> is non-null, then set <var>result</var> to <a href="#a-serialisation-of-the-bitmap-as-a-file" id="the-canvas-element:a-serialisation-of-the-bitmap-as-a-file-2">a serialization of <var>result</var> as a file</a> with <var>type</var> and <var>quality</var> if given.<li><p><a id="the-canvas-element:queue-an-element-task" href="webappapis.html#queue-an-element-task">Queue an element task</a> on the <dfn id="canvas-blob-serialisation-task-source">canvas blob serialization task source</dfn> given the <code id="the-canvas-element:the-canvas-element-43"><a href="#the-canvas-element">canvas</a></code> element to run these steps:</p>

<ol><li><p>If <var>result</var> is non-null, then set <var>result</var> to a new <code id="the-canvas-element:blob-3"><a data-x-internal="blob" href="https://triple-underscore.github.io/File_API-ja.html#dfn-Blob">Blob</a></code> object, created in the <a href="webappapis.html#concept-relevant-realm" id="the-canvas-element:concept-relevant-realm">relevant realm</a> of this <code id="the-canvas-element:the-canvas-element-44"><a href="#the-canvas-element">canvas</a></code> element, representing <var>result</var>. <a href="references.html#refsFILEAPI">[FILEAPI]</a><li><p><a href="https://triple-underscore.github.io/WebIDL-JS-ja.html#invoke-a-callback-function" id="the-canvas-element:es-invoking-callback-functions" data-x-internal="es-invoking-callback-functions">Invoke</a> <var>callback</var> with « <var>result</var> ».</ol>
<ol><li><p>If <var>result</var> is non-null, then set <var>result</var> to a new <code id="the-canvas-element:blob-3"><a data-x-internal="blob" href="https://triple-underscore.github.io/File_API-ja.html#dfn-Blob">Blob</a></code> object, created in the <a href="webappapis.html#concept-relevant-realm" id="the-canvas-element:concept-relevant-realm">relevant realm</a> of this <code id="the-canvas-element:the-canvas-element-44"><a href="#the-canvas-element">canvas</a></code> element, representing <var>result</var>. <a href="references.html#refsFILEAPI">[FILEAPI]</a><li><p><a href="https://triple-underscore.github.io/WebIDL-JS-ja.html#invoke-a-callback-function" id="the-canvas-element:es-invoking-callback-functions" data-x-internal="es-invoking-callback-functions">Invoke</a> <var>callback</var> with « <var>result</var> » and "<code>report</code>".</ol>
</ol>
</ol>

Expand Down
4 changes: 2 additions & 2 deletions 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">19 July 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">15 August 2024</span></hgroup>



Expand Down Expand Up @@ -311,7 +311,7 @@ <h5 id="the-htmlformcontrolscollection-interface"><span class="secno">2.6.3.2</s
<dl class="domintro"><dt><code><var>collection</var>.<a href="https://triple-underscore.github.io/DOM4-ja.html#dom-htmlcollection-length" id="dom-htmlcollection-length-dev" data-x-internal="dom-htmlcollection-length">length</a></code><dd><p><var>collection</var>の要素数を返す。<dt><code><var>element</var> = <var>collection</var>.<a href="https://triple-underscore.github.io/DOM4-ja.html#dom-htmlcollection-item" id="dom-htmlcollection-item-dev" data-x-internal="dom-htmlcollection-item">item</a>(<var>index</var>)</code><dt><code><var>element</var> = <var>collection</var>[<var>index</var>]</code><dd><p><var>collection</var>のインデックス<var>index</var>にあるアイテムを返す。アイテムは<a id="the-htmlformcontrolscollection-interface:tree-order" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-order" data-x-internal="tree-order">ツリー順</a>にソートされる。<dt><code><var>element</var> = <var>collection</var>.<a href="#dom-htmlformcontrolscollection-nameditem" id="dom-htmlformcontrolscollection-nameditem-dev">namedItem</a>(<var>name</var>)</code><div class="mdn-anno wrapped before"><button onclick="toggleStatus(this)" class="mdn-anno-btn"><b title="Support in all current engines." class="all-engines-flag"></b><span>MDN</span></button><div class="feature"><p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormControlsCollection/namedItem" title="The HTMLFormControlsCollection.namedItem() method returns the RadioNodeList or the Element in the collection whose name or id match the specified name, or null if no node matches.">HTMLFormControlsCollection/namedItem</a><p class="all-engines-text">Support in all current engines.<div class="support"><span class="firefox yes"><span>Firefox</span><span>33+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>1+</span></span><hr><span class="opera yes"><span>Opera</span><span>12.1+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span><hr><span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie no"><span>Internet Explorer</span><span>No</span></span><hr><span class="firefox_android unknown"><span>Firefox Android</span><span>?</span></span><span class="safari_ios yes"><span>Safari iOS</span><span>1+</span></span><span class="chrome_android unknown"><span>Chrome Android</span><span>?</span></span><span class="webview_android unknown"><span>WebView Android</span><span>?</span></span><span class="samsunginternet_android unknown"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Android</span><span>12.1+</span></span></div></div></div><dt><code><var>radioNodeList</var> = <var>collection</var>.<a href="#dom-htmlformcontrolscollection-nameditem" id="the-htmlformcontrolscollection-interface:dom-htmlformcontrolscollection-nameditem-2">namedItem</a>(<var>name</var>)</code><dt><code><var>element</var> = <var>collection</var>[<var>name</var>]</code><dt><code><var>radioNodeList</var> = <var>collection</var>[<var>name</var>]</code><dd><p><var>collection</var>.からの<a href="https://triple-underscore.github.io/DOM4-ja.html#concept-id" id="the-htmlformcontrolscollection-interface:concept-id" data-x-internal="concept-id">ID</a>または<code id="the-htmlformcontrolscollection-interface:attr-fe-name"><a href="form-control-infrastructure.html#attr-fe-name">name</a></code> <var>name</var>とともにアイテムを返す。</p>

<p>複数のマッチするアイテムが存在する場合、それらの要素すべてを含む<code id="the-htmlformcontrolscollection-interface:radionodelist-2"><a href="#radionodelist">RadioNodeList</a></code>オブジェクトが返される。</p>
<dt><code><var>radioNodeList</var>.<a href="#dom-radionodelist-value" id="dom-radionodelist-value-dev">value</a></code><dd><p><var>radioNodeList</var>で表される最初にチェックされたラジオボタンの値を返す。 <dt><code><var>radioNodeList</var>.<a href="#dom-radionodelist-value" id="the-htmlformcontrolscollection-interface:dom-radionodelist-value-2">value</a> = <var>value</var></code><dd><p>Checks the first radio button represented by <var>radioNodeList</var> that has value <var>value</var>.</dl>
<dt><code><var>radioNodeList</var>.<a href="#dom-radionodelist-value" id="dom-radionodelist-value-dev">value</a></code><dd><p><var>radioNodeList</var>で表される最初にチェックされたラジオボタンの値を返す。 <dt><code><var>radioNodeList</var>.<a href="#dom-radionodelist-value" id="the-htmlformcontrolscollection-interface:dom-radionodelist-value-2">value</a> = <var>value</var></code><dd><p><var>value</var>を持つ<var>radioNodeList</var>で表される最初のラジオボタンをチェックする。</dl>



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">19 July 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">15 August 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">19 July 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">15 August 2024</span></hgroup>



Expand Down
20 changes: 17 additions & 3 deletions 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">19 July 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">15 August 2024</span></hgroup>



Expand Down Expand Up @@ -815,9 +815,11 @@ <h4 id="custom-element-reactions"><span class="secno">4.13.6</span> カスタム

<ol><li><p>Remove the first element of <var>reactions</var>, and let <var>reaction</var> be that element. Switch on <var>reaction</var>'s type:</p>

<dl class="switch"><dt><a href="#upgrade-reaction" id="custom-element-reactions:upgrade-reaction-2">upgrade reaction</a><dd><a href="#concept-upgrade-an-element" id="custom-element-reactions:concept-upgrade-an-element">Upgrade</a> <var>element</var> using <var>reaction</var>'s <a href="#custom-element-definition" id="custom-element-reactions:custom-element-definition-4">custom element definition</a>.<dt><a href="#callback-reaction" id="custom-element-reactions:callback-reaction-2">callback reaction</a><dd><a href="https://triple-underscore.github.io/WebIDL-JS-ja.html#invoke-a-callback-function" id="custom-element-reactions:es-invoking-callback-functions" data-x-internal="es-invoking-callback-functions">Invoke</a> <var>reaction</var>'s callback function with <var>reaction</var>'s arguments, and with <var>element</var> as the <a href="https://triple-underscore.github.io/WebIDL-JS-ja.html#dfn-callback-this-value" id="custom-element-reactions:dfn-callback-this-value" data-x-internal="dfn-callback-this-value">callback this value</a>.</dl>
<dl class="switch"><dt><a href="#upgrade-reaction" id="custom-element-reactions:upgrade-reaction-2">upgrade reaction</a><dd><p><a href="#concept-upgrade-an-element" id="custom-element-reactions:concept-upgrade-an-element">Upgrade</a> <var>element</var> using <var>reaction</var>'s <a href="#custom-element-definition" id="custom-element-reactions:custom-element-definition-4">custom element definition</a>.</p>

<p>If this throws an exception, catch it, and <a id="custom-element-reactions:report-the-exception" href="webappapis.html#report-the-exception">report the exception</a>.</p>
<p>If this throws an exception, catch it, and <a href="webappapis.html#report-an-exception" id="custom-element-reactions:report-an-exception">report</a> it for <var>reaction</var>'s <a href="#custom-element-definition" id="custom-element-reactions:custom-element-definition-5">custom element definition</a>'s <a href="#concept-custom-element-definition-constructor" id="custom-element-reactions:concept-custom-element-definition-constructor">constructor</a>'s corresponding JavaScript object's <a id="custom-element-reactions:associated-realm" href="https://webidl.spec.whatwg.org/#dfn-associated-realm" data-x-internal="associated-realm">associated realm</a>'s <a href="webappapis.html#concept-realm-global" id="custom-element-reactions:concept-realm-global">global object</a>.</p>
<dt><a href="#callback-reaction" id="custom-element-reactions:callback-reaction-2">callback reaction</a><dd><p><a href="https://triple-underscore.github.io/WebIDL-JS-ja.html#invoke-a-callback-function" id="custom-element-reactions:es-invoking-callback-functions" data-x-internal="es-invoking-callback-functions">Invoke</a> <var>reaction</var>'s callback function with <var>reaction</var>'s arguments and "<code>report</code>", and <i id="custom-element-reactions:dfn-callback-this-value"><a data-x-internal="dfn-callback-this-value" href="https://triple-underscore.github.io/WebIDL-JS-ja.html#dfn-callback-this-value">callback this value</a></i> set to <var>element</var>.</p>
</dl>
</ol>
</ol>
</ol>
Expand Down Expand Up @@ -915,6 +917,18 @@ <h5 id="the-elementinternals-interface"><span class="secno">4.13.7.1</span> <cod


















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">19 July 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">15 August 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
2 changes: 1 addition & 1 deletion html/dev/browsing-the-web.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">19 July 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">15 August 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
2 changes: 1 addition & 1 deletion html/dev/canvas.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">19 July 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">15 August 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 0c202c7

Please sign in to comment.