aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-09-17 07:42:23 +0200
committerGitHub <noreply@github.com>2021-09-17 07:42:23 +0200
commit9771f94a8fc0fc08436b90f139113af82123606c (patch)
tree86d907322d0ef644c1c8200eba53036f863f688c /files/es
parent3d02f83efb6574860cee47577447b0b32f8d675d (diff)
downloadtranslated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.gz
translated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.bz2
translated-content-9771f94a8fc0fc08436b90f139113af82123606c.zip
Remove occurrences of oaa-accessibility.org which has now nothing to do with Accessibility (#2379)
* Remove occurrences of oaa-accessibility.org which is now squatted * Remove parts related to this PR Additional removing is necessary to keep the articles natural. This commit removes parts that correspond to the parts in Japanese version already removed in the English version. Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/es')
-rw-r--r--files/es/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html7
-rw-r--r--files/es/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html4
2 files changed, 0 insertions, 11 deletions
diff --git a/files/es/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html b/files/es/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html
index e8bd99f940..77f3aa804a 100644
--- a/files/es/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html
+++ b/files/es/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html
@@ -97,13 +97,6 @@ document.getElementById("formInstruction").setAttribute("role", "alert");</pre>
<pre class="brush: js">// removing the 'hidden' class makes the element visible, which will make the screen reader announce the alert:
document.getElementById("expirationWarning").className = ""; </pre>
-<h4 id="Ejemplos_funcionales">Ejemplos funcionales:</h4>
-
-<ul>
- <li><a class="external" href="http://www.oaa-accessibility.org/example/1/">Rol de alerta utilizando una caja de alerta ARIA</a></li>
- <li><a class="external" href="http://www.oaa-accessibility.org/examplep/alertdialog1/">Alerta utilizando una caja de dialogo modal ARIA</a></li>
-</ul>
-
<h3 id="Notas">Notas </h3>
<ul>
diff --git a/files/es/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html b/files/es/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html
index b6b45a05bc..e32e9663fd 100644
--- a/files/es/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html
+++ b/files/es/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html
@@ -40,10 +40,6 @@ original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_el_atributo_aria-re
&lt;/form&gt;
</pre>
-<h4 id="Ejemplos_en_acción">Ejemplos en acción:</h4>
-
-<p><a class="external" href="http://www.oaa-accessibility.org/examplep/tooltip1/">Ejemplo de un Tooltip</a> (incluye el uso del atributo <code>aria-required</code>)</p>
-
<h3 id="Notas">Notas </h3>
<h3 id="Usan_ARIA_roles">Usan ARIA roles</h3>