aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/element
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
commit66dd961c765e2843fdc3ed463baa19873924c0a3 (patch)
tree71d90cddda2cdd2c8544582a19a9877e1f1242a5 /files/ja/web/api/element
parent4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (diff)
downloadtranslated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.gz
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.bz2
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.zip
意味のない title 属性を削除
fix #1877
Diffstat (limited to 'files/ja/web/api/element')
-rw-r--r--files/ja/web/api/element/getattributenodens/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/element/getattributenodens/index.html b/files/ja/web/api/element/getattributenodens/index.html
index f56fd71658..fb48807b05 100644
--- a/files/ja/web/api/element/getattributenodens/index.html
+++ b/files/ja/web/api/element/getattributenodens/index.html
@@ -28,7 +28,7 @@ translation_of: Web/API/Element/getAttributeNodeNS
<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
-<p><span class="comment">&lt;code&gt;getAttributeNodeNS&lt;/code&gt; is more specific than <a href="/ja/DOM/element.getAttributeNode">getAttributeNode</a> in that it allows you to specify attributes that are part of a particular namespace. The corresponding setter method is <a href="/ja/DOM/element.setAttributeNodeNS">setAttributeNodeNS</a>.</span> <code>getAttributeNodeNS</code> は特定の名前空間の一部である属性を指定できるという点で <a href="/ja/DOM/element.getAttributeNode" title="ja/DOM/element.getAttributeNode">getAttributeNode</a>より特殊です。対応するsetterメソッドは<a href="/ja/DOM/element.setAttributeNodeNS" title="ja/DOM/element.setAttributeNodeNS">setAttributeNodeNS</a>です。</p>
+<p><span class="comment">&lt;code&gt;getAttributeNodeNS&lt;/code&gt; is more specific than <a href="/ja/DOM/element.getAttributeNode">getAttributeNode</a> in that it allows you to specify attributes that are part of a particular namespace. The corresponding setter method is <a href="/ja/DOM/element.setAttributeNodeNS">setAttributeNodeNS</a>.</span> <code>getAttributeNodeNS</code> は特定の名前空間の一部である属性を指定できるという点で <a href="/ja/DOM/element.getAttributeNode">getAttributeNode</a>より特殊です。対応するsetterメソッドは<a href="/ja/DOM/element.setAttributeNodeNS">setAttributeNodeNS</a>です。</p>
<p>{{ DOMAttributeMethods() }}<span class="comment">== Specification ==</span></p>