diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/browsing_context | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/browsing_context')
-rw-r--r-- | files/es/glossary/browsing_context/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/es/glossary/browsing_context/index.html b/files/es/glossary/browsing_context/index.html new file mode 100644 index 0000000000..c6942b7d06 --- /dev/null +++ b/files/es/glossary/browsing_context/index.html @@ -0,0 +1,25 @@ +--- +title: Contexto de navegación +slug: Glossary/Browsing_context +translation_of: Glossary/Browsing_context +--- +<p> </p> + +<p>Un <strong>contexto de navegación</strong> es el entorno en el que un {{glossary("navegador")}} muestra un {{domxref("Documento")}} (normalmente una pestaña, pero posiblemente también una ventana o un marco (<em>frame</em>) dentro de una página).</p> + +<p>Cada contexto de navegación tiene un {{glossary("origen")}} específico, el origen del documento activo y un historial que enumera todos los documentos mostrados en orden.</p> + +<p>La comunicación entre contextos de navegación está severamente restringida. Entre un contexto de navegación del mismo origen, se puede abrir y utilizar un {{domxref("BroadcastChannel")}}}.</p> + +<p> </p> + +<h2 id="Aprende_más...">Aprende más...</h2> + +<h3 id="Referencia_técnica">Referencia técnica</h3> + +<ul> + <li><a href="https://html.spec.whatwg.org/multipage/browsers.html#windows">Browsing context on WHATWG</a></li> + <li><a href="http://w3c.github.io/html/browsers.html#sec-browsing-contexts">Browsing context on W3C</a></li> +</ul> + +<div>{{QuickLinksWithSubpages("/en-US/docs/Glossary")}}</div> |