Skip to content

Commit

Permalink
automatic commit (source date 2024-07-19)
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Jul 20, 2024
1 parent b88710b commit 759add6
Show file tree
Hide file tree
Showing 118 changed files with 310 additions and 299 deletions.
6 changes: 3 additions & 3 deletions html/acknowledgements.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions html/browsers.html

Large diffs are not rendered by default.

23 changes: 14 additions & 9 deletions html/browsing-the-web.html

Large diffs are not rendered by default.

49 changes: 23 additions & 26 deletions html/canvas.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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">8 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">19 July 2024</span></hgroup>



Expand Down Expand Up @@ -70,7 +70,7 @@ <h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6

<ol><li><p>Let <var>element</var> be the result of running <a id="reflecting-content-attributes-in-idl-attributes:this" href="https://triple-underscore.github.io/WebIDL-ja.html#this" data-x-internal="this">this</a>'s <a href="#get-the-element" id="reflecting-content-attributes-in-idl-attributes:get-the-element-3">get the element</a>.<li><p>Let <var>contentAttributeValue</var> be the result of running <a id="reflecting-content-attributes-in-idl-attributes:this-2" href="https://triple-underscore.github.io/WebIDL-ja.html#this" data-x-internal="this">this</a>'s <a href="#get-the-content-attribute" id="reflecting-content-attributes-in-idl-attributes:get-the-content-attribute-3">get the content attribute</a>.<li><p>Let <var>attributeDefinition</var> be the attribute definition of <var>element</var>'s content attribute whose namespace is null and local name is the <a href="#reflected-content-attribute-name" id="reflecting-content-attributes-in-idl-attributes:reflected-content-attribute-name-10">reflected content attribute name</a>.<li><p>If <var>attributeDefinition</var> indicates it is an <a id="reflecting-content-attributes-in-idl-attributes:enumerated-attribute-2" href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> and the <a href="#reflected-idl-attribute" id="reflecting-content-attributes-in-idl-attributes:reflected-idl-attribute-7">reflected IDL attribute</a> is defined to be <a href="#limited-to-only-known-values" id="reflecting-content-attributes-in-idl-attributes:limited-to-only-known-values">limited to only known values</a>:</p>

<ol><li><p>If <var>contentAttributeValue</var> does not correspond to any state of <var>attributeDefinition</var> (e.g., it is null and there is no <i id="reflecting-content-attributes-in-idl-attributes:missing-value-default"><a href="common-microsyntaxes.html#missing-value-default">missing value default</a></i>), or that it is in a state of <var>attributeDefinition</var> with no associated keyword value, then return the empty string.<li><p>Return the <a id="reflecting-content-attributes-in-idl-attributes:canonical-keyword" href="common-microsyntaxes.html#canonical-keyword">canonical keyword</a> for the state of <var>attributeDefinition</var> that <var>contentAttributeValue</var> corresponds to.</ol>
<ol><li><p>If <var>contentAttributeValue</var> does not correspond to any state of <var>attributeDefinition</var> (e.g., it is null and there is no <i id="reflecting-content-attributes-in-idl-attributes:missing-value-default"><a href="common-microsyntaxes.html#missing-value-default">missing value default</a></i>), or if it is in a state of <var>attributeDefinition</var> with no associated keyword value, then return the empty string.<li><p>Return the <a id="reflecting-content-attributes-in-idl-attributes:canonical-keyword" href="common-microsyntaxes.html#canonical-keyword">canonical keyword</a> for the state of <var>attributeDefinition</var> that <var>contentAttributeValue</var> corresponds to.</ol>
<li><p>If <var>contentAttributeValue</var> is null, then return the empty string.<li><p>Return <var>contentAttributeValue</var>.</ol>
<li><p>The setter steps are to run <a id="reflecting-content-attributes-in-idl-attributes:this-3" href="https://triple-underscore.github.io/WebIDL-ja.html#this" data-x-internal="this">this</a>'s <a href="#set-the-content-attribute" id="reflecting-content-attributes-in-idl-attributes:set-the-content-attribute-3">set the content attribute</a> with the given value.</ul>

Expand Down Expand Up @@ -146,10 +146,10 @@ <h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6

<ol><li><p>Let <var>element</var> be the result of running <var>reflectedTarget</var>'s <a href="#get-the-element" id="reflecting-content-attributes-in-idl-attributes:get-the-element-6">get the element</a>.<li><p>Let <var>contentAttributeValue</var> be the result of running <var>reflectedTarget</var>'s <a href="#get-the-content-attribute" id="reflecting-content-attributes-in-idl-attributes:get-the-content-attribute-10">get the content attribute</a>.<li><p>If <var>reflectedTarget</var>'s <a href="#explicitly-set-attr-element" id="reflecting-content-attributes-in-idl-attributes:explicitly-set-attr-element">explicitly set <var>attr</var>-element</a> is not null:</p>

<ul><li><p>If <var>reflectedTarget</var>'s <a href="#explicitly-set-attr-element" id="reflecting-content-attributes-in-idl-attributes:explicitly-set-attr-element-2">explicitly set <var>attr</var>-element</a> is a <a id="reflecting-content-attributes-in-idl-attributes:descendant" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-descendant" data-x-internal="descendant">descendant</a> of any of <var>element</var>'s <a href="https://triple-underscore.github.io/DOM4-ja.html#concept-shadow-including-ancestor" id="reflecting-content-attributes-in-idl-attributes:concept-shadow-including-ancestor" data-x-internal="concept-shadow-including-ancestor">shadow-including ancestors</a>, then return <var>reflectedTarget</var>'s <a href="#explicitly-set-attr-element" id="reflecting-content-attributes-in-idl-attributes:explicitly-set-attr-element-3">explicitly set <var>attr</var>-element</a>.<li><p>Return null.</ul>
<ol><li><p>If <var>reflectedTarget</var>'s <a href="#explicitly-set-attr-element" id="reflecting-content-attributes-in-idl-attributes:explicitly-set-attr-element-2">explicitly set <var>attr</var>-element</a> is a <a id="reflecting-content-attributes-in-idl-attributes:descendant" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-descendant" data-x-internal="descendant">descendant</a> of any of <var>element</var>'s <a href="https://triple-underscore.github.io/DOM4-ja.html#concept-shadow-including-ancestor" id="reflecting-content-attributes-in-idl-attributes:concept-shadow-including-ancestor" data-x-internal="concept-shadow-including-ancestor">shadow-including ancestors</a>, then return <var>reflectedTarget</var>'s <a href="#explicitly-set-attr-element" id="reflecting-content-attributes-in-idl-attributes:explicitly-set-attr-element-3">explicitly set <var>attr</var>-element</a>.<li><p>Return null.</ol>
<li><p>Otherwise, if <var>contentAttributeValue</var> is not null, return the first element <var>candidate</var>, in <a id="reflecting-content-attributes-in-idl-attributes:tree-order" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-order" data-x-internal="tree-order">tree order</a>, that meets the following criteria:</p>

<ul><li><p><var>candidate</var>'s <a id="reflecting-content-attributes-in-idl-attributes:root" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-root" data-x-internal="root">root</a> is the same as <var>element</var>'s <a id="reflecting-content-attributes-in-idl-attributes:root-2" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-root" data-x-internal="root">root</a>;<li><p><var>candidate</var>'s <a href="https://triple-underscore.github.io/DOM4-ja.html#concept-id" id="reflecting-content-attributes-in-idl-attributes:concept-id" data-x-internal="concept-id">ID</a> is <var>contentAttributeValue</var>;and<li><p><var>candidate</var> <a id="reflecting-content-attributes-in-idl-attributes:implements" href="https://triple-underscore.github.io/WebIDL-JS-ja.html#implements" data-x-internal="implements">implements</a> <var>T</var>.</ul>
<ul><li><p><var>candidate</var>'s <a id="reflecting-content-attributes-in-idl-attributes:root" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-root" data-x-internal="root">root</a> is the same as <var>element</var>'s <a id="reflecting-content-attributes-in-idl-attributes:root-2" href="https://triple-underscore.github.io/DOM4-ja.html#concept-tree-root" data-x-internal="root">root</a>;<li><p><var>candidate</var>'s <a href="https://triple-underscore.github.io/DOM4-ja.html#concept-id" id="reflecting-content-attributes-in-idl-attributes:concept-id" data-x-internal="concept-id">ID</a> is <var>contentAttributeValue</var>; and<li><p><var>candidate</var> <a id="reflecting-content-attributes-in-idl-attributes:implements" href="https://triple-underscore.github.io/WebIDL-JS-ja.html#implements" data-x-internal="implements">implements</a> <var>T</var>.</ul>

<p>If no such element exists, then return null.</p>
<li><p>Return null.</ol>
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><var>value</var>を持つ<var>radioNodeList</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>Checks the first radio button represented by <var>radioNodeList</var> that has value <var>value</var>.</dl>



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



Expand Down Expand Up @@ -558,7 +558,7 @@ <h5 id="durations"><span class="secno">2.3.5.9</span> 継続時間<a href="#dura

<p>Otherwise, if <var>next character</var> is an <a href="https://triple-underscore.github.io/infra-ja.html#ascii-digit" id="durations:ascii-digits-8" data-x-internal="ascii-digits">ASCII digit</a>, then <a id="durations:collect-a-sequence-of-code-points" href="https://triple-underscore.github.io/infra-ja.html#collect-a-sequence-of-code-points" data-x-internal="collect-a-sequence-of-code-points">collect a sequence of code points</a> that are <a id="durations:ascii-digits-9" href="https://triple-underscore.github.io/infra-ja.html#ascii-digit" data-x-internal="ascii-digits">ASCII digits</a> from <var>input</var> given <var>position</var>, interpret the resulting sequence as a base-ten integer, and let <var>N</var> be that number.</p>

<p>Otherwise <var>next character</var> is not part of a number; fail.</p>
<p>Otherwise, <var>next character</var> is not part of a number; fail.</p>
<li><p>If <var>position</var> is past the end of <var>input</var>, then fail.<li><p>Set <var>next character</var> to the character in <var>input</var> pointed to by <var>position</var>, and this time advance <var>position</var> to the next character. (If <var>next character</var> was a U+002E FULL STOP character (.) before, it will still be that character this time.)<li><p>If <var>next character</var> is U+002E (.), then:</p>

<ol><li><p><a id="durations:collect-a-sequence-of-code-points-2" href="https://triple-underscore.github.io/infra-ja.html#collect-a-sequence-of-code-points" data-x-internal="collect-a-sequence-of-code-points">Collect a sequence of code points</a> that are <a id="durations:ascii-digits-10" href="https://triple-underscore.github.io/infra-ja.html#ascii-digit" data-x-internal="ascii-digits">ASCII digits</a> from <var>input</var> given <var>position</var>. Let <var>s</var> be the resulting sequence.<li><p>If <var>s</var> is the empty string, then fail.<li><p>Let <var>length</var> be the number of characters in <var>s</var>.<li><p>Let <var>fraction</var> be the result of interpreting <var>s</var> as a base-ten integer, and then dividing that number by <span>10<sup><var>length</var></sup></span>.<li><p>Increment <var>N</var> by <var>fraction</var>.<li><p><a id="durations:skip-ascii-whitespace-4" href="https://triple-underscore.github.io/infra-ja.html#skip-ascii-whitespace" data-x-internal="skip-ascii-whitespace">Skip ASCII whitespace</a> within <var>input</var> given <var>position</var>.<li><p>If <var>position</var> is past the end of <var>input</var>, then fail.<li><p>Set <var>next character</var> to the character in <var>input</var> pointed to by <var>position</var>, and advance <var>position</var> to the next character.<li><p>If <var>next character</var> is neither a U+0053 LATIN CAPITAL LETTER S character nor a U+0073 LATIN SMALL LETTER S character, then fail.<li><p>Set <var>units</var> to <i>seconds</i>.</ol>
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">8 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">19 July 2024</span></hgroup>



Expand Down
Loading

0 comments on commit 759add6

Please sign in to comment.