Merge pull request #53 from tomayac/patch-1 · w3c/using-aria@0e3039c
scottaohara
·
2019-12-09
·
via Recent Commits to using-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -<!DOCTYPE HTML> |
| 1 | +<!DOCTYPE HTML> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
@@ -455,7 +455,7 @@ <h5 id="p10">Other static elements with <code>aria-label</code>, <code>aria-labe
|
455 | 455 | <td><strong><em>Well supported</em></strong> on static content</td></tr></tbody> |
456 | 456 | </table> |
457 | 457 | <p><code>aria-label</code> and <code>aria-labelledby</code> have similar behaviour in screen readers and the Accessibility API, but <code>aria-label</code> should be reserved for when there is no visible text on the page to reference or when keeping track of <code>id</code> values would be too difficult. <a href="http://davidmacd.com/blog/does-aria-label-override-static-text.html">Test sources</a></p> |
458 | | -<h4>Internet explorer notes on aria-labelledby, aria-label, and aria-describedby</h4> |
| 458 | +<h4>Internet Explorer notes on aria-labelledby, aria-label, and aria-describedby</h4> |
459 | 459 | <p>In Internet Explorer, if you use <code>aria-labelledby</code> with multiple <code>id</code> references or <code>aria-describedby</code> with single or multiple <code>id</code> references, the referenced elements <strong>must be</strong> what Microsoft terms as <a href="http://msdn.microsoft.com/en-us/library/ie/gg701963%28v=vs.85%29.aspx#Accessible_HTML_Elements">accessible HTML elements</a>.</p> |
460 | 460 | <p>The following example of <code>aria-labelledby</code> with multiple references uses a <code>span</code> with a <code>tabindex=-1</code> added. Refer to <a href="http://msdn.microsoft.com/en-us/library/ie/gg701963%28v=vs.85%29.aspx#Making_Nonaccessible_Elements_Accessible">Making Non accessible Elements Accessible</a>.</p> |
461 | 461 | <code class="block"><label |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。