Skip to content

Commit

Permalink
Partially address issue 65
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik committed May 9, 2022
1 parent a97f69a commit fe48946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 4 additions & 17 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lang: en
<div class="detail-2"></div>
<h1>ARIA Authoring Practices Guide Home</h1>
<p>
Learn to use the accessibility semantics defined by ARIA
Learn to use the accessibility semantics defined by ARIA
to create accessible rich internet applications.
This guide describes how to apply accessibility semantics to common design patterns and widgets.
It provides design patterns and functional examples
Expand All @@ -49,12 +49,7 @@ lang: en
<div class="centered">
<div class="resource-detail-4 detail-4"></div>
<h2>APG Resources</h2>
<h3>Building blocks that help you make the web accessible</h3>
<p>
Learn how to make common rich internet application patterns and
widgets accessible by applying WAI-ARIA roles, states and
properties, and implementing keyboard support.
</p>
<p>Building blocks that help you make the web accessible</p>
</div>
<div class="contained margin-fix">
<div class="resource-item">
Expand Down Expand Up @@ -125,11 +120,7 @@ lang: en
<div class="centered margin-fix">
<div class="detail-5"></div>
<h2>Current Work</h2>
<h3>Check out our most recent work</h3>
<p>
Take a look at the plan overview for WAI-ARIA Authoring Practices,
priorities and work in progress.
</p>
<p>Check out our most recent work</p>
</div>
<div class="contained margin-fix">
<div class="work-items">
Expand Down Expand Up @@ -207,12 +198,8 @@ lang: en
<h2 class="collaboration-h2">
Collaboration
</h2>
<h3>Get involved with our community and our work</h3>
<p class="collaboration-p">
The APG Task Force conducts its work using a variety of synchronous and
asynchronous tools. And there are several ways to get involved.
Get involved with our community and our work
</p>
</div>
<div class="collaboration-items">
Expand Down
3 changes: 0 additions & 3 deletions scripts/pre-build/library/loadHomepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const loadHomepage = async () => {
<div class="centered">
<div class="resource-detail-4 detail-4"></div>
<h2>${body.querySelector("#resources h2").innerHTML}</h2>
<h3>${body.querySelector("#resources h3").innerHTML}</h3>
<p>${body.querySelector("#resources p").innerHTML}</p>
</div>
<div class="contained margin-fix">
Expand Down Expand Up @@ -90,7 +89,6 @@ const loadHomepage = async () => {
<div class="centered margin-fix">
<div class="detail-5"></div>
<h2>${body.querySelector("#work h2").innerHTML}</h2>
<h3>${body.querySelector("#work h3").innerHTML}</h3>
<p>${body.querySelector("#work p").innerHTML}</p>
</div>
<div class="contained margin-fix">
Expand Down Expand Up @@ -119,7 +117,6 @@ const loadHomepage = async () => {
<h2 class="collaboration-h2">
${body.querySelector("#collaboration h2").innerHTML}
</h2>
<h3>${body.querySelector("#collaboration h3").innerHTML}</h3>
<p class="collaboration-p">
${body.querySelector("#collaboration p").innerHTML}
</p>
Expand Down

0 comments on commit fe48946

Please sign in to comment.