Pages

x
1
2
3
4
5
6
7
<p class="text-base leading-5">
This component is visually hidden, by design. Inspect the page source and look
for the two
<a class="underline hover:no-underline focus:no-underline text-accent hover:text-accent-hover" href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">ARIA live regions</a>:
<code>div#js-assistive-tech-notifications</code>
and <code>div#js-assistive-tech-notifications-assertive</code>.
</p>
1
2
3
4
5
6
7
8
9
10
<%= anchor_text do %>
This component is visually hidden, by design. Inspect the page source and look
for the two
<%= anchor_link(
"ARIA live regions",
href: "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions",
) %>:
<code>div#js-assistive-tech-notifications</code>
and <code>div#js-assistive-tech-notifications-assertive</code>.
<% end %>