diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:40:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:40:08 -0400 |
commit | 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch) | |
tree | caed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/css/_doublecolon_before | |
parent | eeabcbf0e107e100c886027610f97045de548b0d (diff) | |
download | translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2 translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip |
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/css/_doublecolon_before')
-rw-r--r-- | files/es/web/css/_doublecolon_before/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/web/css/_doublecolon_before/index.html b/files/es/web/css/_doublecolon_before/index.html index 14692b829e..ae1f316228 100644 --- a/files/es/web/css/_doublecolon_before/index.html +++ b/files/es/web/css/_doublecolon_before/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/::before' <span class="punctuation token">}</span></code></pre> <div class="note"> -<p><strong>Nota:</strong> Los pseudoelementos generados por <code>::before</code> y <code>::after</code> son <a href="https://www.w3.org/TR/CSS2/generate.html#before-after-content">contenidos por la caja de formato del elemento</a>, y por lo tanto, no aplica a <em><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Replaced_element">elementos de reemplazo</a></em> como los elementos {{htmlelement("img")}}, o {{htmlelement("br")}}.</p> +<p><strong>Nota:</strong> Los pseudoelementos generados por <code>::before</code> y <code>::after</code> son <a href="https://www.w3.org/TR/CSS2/generate.html#before-after-content">contenidos por la caja de formato del elemento</a>, y por lo tanto, no aplica a <em><a href="/en-US/docs/Web/CSS/Replaced_element">elementos de reemplazo</a></em> como los elementos {{htmlelement("img")}}, o {{htmlelement("br")}}.</p> </div> <h2 id="Sintaxis">Sintaxis</h2> @@ -27,7 +27,7 @@ translation_of: 'Web/CSS/::before' {{csssyntax}} <div class="note"> -<p><strong>Nota:</strong> CSS3 introdujo la notación <code>::before</code> (con doble dos puntos) para diferenciar <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes">pseudo-clases</a> con <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elementos</a>. Los navegadores aceptan <code>:before</code>, añadido en CSS2.</p> +<p><strong>Nota:</strong> CSS3 introdujo la notación <code>::before</code> (con doble dos puntos) para diferenciar <a href="/en-US/docs/Web/CSS/Pseudo-classes">pseudo-clases</a> con <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elementos</a>. Los navegadores aceptan <code>:before</code>, añadido en CSS2.</p> </div> <h2 id="Ejemplos">Ejemplos</h2> |