Skip to content

Commit

Permalink
[html] tmxの切り戻し
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Dec 18, 2024
1 parent 5f86802 commit ae6c8b8
Show file tree
Hide file tree
Showing 123 changed files with 8,849 additions and 8,564 deletions.
8 changes: 4 additions & 4 deletions html/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@



<nav><a href="references.html">← 参考文献</a><a href="./">目次</a></nav><ol class="toc"><li id="toc-acknowledgments"><a href="acknowledgements.html#acknowledgments">Acknowledgments</a><li id="toc-ipr"><a href="acknowledgements.html#ipr">Intellectual property rights</a></ol><h2 id="acknowledgments" class="no-num">Acknowledgments<a href="#acknowledgments" class="self-link"></a></h2>
<nav><a href="references.html">← 参考文献</a><a href="./">目次</a></nav><ol class="toc"><li id="toc-acknowledgments"><a href="acknowledgements.html#acknowledgments">謝辞</a><li id="toc-ipr"><a href="acknowledgements.html#ipr">知的財産権</a></ol><h2 id="acknowledgments" class="no-num">謝辞<a href="#acknowledgments" class="self-link"></a></h2>


<p>Thanks to Tim Berners-Lee for inventing HTML, without which none of this would exist.</p>
Expand Down Expand Up @@ -64,7 +64,7 @@



<h2 id="ipr" class="no-num">Intellectual property rights<a href="#ipr" class="self-link"></a></h2>
<h2 id="ipr" class="no-num">知的財産権<a href="#ipr" class="self-link"></a></h2>

<div itemtype="http://n.whatwg.org/work" itemscope=""><p>The image in the introduction is based on <a itemprop="work" href="https://www.flickr.com/photos/wonderlane/2986252088" />a photo</a> by <a itemprop="https://creativecommons.org/ns#attributionURL" href="https://www.flickr.com/photos/wonderlane" />Wonderlane</a>. (<a itemprop="license" href="https://creativecommons.org/licenses/by/2.0" />CC BY 2.0</a>)</div>

Expand Down Expand Up @@ -103,9 +103,9 @@ <h2 id="ipr" class="no-num">Intellectual property rights<a href="#ipr" class="se

<p itemtype="http://n.whatwg.org/work" itemscope="">Part of the revision history of the <a href="interaction.html#close-requests-and-close-watchers">Close requests and close watchers</a> section can be found in the <a href="https://github.com/WICG/close-watcher"><code>WICG/close-watcher</code> repository</a>, which is available under the <a itemprop="license" href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">W3C Software and Document License</a>.</p>

<p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0" />Creative Commons Attribution 4.0 International License</a>. To the extent portions of it are incorporated into source code, such portions in the source code are licensed under the <a rel="license" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a> instead.</p>
<p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). この作品は、<a rel="license" href="https://creativecommons.org/licenses/by/4.0" />Creative Commons Attribution 4.0 International License</a>の下でライセンスされている。その一部がソースコードに組み込まれている場合、そのソースコードの部分は、代わりに<a rel="license" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>でライセンスされる。</p>

<p>This is the Living Standard. Those interested in the patent-review version should view the <a href="/review-drafts/2024-07" />Living Standard Review Draft</a>.</p>
<p>これはLiving Standardである。特許審査版に関心のある人は、<a href="/review-drafts/2024-07" />Living Standard Review Draft</a>を見るべきである。</p>


<nav><a href="references.html">← 参考文献</a><a href="./">目次</a></nav>
266 changes: 133 additions & 133 deletions html/browsers.html

Large diffs are not rendered by default.

274 changes: 137 additions & 137 deletions html/browsing-the-web.html

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions html/canvas.html

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions html/common-dom-interfaces.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions html/common-microsyntaxes.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions html/comms.html

Large diffs are not rendered by default.

302 changes: 163 additions & 139 deletions html/custom-elements.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions html/dev/acknowledgements.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="split" lang="ja"><script src="https://html.spec.whatwg.org/link-fixup.js" defer=""></script><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"><title>HTML Standard, Edition for Web Developers</title><meta content="#3c790a" name="theme-color"><meta content="light dark" name="color-scheme"><link rel="stylesheet" href="https://resources.whatwg.org/standard-shared-with-dev.css" crossorigin=""><link rel="icon" href="https://resources.whatwg.org/logo.svg" crossorigin=""><link rel="stylesheet" href="https://html.spec.whatwg.org/dev/styles.css" crossorigin=""><script>
<!DOCTYPE html><html class="split" lang="ja"><script src="https://html.spec.whatwg.org/link-fixup.js" defer=""></script><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"><title>HTML Standard, Edition for Web Developers日本語訳</title><meta content="#3c790a" name="theme-color"><meta content="light dark" name="color-scheme"><link rel="stylesheet" href="https://resources.whatwg.org/standard-shared-with-dev.css" crossorigin=""><link rel="icon" href="https://resources.whatwg.org/logo.svg" crossorigin=""><link rel="stylesheet" href="https://html.spec.whatwg.org/dev/styles.css" crossorigin=""><script>
function toggleStatus(div) {
div.parentNode.classList.toggle('wrapped');
}
Expand All @@ -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">17 December 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">17 December 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 All @@ -30,7 +30,7 @@



<nav><a href="references.html">← 参考文献</a><a href="./">目次</a></nav><ol class="toc"><li><a href="acknowledgements.html#acknowledgments">Acknowledgments</a><li><a href="acknowledgements.html#ipr">Intellectual property rights</a></ol><h2 id="acknowledgments" class="no-num">Acknowledgments<a href="#acknowledgments" class="self-link"></a></h2>
<nav><a href="references.html">← 参考文献</a><a href="./">目次</a></nav><ol class="toc"><li><a href="acknowledgements.html#acknowledgments">謝辞</a><li><a href="acknowledgements.html#ipr">知的財産権</a></ol><h2 id="acknowledgments" class="no-num">謝辞<a href="#acknowledgments" class="self-link"></a></h2>


<p>Thanks to Tim Berners-Lee for inventing HTML, without which none of this would exist.</p>
Expand Down Expand Up @@ -64,7 +64,7 @@



<h2 id="ipr" class="no-num">Intellectual property rights<a href="#ipr" class="self-link"></a></h2>
<h2 id="ipr" class="no-num">知的財産権<a href="#ipr" class="self-link"></a></h2>



Expand Down Expand Up @@ -103,7 +103,7 @@ <h2 id="ipr" class="no-num">Intellectual property rights<a href="#ipr" class="se

<p itemscope="" itemtype="http://n.whatwg.org/work">Part of the revision history of the <a href="interaction.html#close-requests-and-close-watchers">Close requests and close watchers</a> section can be found in the <a href="https://github.com/WICG/close-watcher"><code>WICG/close-watcher</code> repository</a>, which is available under the <a itemprop="license" href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">W3C Software and Document License</a>.</p>

<p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0" />Creative Commons Attribution 4.0 International License</a>. To the extent portions of it are incorporated into source code, such portions in the source code are licensed under the <a rel="license" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a> instead.</p>
<p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). この作品は、<a rel="license" href="https://creativecommons.org/licenses/by/4.0" />Creative Commons Attribution 4.0 International License</a>の下でライセンスされている。その一部がソースコードに組み込まれている場合、そのソースコードの部分は、代わりに<a rel="license" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>でライセンスされる。</p>



Expand Down
Loading

0 comments on commit ae6c8b8

Please sign in to comment.