aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/selection/anchoroffset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/selection/anchoroffset/index.html')
-rw-r--r--files/es/web/api/selection/anchoroffset/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/es/web/api/selection/anchoroffset/index.html b/files/es/web/api/selection/anchoroffset/index.html
new file mode 100644
index 0000000000..e228803085
--- /dev/null
+++ b/files/es/web/api/selection/anchoroffset/index.html
@@ -0,0 +1,27 @@
+---
+title: anchorOffset
+slug: Web/API/Selection/anchorOffset
+tags:
+ - páginas_a_traducir
+translation_of: Web/API/Selection/anchorOffset
+---
+<p>{{ ApiRef("DOM") }}</p>
+
+<h3 id="Resumen" name="Resumen">Resumen</h3>
+
+<p>Devuelve el número de caracteres en que el ancla de la selección es colocada dentro de <a href="es/DOM/Selection/anchorNode">anchorNode</a>.</p>
+
+<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
+
+<pre class="eval"><i>sel</i>.anchorOffset
+</pre>
+
+<h3 id="Notas" name="Notas">Notas</h3>
+
+<p>Este número está basado en cero. Si la selección empieza con el primer carácter en <a href="es/DOM/Selection/anchorNode">anchorNode</a>, el número devuelto será 0.</p>
+
+<p> </p>
+
+<div class="noinclude"> </div>
+
+<p>{{ languages( { "en": "en/DOM/Selection/anchorOffset", "it": "it/DOM/Selection/anchorOffset", "pl": "pl/DOM/Selection/anchorOffset" } ) }}</p>