aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-23 16:07:03 +0100
committerGitHub <noreply@github.com>2021-02-23 16:07:03 +0100
commite9c769a97b2fc7b23417948e946c8c516548f50f (patch)
treea24048bf04ef74e6c86f2812adb3a8cece185a74 /files/ja/web
parent10701ffef1cb57f06970990b9b7086ea7f24a019 (diff)
parent3cf10f5483f2abfa4d87b2279967277213e28908 (diff)
downloadtranslated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.tar.gz
translated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.tar.bz2
translated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.zip
Merge pull request #69 from fiji-flo/sync-translated-content-1
Sync translated content 1
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/accessibility/aria/widgets/overview/index.html72
-rw-r--r--files/ja/web/api/document/activeelement/index.html (renamed from files/ja/web/api/documentorshadowroot/activeelement/index.html)4
-rw-r--r--files/ja/web/api/htmlanchorelement/hash/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/hash/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/host/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/host/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/hostname/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/hostname/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/href/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/href/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/origin/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/origin/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/password/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/password/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/pathname/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/pathname/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/port/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/port/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/protocol/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/protocol/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/search/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/search/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/tostring/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/tostring/index.html)3
-rw-r--r--files/ja/web/api/htmlanchorelement/username/index.html (renamed from files/ja/web/api/htmlhyperlinkelementutils/username/index.html)3
-rw-r--r--files/ja/web/api/htmlhyperlinkelementutils/index.html88
-rw-r--r--files/ja/web/api/nondocumenttypechildnode/index.html69
16 files changed, 26 insertions, 243 deletions
diff --git a/files/ja/web/accessibility/aria/widgets/overview/index.html b/files/ja/web/accessibility/aria/widgets/overview/index.html
deleted file mode 100644
index c49401a24b..0000000000
--- a/files/ja/web/accessibility/aria/widgets/overview/index.html
+++ /dev/null
@@ -1,72 +0,0 @@
----
-title: 概観
-slug: Web/Accessibility/ARIA/widgets/overview
-tags:
- - Accessibility
- - JavaScript
- - Landing
- - NeedsUpdate
-translation_of: Web/Accessibility/ARIA/widgets/overview
----
-<div class="warning">Warning: needs updating</div>
-
-<h2 id="Introduction_2" name="Introduction_2"><span class="mw-headline" id="Introduction">入門</span></h2>
-
-<p>ここでは、動作する例とアクセシブルなJavaScript ウィジェットを作るベストプラクティスを見ていきます。</p>
-
-<h2 id="General_Resources_2" name="General_Resources_2"><span class="mw-headline" id="General_Resources">一般リソース</span></h2>
-
-<ul>
- <li><a class="external text" href="http://dev.aol.com/dhtml_style_guide" rel="nofollow">DHTML Style Guide</a> にはキーボードインタラクションのお勧めがあります。</li>
- <li><a class="external text" href="http://www.w3.org/wai/pf/aria-practices" rel="nofollow">WAI-ARIA Authoring Practices Guide</a></li>
-</ul>
-
-<h2 id="Checkbox" name="Checkbox">チェックボックス</h2>
-
-<ul>
- <li><a class="external text" href="http://www.paciellogroup.com/blog/?p=53" rel="nofollow">ARIA Toggle Button and Tri-state Checkbox examples</a> (from "The Paciello Group Blog")</li>
- <li><a class="external text" href="http://test.cita.uiuc.edu/aria/checkbox" rel="nofollow">ARIA Example Checkbox Widgets from the University of Illinois</a></li>
-</ul>
-
-<h2 id="Menu_2" name="Menu_2"><span class="mw-headline" id="Menu">メニュー</span></h2>
-
-<ul>
- <li><a class="external text" href="http://yuiblog.com/blog/2007/12/21/menu-waiaria/" rel="nofollow">Using WAI-ARIA Roles and States with the YUI Menu Control</a></li>
-</ul>
-
-<h2 id="Slider_2" name="Slider_2"><span class="mw-headline" id="Slider">スライダー</span></h2>
-
-<ul>
- <li>From the Paciello Group Blog: ARIA Slider, <a class="external text" href="http://www.paciellogroup.com/blog/?p=68" rel="nofollow">part one</a>, <a class="external text" href="http://www.paciellogroup.com/blog/?p=69" rel="nofollow">part two</a>, <a class="external text" href="http://www.paciellogroup.com/blog/?p=76" rel="nofollow">part threet</a> (<a class="external text" href="http://www.paciellogroup.com/blog/misc/ARIA/slider/" rel="nofollow">example</a>)</li>
- <li><a class="external text" href="http://mindtrove.info/articles/creating-an-accessible-internationalized-dojo-rating-widget/" rel="nofollow">Creating an Accessible, Internationalized Dojo Rating Widget</a></li>
-</ul>
-
-<h2 id="Tabs_2" name="Tabs_2"><span class="mw-headline" id="Tabs">タブ</span></h2>
-
-<ul>
- <li><a class="external text" href="http://yuiblog.com/blog/2008/07/30/tabview-aria/" rel="nofollow">Enhancing TabView Accessibility with WAI-ARIA Roles and States</a>, from the YUI blog</li>
- <li><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/tabs" rel="nofollow">Enhancing the jQuery UI Tabs accordingly to WCAG 2.0 and ARIA</a></li>
- <li><a class="external text" href="http://codetalks.org/source/widgets/tabpanel/tabpanel1.html" rel="nofollow">Tab panel example here on CodeTalks</a></li>
-</ul>
-
-<h2 id="Lightbox_2" name="Lightbox_2"><span class="mw-headline" id="Lightbox">ライトボックス</span></h2>
-
-<ul>
- <li><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/lightbox" rel="nofollow">WCAG 2.0 and ARIA-</a><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/table" rel="nofollow">conformant</a><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/lightbox" rel="nofollow"> lightbox application</a></li>
- <li><a class="external free" href="http://majx-js.digissime.net/js/popin/" rel="nofollow">http://majx-js.digissime.net/js/popin/</a></li>
-</ul>
-
-<h2 id="Form_Validation_2" name="Form_Validation_2"><span class="mw-headline" id="Form_Validation">フォーム検証</span></h2>
-
-<ul>
- <li><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/formular" rel="nofollow">WCAG 2.0 and ARIA-conformant live form validation</a></li>
-</ul>
-
-<h2 id="Tables" name="Tables"><span class="mw-headline" id="Table">表</span></h2>
-
-<ul>
- <li><a class="external text" href="http://www.einfach-fuer-alle.de/artikel/barrierefreie-formulare-mit-html-css-und-javascript/" rel="nofollow">German tutorial on creating an accessible form</a></li>
- <li><a class="external text" href="http://codetalks.org/source/widgets/grid/grid.sample.html" rel="nofollow">Simple grid example at CodeTalks</a></li>
- <li><a class="external text" href="http://codetalks.org/source/widgets/datepicker/datepicker.sample.html" rel="nofollow">Date picker grid at CodeTalks</a></li>
- <li><a class="external text" href="http://wiki.github.com/fnagel/jQuery-Accessible-RIA/table" rel="nofollow">WCAG 2.0 and ARIA-conformant sortable tables</a></li>
-</ul>
diff --git a/files/ja/web/api/documentorshadowroot/activeelement/index.html b/files/ja/web/api/document/activeelement/index.html
index 5fe59cbae6..3d47c8b0b0 100644
--- a/files/ja/web/api/documentorshadowroot/activeelement/index.html
+++ b/files/ja/web/api/document/activeelement/index.html
@@ -1,6 +1,6 @@
---
title: document.activeElement
-slug: Web/API/DocumentOrShadowRoot/activeElement
+slug: Web/API/Document/activeElement
tags:
- DOM
- Focus
@@ -10,7 +10,7 @@ tags:
- 要更新
translation_of: Web/API/DocumentOrShadowRoot/activeElement
translation_of_original: Web/API/Document/activeElement
-original_slug: Web/API/Document/activeElement
+original_slug: Web/API/DocumentOrShadowRoot/activeElement
---
<div>{{ApiRef}}</div>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/hash/index.html b/files/ja/web/api/htmlanchorelement/hash/index.html
index 293b73e2f0..98cb53f17f 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/hash/index.html
+++ b/files/ja/web/api/htmlanchorelement/hash/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.hash
-slug: Web/API/HTMLHyperlinkElementUtils/hash
+slug: Web/API/HTMLAnchorElement/hash
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/hash
+original_slug: Web/API/HTMLHyperlinkElementUtils/hash
---
<div>{{ APIRef("URLUtils") }}</div>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/host/index.html b/files/ja/web/api/htmlanchorelement/host/index.html
index 876dd935c1..c015eeb640 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/host/index.html
+++ b/files/ja/web/api/htmlanchorelement/host/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.host
-slug: Web/API/HTMLHyperlinkElementUtils/host
+slug: Web/API/HTMLAnchorElement/host
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/host
+original_slug: Web/API/HTMLHyperlinkElementUtils/host
---
<div>{{ApiRef("URL API")}}</div>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/hostname/index.html b/files/ja/web/api/htmlanchorelement/hostname/index.html
index 46c38302f1..a5cafaf97d 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/hostname/index.html
+++ b/files/ja/web/api/htmlanchorelement/hostname/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.hostname
-slug: Web/API/HTMLHyperlinkElementUtils/hostname
+slug: Web/API/HTMLAnchorElement/hostname
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/hostname
+original_slug: Web/API/HTMLHyperlinkElementUtils/hostname
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/href/index.html b/files/ja/web/api/htmlanchorelement/href/index.html
index a371695230..3f87137986 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/href/index.html
+++ b/files/ja/web/api/htmlanchorelement/href/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.href
-slug: Web/API/HTMLHyperlinkElementUtils/href
+slug: Web/API/HTMLAnchorElement/href
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/href
+original_slug: Web/API/HTMLHyperlinkElementUtils/href
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/origin/index.html b/files/ja/web/api/htmlanchorelement/origin/index.html
index 8353b66f0a..254a6d0a41 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/origin/index.html
+++ b/files/ja/web/api/htmlanchorelement/origin/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.origin
-slug: Web/API/HTMLHyperlinkElementUtils/origin
+slug: Web/API/HTMLAnchorElement/origin
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/origin
+original_slug: Web/API/HTMLHyperlinkElementUtils/origin
---
<p>{{APIRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/password/index.html b/files/ja/web/api/htmlanchorelement/password/index.html
index d973268e54..c64b6381b0 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/password/index.html
+++ b/files/ja/web/api/htmlanchorelement/password/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.password
-slug: Web/API/HTMLHyperlinkElementUtils/password
+slug: Web/API/HTMLAnchorElement/password
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/password
+original_slug: Web/API/HTMLHyperlinkElementUtils/password
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/pathname/index.html b/files/ja/web/api/htmlanchorelement/pathname/index.html
index a8b227269c..7782280325 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/pathname/index.html
+++ b/files/ja/web/api/htmlanchorelement/pathname/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.pathname
-slug: Web/API/HTMLHyperlinkElementUtils/pathname
+slug: Web/API/HTMLAnchorElement/pathname
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/pathname
+original_slug: Web/API/HTMLHyperlinkElementUtils/pathname
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/port/index.html b/files/ja/web/api/htmlanchorelement/port/index.html
index a97a28511a..5c7d24055a 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/port/index.html
+++ b/files/ja/web/api/htmlanchorelement/port/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.port
-slug: Web/API/HTMLHyperlinkElementUtils/port
+slug: Web/API/HTMLAnchorElement/port
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/port
+original_slug: Web/API/HTMLHyperlinkElementUtils/port
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/protocol/index.html b/files/ja/web/api/htmlanchorelement/protocol/index.html
index 9b800001ea..f25a1d16df 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/protocol/index.html
+++ b/files/ja/web/api/htmlanchorelement/protocol/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.protocol
-slug: Web/API/HTMLHyperlinkElementUtils/protocol
+slug: Web/API/HTMLAnchorElement/protocol
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/protocol
+original_slug: Web/API/HTMLHyperlinkElementUtils/protocol
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/search/index.html b/files/ja/web/api/htmlanchorelement/search/index.html
index 3d09ac6610..2b1c67dd78 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/search/index.html
+++ b/files/ja/web/api/htmlanchorelement/search/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.search
-slug: Web/API/HTMLHyperlinkElementUtils/search
+slug: Web/API/HTMLAnchorElement/search
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/search
+original_slug: Web/API/HTMLHyperlinkElementUtils/search
---
<div>{{ApiRef("URL API")}}</div>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/tostring/index.html b/files/ja/web/api/htmlanchorelement/tostring/index.html
index 1edb61e862..36d1b4190a 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/tostring/index.html
+++ b/files/ja/web/api/htmlanchorelement/tostring/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.toString()
-slug: Web/API/HTMLHyperlinkElementUtils/toString
+slug: Web/API/HTMLAnchorElement/toString
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Stringifier
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/toString
+original_slug: Web/API/HTMLHyperlinkElementUtils/toString
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/username/index.html b/files/ja/web/api/htmlanchorelement/username/index.html
index 2bda58e2d2..c1f7c60dcb 100644
--- a/files/ja/web/api/htmlhyperlinkelementutils/username/index.html
+++ b/files/ja/web/api/htmlanchorelement/username/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.username
-slug: Web/API/HTMLHyperlinkElementUtils/username
+slug: Web/API/HTMLAnchorElement/username
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/username
+original_slug: Web/API/HTMLHyperlinkElementUtils/username
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ja/web/api/htmlhyperlinkelementutils/index.html b/files/ja/web/api/htmlhyperlinkelementutils/index.html
deleted file mode 100644
index bc0b1f182a..0000000000
--- a/files/ja/web/api/htmlhyperlinkelementutils/index.html
+++ /dev/null
@@ -1,88 +0,0 @@
----
-title: HTMLHyperlinkElementUtils
-slug: Web/API/HTMLHyperlinkElementUtils
-tags:
- - API
- - Experimental
- - Mixin
- - URL API
-translation_of: Web/API/HTMLHyperlinkElementUtils
----
-<p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p>
-
-<p><span class="seoSummary"><strong><code>HTMLHyperlinkElementUtils</code></strong> ミックスインは、{{domxref("HTMLAnchorElement")}} および {{domxref("HTMLAreaElement")}} と連携するユーティリティのメソッドとプロパティを定義します。 これらのユーティリティを使用すると、URL などの一般的な機能を処理できます。</span></p>
-
-<p>このタイプのオブジェクトはありませんが、いくつかのオブジェクトの {{domxref("HTMLAnchorElement")}} および {{domxref("HTMLAreaElement")}} がそれを実装しています。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<div class="note">
-<p><strong>注</strong>: このインターフェイスはプロパティを継承しません。</p>
-</div>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.href")}}</dt>
- <dd>これは、URL 全体を含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.protocol")}}</dt>
- <dd>これは、最後の <code>':'</code> を含む URL のプロトコルスキームを含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.host")}}</dt>
- <dd>これは、ホストを含む {{domxref("USVString")}} です。 ホストは、<em>ホスト名</em>の後に、URL の<em>ポート</em>が空でない場合、<code>':'</code>、および URL の<em>ポート</em>が続きます(空は、指定されていないか、URL のスキームのデフォルトポートとして指定されているために発生する可能性があります)。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hostname")}}</dt>
- <dd>これは、URL のドメイン(ホスト名)を含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.port")}}</dt>
- <dd>これは、URL のポート番号を含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.pathname")}}</dt>
- <dd>これは、最初の <code>'/'</code> とその後に続く URL のパスを含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.search")}}</dt>
- <dd>これは、<code>'?'</code> とその後に続く URL のパラメーターを含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hash")}}</dt>
- <dd>これは、<code>'#'</code> とその後に続く URL のフラグメント識別子を含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.username")}}</dt>
- <dd>これは、ドメイン名の前に指定されたユーザー名を含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.password")}}</dt>
- <dd>これは、ドメイン名の前に指定されたパスワードを含む {{domxref("USVString")}} です。</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.origin")}} {{readonlyInline}}</dt>
- <dd>これは、URL のオリジン(スキーム、ドメイン、ポート)を含む {{domxref("USVString")}} を返します。</dd>
-</dl>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<div class="note">
-<p><strong>注</strong>: このインターフェイスはメソッドを継承しません。</p>
-</div>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.toString()")}}</dt>
- <dd>これは、URL 全体を含む {{domxref("USVString")}} を返します。 {{domxref("HTMLHyperlinkElementUtils.href")}} の同義語ですが、値を変更するために使用することはできません。</dd>
-</dl>
-
-<h2 id="Specifications" name="Specifications">仕様</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様</th>
- <th scope="col">状態</th>
- <th scope="col">コメント</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>初期定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-
-
-<p>{{Compat("api.HTMLHyperlinkElementUtils")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>これを実装するインターフェイス: {{domxref("HTMLAnchorElement")}}、{{domxref("HTMLAreaElement")}}</li>
-</ul>
diff --git a/files/ja/web/api/nondocumenttypechildnode/index.html b/files/ja/web/api/nondocumenttypechildnode/index.html
deleted file mode 100644
index 2115525343..0000000000
--- a/files/ja/web/api/nondocumenttypechildnode/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
----
-title: NonDocumentTypeChildNode
-slug: Web/API/NonDocumentTypeChildNode
-tags:
- - API
- - DOM
- - Interface
- - NonDocumentTypeChildNode
- - Reference
-translation_of: Web/API/NonDocumentTypeChildNode
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><code><strong>NonDocumentTypeChildNode</strong></code> インターフェイスは親を持つ {{domxref("Node")}} オブジェクトに固有な、{{domxref("DocumentType")}} に適していないメソッドを含みます。</p>
-
-<p><code>NonDocumentTypeChildNode</code> は純粋なインターフェースで、この型のオブジェクトを作ることはできません。 {{domxref("Element")}}、{{domxref("CharacterData")}} オブジェクトで実装されています。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<p><em>継承されたプロパティはありません。</em></p>
-
-<dl>
- <dt>{{domxref("NonDocumentTypeChildNode.previousElementSibling")}} {{readonlyInline}}</dt>
- <dd>このノードの親ノードの子リスト内にある、このノードの直前にある {{domxref("Element")}} を返します。リスト内でこのノードの前に {{domxref("Element")}} がない場合は <code>null</code> を返します。</dd>
- <dt>{{domxref("NonDocumentTypeChildNode.nextElementSibling")}} {{readonlyInline}}</dt>
- <dd>このノードの親ノードの子リスト内にある、このノードの直後にある {{domxref("Element")}} を返します。リスト内でこのノードの後に {{domxref("Element")}} がない場合は <code>null</code> を返します。</dd>
-</dl>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<p><em>継承、および実装されたメソッドはありません。</em></p>
-
-<h2 id="Specifications" name="Specifications">仕様</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">策定状況</th>
- <th scope="col">コメント</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG', '#interface-nondocumenttypechildnode', 'NonDocumentTypeChildNode')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td><code>ElementTraversal</code> インタフェースを{{domxref("ParentNode")}}、{{domxref("ChildNode")}}、<code>NonDocumentTypeChildNode</code> に分割しました。後者では <code>previousElementSibling</code> と <code>nextElementSibling</code> が定義されるようになりました。<br>
- {{domxref("CharacterData")}} と {{domxref("Element")}} は、新しいインタフェースを実装しました。</td>
- </tr>
- <tr>
- <td>{{SpecName('Element Traversal', '#interface-elementTraversal', 'ElementTraversal')}}</td>
- <td>{{Spec2('Element Traversal')}}</td>
- <td><code>ElementTraversal</code> 基本インターフェースにプロパティの初期定義を追加し、{{domxref("Element")}} で使用できるようにしました。.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-
-<div class="hidden">このページの互換表は構造化データで生成されました。データに貢献したい方は、<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックし、プルリクエストを送信してください。</div>
-
-<p>{{Compat("api.NonDocumentTypeChildNode")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>{{domxref("ParentNode")}} および {{domxref("ChildNode")}} 基本インターフェース</li>
- <li>
- <div class="syntaxbox">この基本インターフェースを実装したオブジェクト: {{domxref("CharacterData")}}、{{domxref("Element")}}</div>
- </li>
-</ul>