diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-28 01:01:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 01:01:01 +0900 |
commit | 89e41133e017c999e91f2b8361220375a7bffdc1 (patch) | |
tree | 2b5e2ee7df77f8e9b15448f7c88cda2274d5876e | |
parent | d793503f812e424dd137b141e4b75a44ef0ea065 (diff) | |
download | translated-content-89e41133e017c999e91f2b8361220375a7bffdc1.tar.gz translated-content-89e41133e017c999e91f2b8361220375a7bffdc1.tar.bz2 translated-content-89e41133e017c999e91f2b8361220375a7bffdc1.zip |
Web/API/Element/prefix を更新 (#1220)
* Web/API/Element/prefix を更新
- conflicting 版の方が古かったので、正規版を残して conflicting 版を削除
- 2021/06/13 時点の英語版に同期
* [CRON] sync translated content
Co-authored-by: MDN <actions@users.noreply.github.com>
-rw-r--r-- | files/ja/_redirects.txt | 10 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 13 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/element/prefix/index.html | 52 | ||||
-rw-r--r-- | files/ja/web/api/element/prefix/index.html | 60 |
4 files changed, 28 insertions, 107 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 1decf984a6..b2fa3d4111 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -1374,7 +1374,7 @@ /ja/docs/DOM/Node.normalize /ja/docs/Web/API/Node/normalize /ja/docs/DOM/Node.ownerDocument /ja/docs/Web/API/Node/ownerDocument /ja/docs/DOM/Node.parentNode /ja/docs/Web/API/Node/parentNode -/ja/docs/DOM/Node.prefix /ja/docs/conflicting/Web/API/Element/prefix +/ja/docs/DOM/Node.prefix /ja/docs/Web/API/Element/prefix /ja/docs/DOM/Node.previousSibling /ja/docs/Web/API/Node/previousSibling /ja/docs/DOM/Node.removeChild /ja/docs/Web/API/Node/removeChild /ja/docs/DOM/Node.replaceChild /ja/docs/Web/API/Node/replaceChild @@ -1527,7 +1527,7 @@ /ja/docs/DOM/element.onpaste /ja/docs/Web/API/HTMLElement/onpaste /ja/docs/DOM/element.ownerDocument /ja/docs/Web/API/Node/ownerDocument /ja/docs/DOM/element.parentNode /ja/docs/Web/API/Node/parentNode -/ja/docs/DOM/element.prefix /ja/docs/conflicting/Web/API/Element/prefix +/ja/docs/DOM/element.prefix /ja/docs/Web/API/Element/prefix /ja/docs/DOM/element.previousSibling /ja/docs/Web/API/Node/previousSibling /ja/docs/DOM/element.querySelectorAll /ja/docs/Web/API/Element/querySelectorAll /ja/docs/DOM/element.removeAttribute /ja/docs/Web/API/Element/removeAttribute @@ -1825,7 +1825,7 @@ /ja/docs/DOM:element.onpaste /ja/docs/Web/API/HTMLElement/onpaste /ja/docs/DOM:element.ownerDocument /ja/docs/Web/API/Node/ownerDocument /ja/docs/DOM:element.parentNode /ja/docs/Web/API/Node/parentNode -/ja/docs/DOM:element.prefix /ja/docs/conflicting/Web/API/Element/prefix +/ja/docs/DOM:element.prefix /ja/docs/Web/API/Element/prefix /ja/docs/DOM:element.previousSibling /ja/docs/Web/API/Node/previousSibling /ja/docs/DOM:element.removeAttribute /ja/docs/Web/API/Element/removeAttribute /ja/docs/DOM:element.removeAttributeNS /ja/docs/Web/API/Element/removeAttributeNS @@ -3911,7 +3911,7 @@ /ja/docs/Web/API/Node.ownerDocument /ja/docs/Web/API/Node/ownerDocument /ja/docs/Web/API/Node.parentElement /ja/docs/Web/API/Node/parentElement /ja/docs/Web/API/Node.parentNode /ja/docs/Web/API/Node/parentNode -/ja/docs/Web/API/Node.prefix /ja/docs/conflicting/Web/API/Element/prefix +/ja/docs/Web/API/Node.prefix /ja/docs/Web/API/Element/prefix /ja/docs/Web/API/Node.previousSibling /ja/docs/Web/API/Node/previousSibling /ja/docs/Web/API/Node.removeChild /ja/docs/Web/API/Node/removeChild /ja/docs/Web/API/Node.replaceChild /ja/docs/Web/API/Node/replaceChild @@ -3924,7 +3924,7 @@ /ja/docs/Web/API/Node/localName /ja/docs/Web/API/Element/localName /ja/docs/Web/API/Node/namespaceURI /ja/docs/Web/API/Element/namespaceURI /ja/docs/Web/API/Node/nodePrincipal /ja/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 -/ja/docs/Web/API/Node/prefix /ja/docs/conflicting/Web/API/Element/prefix +/ja/docs/Web/API/Node/prefix /ja/docs/Web/API/Element/prefix /ja/docs/Web/API/NodeList.item /ja/docs/Web/API/NodeList/item /ja/docs/Web/API/NonDocumentTypeChildNode /ja/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e /ja/docs/Web/API/ParentNode /ja/docs/orphaned/Web/API/ParentNode diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 2bc776fc6b..8f5dfafac5 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48794,19 +48794,6 @@ "gurezo" ] }, - "conflicting/Web/API/Element/prefix": { - "modified": "2020-10-15T21:16:27.942Z", - "contributors": [ - "YujiSoftware", - "SphinxKnight", - "fscholz", - "khalid32", - "ethertank", - "Marsf", - "Mgjbot", - "Okome" - ] - }, "conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e": { "modified": "2020-11-23T04:18:54.717Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/element/prefix/index.html b/files/ja/conflicting/web/api/element/prefix/index.html deleted file mode 100644 index 1b31545519..0000000000 --- a/files/ja/conflicting/web/api/element/prefix/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Node.prefix -slug: conflicting/Web/API/Element/prefix -tags: - - DOM - - Gecko - - Node -translation_of: Web/API/Node/prefix -original_slug: Web/API/Node/prefix ---- -<div>{{ApiRef}}</div> - -<h2 id="Summary" name="Summary">概要</h2> - -<p><code>prefix</code> は、特定のノードの名前空間の 接頭辞 (prefix) を返します。接頭辞がなければ <code>null</code> を返します。</p> - -<h2 id="Syntax" name="Syntax">構文</h2> - -<pre class="syntaxbox"><var>string</var> = element.prefix -</pre> - -<h2 id="Examples" name="Examples">例</h2> - -<p>次の例は "x" をアラート表示します。</p> - -<pre class="brush:xml"><x:div onclick="alert(this.prefix)"/> -</pre> - -<h2 id="Notes" name="Notes">注記</h2> - -<p>これは、名前空間を解するパーサを使っている場合(つまり、文書が XML mime 型の場合など)にのみ機能します。HTML 文書では機能しません。</p> - -<h2 id="Specification" name="Specification">仕様書</h2> - -<ul> - <li><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-NodeNSPrefix">Node.prefix</a> (DOM2 より導入)</li> -</ul> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2> - - - -<p>{{Compat("api.Node.prefix")}}</p> - -<h2 id="関連情報">関連情報</h2> - -<ul> - <li>{{domxref("Node.localName")}}</li> - <li>{{domxref("Node.namespaceURI")}}</li> - <li>{{domxref("Element.prefix")}}</li> - <li>{{domxref("Attr.prefix")}}</li> -</ul> diff --git a/files/ja/web/api/element/prefix/index.html b/files/ja/web/api/element/prefix/index.html index fa08e3d8fc..b2baf67888 100644 --- a/files/ja/web/api/element/prefix/index.html +++ b/files/ja/web/api/element/prefix/index.html @@ -1,62 +1,48 @@ --- title: Element.prefix slug: Web/API/Element/prefix +tags: +- API +- DOM +- NeedsBrowserCompatibility +- NeedsMobileBrowserCompatibility +- Property +- Reference +browser-compat: api.Element.prefix translation_of: Web/API/Element/prefix --- <div>{{APIRef("DOM")}}</div> -<p><code><strong>Element.prefix</strong></code> 読み取り専用プロパティは、指定された要素の名前空間プレフィックスを、プレフィックスが指定されていない場合は <code>null</code> を返します。</p> +<p><code><strong>Element.prefix</strong></code> は読み取り専用プロパティで、指定された要素の名前空間の接頭辞を、接頭辞が指定されていない場合は <code>null</code> を返します。</p> -<div class="note"> -<p>DOM4以前、このAPIは {{domxref("Node")}} インターフェイスで定義されていました。</p> -</div> +<h2 id="Syntax">構文</h2> -<h2 id="構文">構文</h2> - -<pre class="syntaxbox"><var>string</var> = <var>element</var>.prefix +<pre class="brush: js"><var>string</var> = <var>element</var>.prefix </pre> -<h2 id="例">例</h2> +<h2 id="Examples">例</h2> -<p>以下はコンソールに "x" を記録します。</p> +<p>次の例はコンソールに "x" を記録します。</p> <pre class="brush:xml"><x:div onclick="console.log(this.prefix)"/> </pre> -<h2 id="注">注</h2> - -<p>これは名前空間を認識するパーサが使われている場合、すなわち文書がXMLのMIMEタイプで送られているときのみ働き、HTML文書では働かないでしょう。</p> - -<h2 id="仕様">仕様</h2> +<h2 id="Notes">注</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('DOM WHATWG', '#dom-element-prefix', 'Element: prefix')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td></td> - </tr> - </tbody> -</table> +<p>これは、名前空間を認識するパーサーを使用しているとき、すなわち、文書が XML の MIME タイプで送信されたときのみ動作します。 HTML 文書では動作しません。</p> -<h2 id="ブラウザ互換性">ブラウザ互換性</h2> +<h2 id="Specifications">仕様書</h2> +{{Specifications}} +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> -<p>{{Compat("api.Element.prefix")}}</p> +<p>{{Compat}}</p> -<h2 id="関連情報">関連情報</h2> +<h2 id="See_also">関連情報</h2> <ul> - <li>{{domxref("Element.namespaceURI")}}</li> - <li>{{domxref("Element.localName")}}</li> - <li>{{domxref("Attr.prefix")}}</li> - <li>{{domxref("Node.prefix")}}</li> + <li>{{domxref("Element.namespaceURI")}}</li> + <li>{{domxref("Element.localName")}}</li> + <li>{{domxref("Attr.prefix")}}</li> </ul> |