Skip to content

Commit

Permalink
automatic commit (source date 2025-01-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Feb 1, 2025
1 parent ef46121 commit 4ff46dc
Show file tree
Hide file tree
Showing 119 changed files with 521 additions and 511 deletions.
2 changes: 1 addition & 1 deletion html/acknowledgements.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">30 January 2025</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">31 January 2025</span></hgroup>



Expand Down
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">30 January 2025</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">31 January 2025</span></hgroup>



Expand Down
36 changes: 19 additions & 17 deletions html/browsing-the-web.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions html/canvas.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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">30 January 2025</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">31 January 2025</span></hgroup>



Expand Down Expand Up @@ -236,9 +236,9 @@ <h5 id="the-htmlallcollection-interface"><span class="secno">2.6.3.1</span> <cod

<div class="note"><p><code id="the-htmlallcollection-interface:htmlallcollection-6"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装するオブジェクトには、<a id="the-htmlallcollection-interface:ishtmldda-2" href="https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot" data-x-internal="ishtmldda">[[IsHTMLDDA]]</a>内部スロットを持つという事実のために、いくつかの独特な動作を持つ。</p>

<ul><li><p><code id="the-htmlallcollection-interface:htmlallcollection-7"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装している指定されるオブジェクトの場合、JavaScriptの<a href="https://tc39.es/ecma262/#sec-toboolean" id="the-htmlallcollection-interface:js-toboolean" data-x-internal="js-toboolean">ToBoolean</a>抽象演算はfalseを返す。<li><p><a href="https://tc39.es/ecma262/#sec-islooselyequal" id="the-htmlallcollection-interface:js-abstract-equality" data-x-internal="js-abstract-equality">IsLooselyEqual</a>操作は、<code id="the-htmlallcollection-interface:htmlallcollection-8"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装しているオブジェクトが指定される場合、<code>undefined</code>および<code>null</code>値と比較するときtrueを返す。(<code>IsStrictlyEqual</code>抽象操作と、文字列やオブジェクトなどの他の値とのIsLooselyEqual比較を使用した比較は影響を受けない)。<li><p>JavaScriptにおける<code id="the-htmlallcollection-interface:js-typeof"><a data-x-internal="js-typeof" href="https://tc39.es/ecma262/#sec-typeof-operator">typeof</a></code>演算子は、<code id="the-htmlallcollection-interface:htmlallcollection-9"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装しているオブジェクトに適用する場合、文字列<code>"undefined"</code>を返す。</ul>
<ul><li><p><code id="the-htmlallcollection-interface:htmlallcollection-7"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装している指定されるオブジェクトの場合、JavaScriptの<a href="https://tc39.es/ecma262/#sec-toboolean" id="the-htmlallcollection-interface:js-toboolean" data-x-internal="js-toboolean">ToBoolean</a>抽象演算はfalseを返す。<li><p><a href="https://tc39.es/ecma262/#sec-islooselyequal" id="the-htmlallcollection-interface:js-abstract-equality" data-x-internal="js-abstract-equality">IsLooselyEqual</a>操作は、<code id="the-htmlallcollection-interface:htmlallcollection-8"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装しているオブジェクトが指定される場合、<code>undefined</code>および<code>null</code>値と比較するときtrueを返す。(<a href="https://tc39.es/ecma262/#sec-isstrictlyequal" id="the-htmlallcollection-interface:js-strict-equality" data-x-internal="js-strict-equality">IsStrictlyEqual</a>抽象操作と、文字列やオブジェクトなどの他の値とのIsLooselyEqual比較を使用した比較は影響を受けない)。<li><p>JavaScriptにおける<code id="the-htmlallcollection-interface:js-typeof"><a data-x-internal="js-typeof" href="https://tc39.es/ecma262/#sec-typeof-operator">typeof</a></code>演算子は、<code id="the-htmlallcollection-interface:htmlallcollection-9"><a href="#htmlallcollection">HTMLAllCollection</a></code>インターフェイスを実装しているオブジェクトに適用する場合、文字列<code>"undefined"</code>を返す。</ul>

<p>これらの特別な振る舞いは、レガシーコンテンツの2つのクラスとの互換性への要望によって動機付けられている:1つはレガシーユーザーエージェントを検出する手段として<code id="the-htmlallcollection-interface:dom-document-all-2"><a href="obsolete.html#dom-document-all">document.all</a></code>の存在を利用するものであり、もう1つはそれらのレガシーユーザーエージェントのみをサポートし、その存在を最初にテストすることなく<code id="the-htmlallcollection-interface:dom-document-all-3"><a href="obsolete.html#dom-document-all">document.all</a></code>オブジェクトを利用するもののである<a href="references.html#refsJAVASCRIPT">[JAVASCRIPT]</a></p>
<p>これらの特別な振る舞いは、レガシーコンテンツの2つのクラスとの互換性への要望によって動機付けられている:1つはレガシーユーザーエージェントを検出する手段として<code id="the-htmlallcollection-interface:dom-document-all-2"><a href="obsolete.html#dom-document-all">document.all</a></code>の存在を利用するものであり、もう1つはそれらのレガシーユーザーエージェントのみをサポートし、その存在を最初にテストすることなく<code id="the-htmlallcollection-interface:dom-document-all-3"><a href="obsolete.html#dom-document-all">document.all</a></code>オブジェクトを利用するものである<a href="references.html#refsJAVASCRIPT">[JAVASCRIPT]</a></p>
</div>

<pre><code class='idl'>[<c- g>Exposed</c->=<c- n>Window</c->,
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">30 January 2025</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">31 January 2025</span></hgroup>



Expand Down Expand Up @@ -86,7 +86,7 @@ <h4 id="keywords-and-enumerated-attributes"><span class="secno">2.3.3</span> キ
<ol><li><p>属性が指定されていない場合:</p>

<ol><li><p>属性が<i id="keywords-and-enumerated-attributes:missing-value-default-2"><a href="#missing-value-default">欠損値のデフォルト</a></i>状態が定義されている場合、その<i id="keywords-and-enumerated-attributes:missing-value-default-3"><a href="#missing-value-default">欠落値のデフォルト状態</a></i>を返す。<li><p>そうでなければ、状態なしを返す。</ol>
<li><p>属性の値が、属性に定義されているキーワードの1つと<a id="keywords-and-enumerated-attributes:ascii-case-insensitive" href="https://triple-underscore.github.io/infra-ja.html#ascii-case-insensitive" data-x-internal="ascii-case-insensitive">ASCII大文字・小文字不区別</a>でマッチする場合、そのキーワードで表される状態を返す。<li><p>属性が<i id="keywords-and-enumerated-attributes:invalid-value-default"><a href="#invalid-value-default">不正値のデフォルト</a></i>状態が定義されている場合、その<i id="keywords-and-enumerated-attributes:invalid-value-default-2"><a href="#invalid-value-default">不正値のデフォルト状態</a></i>を返す。<li><p>状態なしを返す。</ol>
<li><p>属性の値が、属性に定義されているキーワードの1つと<a id="keywords-and-enumerated-attributes:ascii-case-insensitive" href="https://triple-underscore.github.io/infra-ja.html#ascii-case-insensitive" data-x-internal="ascii-case-insensitive">ASCII大文字・小文字不区別</a>でマッチする場合、そのキーワードで表される状態を返す。<li><p>属性が<i id="keywords-and-enumerated-attributes:invalid-value-default"><a href="#invalid-value-default">無効値のデフォルト</a></i>状態が定義されている場合、その<i id="keywords-and-enumerated-attributes:invalid-value-default-2"><a href="#invalid-value-default">無効値のデフォルト状態</a></i>を返す。<li><p>状態なしを返す。</ol>

<p>オーサリング適合性の目的で、列挙属性が指定されている場合、属性の値は、先頭または末尾の空白なしで、その属性の適合キーワードの1つと<a id="keywords-and-enumerated-attributes:ascii-case-insensitive-2" href="https://triple-underscore.github.io/infra-ja.html#ascii-case-insensitive" data-x-internal="ascii-case-insensitive">ASCII大文字・小文字不区別</a>でマッチしなければならない。</p>

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">30 January 2025</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">31 January 2025</span></hgroup>



Expand Down
Loading

0 comments on commit 4ff46dc

Please sign in to comment.