Skip to content

Commit 67550cd

Browse files
committed
More improvements
1 parent c8a4a3c commit 67550cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/properties-cheatsheet.html.eex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<div class="mx-auto flex-shrink">
3333
<section aria-label="Roles Cheatsheet" class="max-w-xl lg:max-w-4xl px-6 pt-8 pb-16 text-white">
3434
<article aria-labelledby="hidden" class="space-y-4">
35-
<%= h2.("I want to hide an element", id: "hidden") %>
35+
<%= h2.(line("I want to **hide** an element"), id: "hidden") %>
3636

37-
<p>You can hide using a large range of techniques. What you first want to ask is, to whom do I want to show the content?
37+
<p>To hide something first ask, to whom do I want to show the content?
3838

3939
<%= list [
4040
"Show to **everyone**. 👂✅ 👁✅",
@@ -77,7 +77,7 @@
7777
<%= h4.("Test") %>
7878
<%=
7979
"""
80-
it("can still be found by our tests and by screen readers", () => {
80+
it("has text that can still be read by tests and by screen readers", () => {
8181
expect(
8282
screen.getByRole('link', { name: 'Profile' })
8383
).toBeInTheDocument();

0 commit comments

Comments
 (0)