aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/selection/removeallranges/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/selection/removeallranges/index.html')
-rw-r--r--files/it/web/api/selection/removeallranges/index.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/files/it/web/api/selection/removeallranges/index.html b/files/it/web/api/selection/removeallranges/index.html
deleted file mode 100644
index b9aa7bba25..0000000000
--- a/files/it/web/api/selection/removeallranges/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: removeAllRanges
-slug: Web/API/Selection/removeAllRanges
-tags:
- - DOM
- - Gecko
- - Reference_del_DOM_di_Gecko
- - Tutte_le_categorie
-translation_of: Web/API/Selection/removeAllRanges
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Sommario" name="Sommario">Sommario</h3>
-<p>Rimuove tutti i range dalla selezione, impostando le proprietà <code><a href="it/DOM/Selection/anchorNode">anchorNode</a></code> e <code><a href="it/DOM/Selection/focusNode">focusNode</a></code> a <code>null</code>. Dopo la chiamata a questo metodo, non vi saranno elementi selezionati nella pagina.</p>
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-<pre class="eval"><i>selezione</i>.removeAllRanges();
-</pre>
-<div class="noinclude">
-  </div>
-<p>{{ languages( { "es": "es/DOM/Selection/removeAllRanges", "en": "en/DOM/Selection/removeAllRanges", "pl": "pl/DOM/Selection/removeAllRanges" } ) }}</p>