Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home page: Change semantics of tagline from heading 3 to paragraph #2312

Merged
merged 2 commits into from
May 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>ARIA Authoring Practices Guide Home</h1>
</div>
<div id="resources">
<h2>APG Resources</h2>
<h3>Building blocks that help you make the web accessible</h3>
<p>Building blocks that help you make the web accessible</p>
<ul>
<li>
<h3>Design Patterns and Widgets</h3>
Expand All @@ -41,13 +41,13 @@ <h3>Design Patterns and Widgets</h3>
widgets accessible by applying WAI-ARIA roles, states and
properties, and implementing keyboard support.
</p>
<a href="patterns/" aria-label="View list of patterns">Learn More</a>
<a href="patterns/" aria-label="View patterns">Learn More</a>
<img alt="A menagerie of widgets." src="img/index-2.svg">
</li>
<li>
<h3>Use of ARIA Landmarks</h3>
<h3>Use ARIA Landmarks</h3>
<p>
Learn how HTML sectioning elements and ARIA landmark roles are used
Learn how to use HTML sectioning elements and ARIA landmark roles
to make it easy for assistive technology users to understand the
meaning of the layout of a page.
</p>
Expand Down Expand Up @@ -77,7 +77,7 @@ <h3>And So Much More...</h3>
Learn about other fundamental practices related to correctly using accessibility semantics,
developing keyboard interfaces, and more.
</p>
<a class="button-link" href="practices/" aria-label="View Practices">Learn More</a>
<a class="button-link" href="practices/" aria-label="View practices">Learn More</a>
<img
alt="A box with an accessibility label is chock full of widgets and document bits."
src="img/index-5.svg"
Expand All @@ -88,7 +88,7 @@ <h3>And So Much More...</h3>

<div id="work">
<h2>Current Work</h2>
<h3>Check out our most recent work</h3>
<p>Check out recent work of the APG Task Force</p>
<ul>
<li>
<h3>Release Plans</h3>
Expand Down