diff options
Diffstat (limited to 'files/ja/web/api/element/index.html')
-rw-r--r-- | files/ja/web/api/element/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/element/index.html b/files/ja/web/api/element/index.html index be6e9230ab..6bece2f11f 100644 --- a/files/ja/web/api/element/index.html +++ b/files/ja/web/api/element/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/Element <dt>{{DOMxRef("Element.namespaceURI")}} {{readonlyInline}}</dt> <dd>要素の名前空間の URI。名前空間がない場合は <code>null</code> になります。 <div class="note"> - <p><strong>注:</strong> Firefox 3.5 および以前のバージョンでは、HTML 要素の名前空間はありません。以降のバージョンでは、HTML 要素は HTML ツリーおよび XML ツリーで <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml" title="Linkification: http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a></code> 名前空間内に存在します。</p> + <p><strong>注:</strong> Firefox 3.5 および以前のバージョンでは、HTML 要素の名前空間はありません。以降のバージョンでは、HTML 要素は HTML ツリーおよび XML ツリーで <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a></code> 名前空間内に存在します。</p> </div> </dd> <dt>{{DOMxRef("Element.nextElementSibling")}} {{readOnlyInline}}</dt> |