aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/selection/anchoroffset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/selection/anchoroffset/index.html')
-rw-r--r--files/it/web/api/selection/anchoroffset/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/files/it/web/api/selection/anchoroffset/index.html b/files/it/web/api/selection/anchoroffset/index.html
deleted file mode 100644
index 0c6de4e0ed..0000000000
--- a/files/it/web/api/selection/anchoroffset/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: anchorOffset
-slug: Web/API/Selection/anchorOffset
-tags:
- - DOM
- - Gecko
- - Reference_del_DOM_di_Gecko
- - Tutte_le_categorie
-translation_of: Web/API/Selection/anchorOffset
----
-<p>{{ ApiRef() }}</p>
-<h3 id="Sommario" name="Sommario">Sommario</h3>
-<p>Restituisce il numero di caratteri che separano il primo carattere della selezione (anchor), dal primo carattere del primo nodo selezionato (<a href="it/DOM/Selection/anchorNode">anchorNode</a>).</p>
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-<pre class="eval"><i>selezione</i>.anchorOffset
-</pre>
-<h3 id="Note" name="Note">Note</h3>
-<p>Il valore restituito inizia da 0. Se la selezione comincia con il primo carattere dell'<a href="it/DOM/Selection/anchorNode">anchorNode</a>, <code>anchorOffset</code> restituisce 0.</p>
-<div class="noinclude">
-  </div>
-<p>{{ languages( { "en": "en/DOM/Selection/anchorOffset", "es": "es/DOM/Selection/anchorOffset", "pl": "pl/DOM/Selection/anchorOffset" } ) }}</p>