aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/accessibility/aria/roles
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-28 01:04:59 -0400
committerGitHub <noreply@github.com>2021-07-28 08:04:59 +0300
commit0b5c8a1f20efae16e7e23e52d101e545980e157f (patch)
treeed6de4b7d858686cde502b4f08a10406550cc8aa /files/ru/web/accessibility/aria/roles
parentf2c560577fe17103e74314e60d20472a757100c3 (diff)
downloadtranslated-content-0b5c8a1f20efae16e7e23e52d101e545980e157f.tar.gz
translated-content-0b5c8a1f20efae16e7e23e52d101e545980e157f.tar.bz2
translated-content-0b5c8a1f20efae16e7e23e52d101e545980e157f.zip
remove link 'title' attributes that's just the 'href' (ru, part 5) (#1750)
Diffstat (limited to 'files/ru/web/accessibility/aria/roles')
-rw-r--r--files/ru/web/accessibility/aria/roles/checkbox_role/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/accessibility/aria/roles/checkbox_role/index.html b/files/ru/web/accessibility/aria/roles/checkbox_role/index.html
index 5a4c474ed2..307c56e1f9 100644
--- a/files/ru/web/accessibility/aria/roles/checkbox_role/index.html
+++ b/files/ru/web/accessibility/aria/roles/checkbox_role/index.html
@@ -5,7 +5,7 @@ translation_of: Web/Accessibility/ARIA/Roles/checkbox_role
---
<p>\{{ariaref}}</p>
-<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#checkbox" title="http://www.w3.org/TR/wai-aria/roles#checkbox">checkbox role</a> используется для переключаемых интерактивных элементов управления. Элементы, содержащие <code>role="checkbox"</code> также должны включать <code>aria-checked</code> атрибут, чтобы продемонстрировать состояние чекбокса ассистивным технологиям.</span></p>
+<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#checkbox">checkbox role</a> используется для переключаемых интерактивных элементов управления. Элементы, содержащие <code>role="checkbox"</code> также должны включать <code>aria-checked</code> атрибут, чтобы продемонстрировать состояние чекбокса ассистивным технологиям.</span></p>
<pre class="brush: html">&lt;span role="checkbox" aria-checked="false" tabindex="0" aria-labelledby="chk1-label"&gt;
&lt;/span&gt; &lt;label id="chk1-label"&gt;Remember my preferences&lt;/label&gt;</pre>