aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/element
diff options
context:
space:
mode:
authorpotappo <potappo@gmail.com>2021-08-21 14:51:17 +0900
committerpotappo <potappo@gmail.com>2021-08-21 14:51:17 +0900
commit7257389b546df95eecdf44e67e68009e69ece2b2 (patch)
treefd051db8a2daad9ddde969ff15eaa833a9d2a36b /files/ja/web/api/element
parentbc98b39ca91c1ee566cb5c6a2cc9da21ecdadb6a (diff)
parent66dd961c765e2843fdc3ed463baa19873924c0a3 (diff)
downloadtranslated-content-7257389b546df95eecdf44e67e68009e69ece2b2.tar.gz
translated-content-7257389b546df95eecdf44e67e68009e69ece2b2.tar.bz2
translated-content-7257389b546df95eecdf44e67e68009e69ece2b2.zip
Merge branch '20210818-remove-meaningless-titles' of https://github.com/mfuji09/MDN-translated-content into mfuji09-20210818-remove-meaningless-titles
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>