diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-28 00:54:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 00:54:11 +0900 |
commit | d793503f812e424dd137b141e4b75a44ef0ea065 (patch) | |
tree | 695ae1bdec6e6de2f29e91c66742d3feb845a59e /files/ja | |
parent | 5e85f24ca2d7a45d0a7269bd606dca6c2d94d8b3 (diff) | |
download | translated-content-d793503f812e424dd137b141e4b75a44ef0ea065.tar.gz translated-content-d793503f812e424dd137b141e4b75a44ef0ea065.tar.bz2 translated-content-d793503f812e424dd137b141e4b75a44ef0ea065.zip |
Web/API/Element/localName を更新 (#1218)
- conflicting 版よりも正規版の方が英語版に近いため、 conflicting 版を削除
- 2021/06/13 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 10 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 19 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/element/localname/index.html | 63 | ||||
-rw-r--r-- | files/ja/web/api/element/localname/index.html | 65 |
4 files changed, 32 insertions, 125 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 7b40df7497..1decf984a6 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -1364,7 +1364,7 @@ /ja/docs/DOM/Node.isSameNode /ja/docs/Web/API/Node/isSameNode /ja/docs/DOM/Node.isSupported /ja/docs/Web/API/Node/isSupported /ja/docs/DOM/Node.lastChild /ja/docs/Web/API/Node/lastChild -/ja/docs/DOM/Node.localName /ja/docs/conflicting/Web/API/Element/localName +/ja/docs/DOM/Node.localName /ja/docs/Web/API/Element/localName /ja/docs/DOM/Node.namespaceURI /ja/docs/Web/API/Element/namespaceURI /ja/docs/DOM/Node.nextSibling /ja/docs/Web/API/Node/nextSibling /ja/docs/DOM/Node.nodeName /ja/docs/Web/API/Node/nodeName @@ -1510,7 +1510,7 @@ /ja/docs/DOM/element.lang /ja/docs/Web/API/HTMLElement/lang /ja/docs/DOM/element.lastChild /ja/docs/Web/API/Node/lastChild /ja/docs/DOM/element.length /ja/docs/Web/API/NodeList/length -/ja/docs/DOM/element.localName /ja/docs/conflicting/Web/API/Element/localName +/ja/docs/DOM/element.localName /ja/docs/Web/API/Element/localName /ja/docs/DOM/element.name /ja/docs/conflicting/Web/API /ja/docs/DOM/element.namespaceURI /ja/docs/Web/API/Element/namespaceURI /ja/docs/DOM/element.nextSibling /ja/docs/Web/API/Node/nextSibling @@ -1814,7 +1814,7 @@ /ja/docs/DOM:element.lang /ja/docs/Web/API/HTMLElement/lang /ja/docs/DOM:element.lastChild /ja/docs/Web/API/Node/lastChild /ja/docs/DOM:element.length /ja/docs/Web/API/NodeList/length -/ja/docs/DOM:element.localName /ja/docs/conflicting/Web/API/Element/localName +/ja/docs/DOM:element.localName /ja/docs/Web/API/Element/localName /ja/docs/DOM:element.namespaceURI /ja/docs/Web/API/Element/namespaceURI /ja/docs/DOM:element.nextSibling /ja/docs/Web/API/Node/nextSibling /ja/docs/DOM:element.nodeName /ja/docs/Web/API/Node/nodeName @@ -3900,7 +3900,7 @@ /ja/docs/Web/API/Node.isSameNode /ja/docs/Web/API/Node/isSameNode /ja/docs/Web/API/Node.isSupported /ja/docs/Web/API/Node/isSupported /ja/docs/Web/API/Node.lastChild /ja/docs/Web/API/Node/lastChild -/ja/docs/Web/API/Node.localName /ja/docs/conflicting/Web/API/Element/localName +/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.nextSibling /ja/docs/Web/API/Node/nextSibling /ja/docs/Web/API/Node.nodeName /ja/docs/Web/API/Node/nodeName @@ -3921,7 +3921,7 @@ /ja/docs/Web/API/Node/firstChild-temp /ja/docs/Web/API/Node/firstChild /ja/docs/Web/API/Node/getUserData /ja/docs/orphaned/Web/API/Node/getUserData /ja/docs/Web/API/Node/innerText /ja/docs/Web/API/HTMLElement/innerText -/ja/docs/Web/API/Node/localName /ja/docs/conflicting/Web/API/Element/localName +/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 diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index be0b6686ef..2bc776fc6b 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48794,25 +48794,6 @@ "gurezo" ] }, - "conflicting/Web/API/Element/compositionstart_event": { - "modified": "2019-03-24T00:14:09.377Z", - "contributors": [ - "mfuji09", - "ethertank", - "Masayuki" - ] - }, - "conflicting/Web/API/Element/localName": { - "modified": "2019-03-24T00:02:06.649Z", - "contributors": [ - "fscholz", - "khalid32", - "ethertank", - "Gomita", - "Mgjbot", - "Taken" - ] - }, "conflicting/Web/API/Element/prefix": { "modified": "2020-10-15T21:16:27.942Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/element/localname/index.html b/files/ja/conflicting/web/api/element/localname/index.html deleted file mode 100644 index e8849609d9..0000000000 --- a/files/ja/conflicting/web/api/element/localname/index.html +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Node.localName -slug: conflicting/Web/API/Element/localName -tags: - - DOM - - Gecko - - Gecko DOM Reference - - Node - - 要更新 -translation_of: Web/API/Node/localName -original_slug: Web/API/Node/localName ---- -<p>{{ ApiRef() }}</p> -<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3> -<p>このノードの修飾名のローカル部分を返します。</p> -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3> -<pre class="eval"><em>name</em> = <em>element</em>.localName -</pre> -<ul> - <li><code>name</code> は文字列でのローカル名です(詳細は下の{{ Anch("注記") }} を参照してください)</li> -</ul> -<h3 id=".E4.BE.8B" name=".E4.BE.8B">例</h3> -<p>(<code>text/xml</code> や <code>application/xhtml+xml</code> のような XML コンテンツタイプで提供されなくてはなりません。)</p> -<pre class="eval"><html xmlns="<span class="nowiki">http://www.w3.org/1999/xhtml</span>" - xmlns:svg="<span class="nowiki">http://www.w3.org/2000/svg</span>"> -<head> - <script type="application/javascript"><![CDATA[ - function test() { - var text = document.getElementById('text'); - var circle = document.getElementById('circle'); - - text.value = "<svg:circle> has:\n" + - "localName = '" + circle.localName + "'\n" + - "namespaceURI = '" + circle.namespaceURI + "'"; - } - ]]></script> -</head> -<body onload="test()"> - <svg:svg version="1.1" - width="100px" height="100px" - viewBox="0 0 100 100"> - <svg:circle cx="50" cy="50" r="30" style="fill:#aaa" id="circle"/> - </svg:svg> - <textarea id="text" rows="4" cols="55"/> -</body> -</html> -</pre> -<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3> -<p>ノードのローカル名はノードの修飾名のコロン(:)の後ろの部分です。修飾名は特定の XML 文書の名前空間の一部として XML の中で特に使われます。例えば、修飾名 <code>ecomm:partners</code> の中で <code>partners</code> がローカル名で <code>ecomm</code> が接頭辞です。</p> -<pre><ecomm:business id="soda_shop" type="brick_n_mortar"> - <ecomm:partners> - <ecomm:partner id="1001">Tony's Syrup Warehouse - </ecomm:partner> - </ecomm:partner> -</ecomm:business> -</pre> -<p><span class="comment">Needs to be reworded; right now it's wrong. -Nickolay The prefix&mdash;in this case, "ecomm"&mdash;defines the namespace in which the local name can be used.</span></p> -<p> {{ gecko_minversion_note("1.9.2", "Firefox 3.5 およびそれ以前では、このプロパティは HTML DOM 中の HTML 要素については大文字のローカル名を返します(XML DOM 中の XHTML 要素については小文字のローカル名を返します)。 Firefox 3.6 以降のバージョンでは、 HTML 5 との互換性のため、内部的な DOM ストレージにおける大文字/小文字で返します。つまり、 HTML DOM と XML DOM の両方において、 HTML 要素は小文字のローカル名となります。 tagName プロパティは、 HTML DOM 中の HTML 要素についても今まで通り大文字のローカル名を返します。") }}</p> -<p><code>ELEMENT_NODE</code> と <code>ATTRIBUTE_NODE</code> 以外の<a href="/ja/DOM/element.nodeType" title="ja/DOM/element.nodeType">種類</a>全てに属すノードでは、常に <code>localName</code> は <code>null</code> です。</p> -<h3 id=".E5.8F.82.E7.85.A7" name=".E5.8F.82.E7.85.A7">参照</h3> -<p><a href="/ja/DOM/element.namespaceURI" title="ja/DOM/element.namespaceURI">element.namespaceURI</a></p> -<h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3> -<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-NodeNSLocalN">DOM Level 2 Core: Node.localName</a></p> diff --git a/files/ja/web/api/element/localname/index.html b/files/ja/web/api/element/localname/index.html index 797a6e0660..b92152fbfa 100644 --- a/files/ja/web/api/element/localname/index.html +++ b/files/ja/web/api/element/localname/index.html @@ -1,28 +1,33 @@ --- title: Element.localName slug: Web/API/Element/localName +tags: +- API +- DOM +- NeedsBrowserCompatibility +- NeedsMobileBrowserCompatibility +- Property +- Reference +browser-compat: api.Element.localName translation_of: Web/API/Element/localName --- <div>{{APIRef("DOM")}}</div> -<p><strong><code>Element.localName</code></strong> 読み取り専用プロパティは、要素の修飾名のローカル部分を返します。</p> +<p><strong><code>Element.localName</code></strong> は読み取り専用プロパティで、要素の修飾名のローカル部分を返します。</p> -<div class="note"> -<p>DOM4 より前、この API は {{domxref("Node")}} の中で定義されていました。</p> -</div> - -<h2 id="構文">構文</h2> +<h2 id="Syntax">構文</h2> -<pre class="syntaxbox"><var>name</var> = <var>element</var>.localName +<pre class="brush: js"><var>name</var> = <var>element</var>.localName </pre> -<h3 id="返り値">返り値</h3> +<h3 id="Return_value">返値</h3> -<p>要素の修飾名の、ローカル部分を示す {{domxref("DOMString")}}。</p> +<p>要素の修飾名の、ローカル部分を示す {{domxref("DOMString")}} です。 +</p> -<h2 id="例">例</h2> +<h2 id="Example">例</h2> -<p><code>(text/xml</code> や <code>application/xhtml+xml</code> のような、XML のコンテンツタイプで送出される必要があります。)</p> +<p>(<code>text/xml</code> や <code>application/xhtml+xml</code> のような、XML のコンテンツタイプで送出される必要があります。)</p> <pre class="brush:xml"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"> @@ -49,9 +54,9 @@ translation_of: Web/API/Element/localName </html> </pre> -<h2 id="注">注</h2> +<h2 id="Notes">注</h2> -<p>ノードのローカル名は、ノードの修飾名の、コロンの後に続く部分です。修飾名は一般に、XML において、特定の XML 文書の名前空間の一部として使われます。例えば、<code>ecomm:partners</code> という修飾名において、 <code>partners</code> はローカル名、<code>ecomm</code> は接頭辞です。</p> +<p>ノードのローカル名とは、ノードの修飾名の、コロンの後に続く部分です。 XML において修飾名は、一般に特定の XML 文書の名前空間の一部として使われます。例えば、<code>ecomm:partners</code> という修飾名において、 <code>partners</code> はローカル名、<code>ecomm</code> は接頭辞です。</p> <pre class="brush:xml"><ecomm:business id="soda_shop" type="brick_n_mortar" xmlns:ecomm="http://example.com/ecomm"> <ecomm:partners> @@ -62,37 +67,21 @@ translation_of: Web/API/Element/localName </pre> <div class="note"> -<p><strong>注: </strong>{{Gecko("1.9.2")}} 以前、このプロパティは、HTML DOM における HTML 要素ではローカル名を大文字で返していました(XML DOM における XHTML 要素とは対照的に)。最新バージョンでは HTML5 に従い、このプロパティは内部の DOM ストレージの場合、HTML DOM における HTML要素と XHTML DOM における XHTML要素のいずれも、小文字で返します。{{domxref("element.tagName","tagName")}} プロパティは引き続き、HTML DOM における HTML要素では大文字で返します。</p> +<p><strong>注: </strong>{{Gecko("1.9.2")}} 以前、このプロパティは、HTML DOM における HTML 要素ではローカル名を大文字で返していました(XML DOM における XHTML 要素とは対照的に)。最新バージョンでは HTML5 に従い、このプロパティは内部の DOM ストレージの場合、 HTML DOM における HTML要素と XHTML DOM における XHTML要素のいずれも、小文字で返します。{{domxref("element.tagName","tagName")}} プロパティは引き続き、 HTML DOM における HTML 要素では大文字で返します。</p> </div> -<h2 id="仕様">仕様</h2> +<h2 id="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('DOM4', '#interface-element', 'Element.localName')}}</td> - <td>{{Spec2('DOM4')}}</td> - <td>初めての定義</td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="ブラウザ互換性">ブラウザ互換性</h2> +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> -<p>{{Compat("api.Element.localName")}}</p> +<p>{{Compat}}</p> -<h2 id="参考情報">参考情報</h2> +<h2 id="See_also">関連情報</h2> <ul> - <li>{{domxref("Element.namespaceURI")}}</li> - <li>{{domxref("Element.prefix")}}</li> - <li>{{domxref("Attr.localName")}}</li> - <li>{{domxref("Node.localName")}}</li> + <li>{{domxref("Element.namespaceURI")}}</li> + <li>{{domxref("Element.prefix")}}</li> + <li>{{domxref("Attr.localName")}}</li> </ul> |