diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-25 14:37:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 14:37:47 +0100 |
commit | 8879aacd682787fc20ffe2661733f9cd267c81ce (patch) | |
tree | 11bf4a1114c543989c24c7a801ba379b2c20a30c /files/es/learn/html | |
parent | d1794f6b276285489b417053507f432a14be31df (diff) | |
parent | 97065b2e68dd8768dc1ea092c893c57ebe205026 (diff) | |
download | translated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.tar.gz translated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.tar.bz2 translated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.zip |
Merge pull request #70 from peterbe/use-classhidden-not-styledisplaynone
use class="hidden" not style="display:none"
Diffstat (limited to 'files/es/learn/html')
-rw-r--r-- | files/es/learn/html/howto/index.html | 2 | ||||
-rw-r--r-- | files/es/learn/html/multimedia_and_embedding/responsive_images/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/es/learn/html/howto/index.html b/files/es/learn/html/howto/index.html index 4717432b11..24ec51663c 100644 --- a/files/es/learn/html/howto/index.html +++ b/files/es/learn/html/howto/index.html @@ -139,4 +139,4 @@ original_slug: Learn/HTML/como </div> </div> -<p><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span> </p> +<p><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span> </p> diff --git a/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html b/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html index daa97085e9..ef66e0fd14 100644 --- a/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html +++ b/files/es/learn/html/multimedia_and_embedding/responsive_images/index.html @@ -20,7 +20,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images <td>Deberías tener un conocimiento <a href="/en-US/docs/Learn/HTML/Introduction_to_HTML">básico de HTML</a> y cómo <a href="/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML">agregar imágenes estáticas a un sitio web</a>.</td> </tr> <tr> - <th scope="row"><span style="display: none;"> </span>Objetivo:<span style="display: none;"> </span></th> + <th scope="row"><span class="hidden"> </span>Objetivo:<span class="hidden"> </span></th> <td>Aprende a usar características como {{htmlattrxref("srcset", "img")}} y el elemento {{htmlelement("picture")}} para implementar soluciones de imágenes adaptables a sitios web.</td> </tr> </tbody> |