aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/element/namespaceuri/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/element/namespaceuri/index.html')
-rw-r--r--files/it/web/api/element/namespaceuri/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/files/it/web/api/element/namespaceuri/index.html b/files/it/web/api/element/namespaceuri/index.html
deleted file mode 100644
index 1dad4c71d7..0000000000
--- a/files/it/web/api/element/namespaceuri/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: document.namespaceURI
-slug: Web/API/Element/namespaceURI
-translation_of: Web/API/Node/namespaceURI
-translation_of_original: Web/API/Document/namespaceURI
-original_slug: Web/API/Node/namespaceURI
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><code>namespaceURI</code> restituisce lo spazio dei nomi XML del documento corrente.</p>
-
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-
-<pre class="eval"><i>NSURI</i> = document.namespaceURI
-</pre>
-
-<h3 id="Parametri" name="Parametri">Parametri</h3>
-
-<ul>
- <li><code>NSURI</code> è una stringa contenente lo spazio dei nomi.</li>
-</ul>
-
-<h3 id="Note" name="Note">Note</h3>
-
-<p>Il DOM di per sè non supporta la validazione del namespace. Spetta all'applicazione DOM effettuare la necessaria validazione. Si noti inoltre che il prefisso del namespace, una volta associato a un nodo particolare, non può più cambiare.</p>
-
-<h3 id="Specifiche" name="Specifiche">Specifiche</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#Namespaces-Considerations">DOM Level 2 Core: namespaceURI</a></p>
-
-<p>{{ languages( { "fr": "fr/DOM/document.namespaceURI", "pl": "pl/DOM/document.namespaceURI" } ) }}</p>