Skip to content

Commit

Permalink
automatic commit (source date 2024-05-03)
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed May 4, 2024
1 parent f5c0d0a commit 3a393c1
Show file tree
Hide file tree
Showing 120 changed files with 590 additions and 418 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">19 April 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">3 May 2024</span></hgroup>



Expand Down
5 changes: 3 additions & 2 deletions 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 April 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">3 May 2024</span></hgroup>



Expand Down Expand Up @@ -219,7 +219,8 @@ <h4 id="cross-origin-opener-policies"><span class="secno">7.1.3</span> 生成元

<dl><dt>"<dfn id="coop-unsafe-none"><code>unsafe-none</code></dfn>"<dd><p>これは(現在の)デフォルトであり、文書が別の<a href="#cross-origin-opener-policy" id="cross-origin-opener-policies:cross-origin-opener-policy">生成元をまたいだオープナーポリシー</a>を指定しない限り、文書がその前の文書と同じ<a id="cross-origin-opener-policies:top-level-browsing-context-3" href="document-sequences.html#top-level-browsing-context">トップレベルブラウジングコンテキスト</a>を占有することを意味する。<dt>"<dfn id="coop-same-origin-allow-popups"><code>same-origin-allow-popups</code></dfn>"<dd><p>これは、前の文書が同じ<a href="#cross-origin-opener-policy" id="cross-origin-opener-policies:cross-origin-opener-policy-2">生成元をまたいだオープナーポリシー</a>を指定しており、それらが<a href="#same-origin" id="cross-origin-opener-policies:same-origin">同一生成元</a>でない限り、文書の新しい<a id="cross-origin-opener-policies:top-level-browsing-context-4" href="document-sequences.html#top-level-browsing-context">トップレベルブラウジングコンテキスト</a>を強制的に作成する。<dt>"<dfn id="coop-same-origin"><code>same-origin</code></dfn>"<dd><p>これは、"<code id="cross-origin-opener-policies:coop-same-origin-allow-popups"><a href="#coop-same-origin-allow-popups">same-origin-allow-popups</a></code>"と同じように動作するが、作成される<a id="cross-origin-opener-policies:auxiliary-browsing-context" href="document-sequences.html#auxiliary-browsing-context">補助ブラウジングコンテキスト</a>は、同じ<a href="#cross-origin-opener-policy" id="cross-origin-opener-policies:cross-origin-opener-policy-3">生成元をまたいだオープナーポリシー</a>を持つ<a href="#same-origin" id="cross-origin-opener-policies:same-origin-2">同一生成元</a>の文書を含める必要があることが追加される。さもなければ、オープナーに非公開で表示される。<dt>"<dfn id="coop-same-origin-plus-coep"><code>same-origin-plus-COEP</code></dfn>"<dd><p>これは"<code id="cross-origin-opener-policies:coop-same-origin"><a href="#coop-same-origin">same-origin</a></code>"と同じように動作するが、(新しい)<a id="cross-origin-opener-policies:top-level-browsing-context-5" href="document-sequences.html#top-level-browsing-context">トップレベルブラウジングコンテキスト</a><a href="document-sequences.html#tlbc-group" id="cross-origin-opener-policies:tlbc-group-2">グループ</a><a href="document-sequences.html#bcg-cross-origin-isolation" id="cross-origin-opener-policies:bcg-cross-origin-isolation">生成元をまたいだ分離</a>を"<code id="cross-origin-opener-policies:cross-origin-isolation-logical"><a href="document-sequences.html#cross-origin-isolation-logical">logical</a></code>"または"<code id="cross-origin-opener-policies:cross-origin-isolation-concrete"><a href="document-sequences.html#cross-origin-isolation-concrete">concrete</a></code>"のいずれかに設定することが追加される。</p>

<p class="note">"<code id="cross-origin-opener-policies:coop-same-origin-plus-coep"><a href="#coop-same-origin-plus-coep">same-origin-plus-COEP</a></code>"は`<code id="cross-origin-opener-policies:cross-origin-opener-policy-2-2"><a href="#cross-origin-opener-policy-2">Cross-Origin-Opener-Policy</a></code>`ヘッダーで直接設定することはできないが、`<code><a href="#cross-origin-opener-policy-2" id="cross-origin-opener-policies:cross-origin-opener-policy-2-3">Cross-Origin-Opener-Policy</a>: <a href="#coop-same-origin" id="cross-origin-opener-policies:coop-same-origin-2">same-origin</a></code>`と`<code id="cross-origin-opener-policies:cross-origin-embedder-policy"><a href="#cross-origin-embedder-policy">Cross-Origin-Embedder-Policy</a></code>` ヘッダー(値は<a href="#compatible-with-cross-origin-isolation" id="cross-origin-opener-policies:compatible-with-cross-origin-isolation">クロスオリジン分離と互換</a>)を一緒に設定した結果である。<p></dl>
<p class="note">"<code id="cross-origin-opener-policies:coop-same-origin-plus-coep"><a href="#coop-same-origin-plus-coep">same-origin-plus-COEP</a></code>"は`<code id="cross-origin-opener-policies:cross-origin-opener-policy-2-2"><a href="#cross-origin-opener-policy-2">Cross-Origin-Opener-Policy</a></code>`ヘッダーで直接設定することはできないが、`<code><a href="#cross-origin-opener-policy-2" id="cross-origin-opener-policies:cross-origin-opener-policy-2-3">Cross-Origin-Opener-Policy</a>: <a href="#coop-same-origin" id="cross-origin-opener-policies:coop-same-origin-2">same-origin</a></code>`と`<code id="cross-origin-opener-policies:cross-origin-embedder-policy"><a href="#cross-origin-embedder-policy">Cross-Origin-Embedder-Policy</a></code>` ヘッダー(値は<a href="#compatible-with-cross-origin-isolation" id="cross-origin-opener-policies:compatible-with-cross-origin-isolation">クロスオリジン分離と互換</a>)を一緒に設定した結果である。</p>
</dl>



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 April 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">3 May 2024</span></hgroup>



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">19 April 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">3 May 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">19 April 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">3 May 2024</span></hgroup>



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">19 April 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">3 May 2024</span></hgroup>



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

<p>If <var>next character</var> is a U+0053 LATIN CAPITAL LETTER S character or a U+0073 LATIN SMALL LETTER S character, set <var>units</var> to <i>seconds</i> and set <var>M-disambiguator</var> to <i>minutes</i>.</p>

<p>Otherwise if <var>next character</var> is none of the above characters, then fail.</p>
<p>Otherwise, if <var>next character</var> is none of the above characters, then fail.</p>
</ol>
<li><p>Increment <var>component count</var>.<li><p>Let <var>multiplier</var> be 1.<li><p>If <var>units</var> is <i>years</i>, multiply <var>multiplier</var> by 12 and set <var>units</var> to <i>months</i>.<li><p>If <var>units</var> is <i>months</i>, add the product of <var>N</var> and <var>multiplier</var> to <var>months</var>.</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">19 April 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">3 May 2024</span></hgroup>



Expand Down
16 changes: 13 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 April 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">3 May 2024</span></hgroup>



Expand Down Expand Up @@ -906,8 +906,18 @@ <h5 id="the-elementinternals-interface"><span class="secno">4.13.7.1</span> The
<c- b>boolean</c-> <c- g>customError</c-> = <c- b>false</c->;
};</code></pre>

<p><code id="the-elementinternals-interface:elementinternals-4"><a href="#elementinternals">ElementInternals</a></code>は、<dfn id="internals-target">ターゲット要素</dfn>を持ち、これは<a href="#custom-element" id="the-elementinternals-interface:custom-element">カスタム要素</a>である。

<p><code id="the-elementinternals-interface:elementinternals-4"><a href="#elementinternals">ElementInternals</a></code>は、<dfn id="internals-target">ターゲット要素</dfn>を持ち、これは<a href="#custom-element" id="the-elementinternals-interface:custom-element">カスタム要素</a>である。











</p>


Expand Down
2 changes: 1 addition & 1 deletion html/dev/acknowledgements.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 April 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">3 May 2024</span></hgroup>


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

0 comments on commit 3a393c1

Please sign in to comment.