From fe48946bdbc60df116b9404df3cbe1d320a5c457 Mon Sep 17 00:00:00 2001 From: alflennik Date: Mon, 9 May 2022 18:31:48 -0400 Subject: [PATCH] Partially address issue 65 --- content/index.md | 21 ++++----------------- scripts/pre-build/library/loadHomepage.js | 3 --- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/content/index.md b/content/index.md index 8f2b3b65e..d08585652 100644 --- a/content/index.md +++ b/content/index.md @@ -31,7 +31,7 @@ lang: en

ARIA Authoring Practices Guide Home

- 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 @@ -49,12 +49,7 @@ lang: en

APG Resources

-

Building blocks that help you make the web accessible

-

- Learn how to make common rich internet application patterns and - widgets accessible by applying WAI-ARIA roles, states and - properties, and implementing keyboard support. -

+

Building blocks that help you make the web accessible

@@ -125,11 +120,7 @@ lang: en

Current Work

-

Check out our most recent work

-

- Take a look at the plan overview for WAI-ARIA Authoring Practices, - priorities and work in progress. -

+

Check out our most recent work

@@ -207,12 +198,8 @@ lang: en

Collaboration

-

Get involved with our community and our work

- - 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

diff --git a/scripts/pre-build/library/loadHomepage.js b/scripts/pre-build/library/loadHomepage.js index dc3ebf6b9..5529fe6a4 100644 --- a/scripts/pre-build/library/loadHomepage.js +++ b/scripts/pre-build/library/loadHomepage.js @@ -55,7 +55,6 @@ const loadHomepage = async () => {

${body.querySelector("#resources h2").innerHTML}

-

${body.querySelector("#resources h3").innerHTML}

${body.querySelector("#resources p").innerHTML}

@@ -90,7 +89,6 @@ const loadHomepage = async () => {

${body.querySelector("#work h2").innerHTML}

-

${body.querySelector("#work h3").innerHTML}

${body.querySelector("#work p").innerHTML}

@@ -119,7 +117,6 @@ const loadHomepage = async () => {

${body.querySelector("#collaboration h2").innerHTML}

-

${body.querySelector("#collaboration h3").innerHTML}

${body.querySelector("#collaboration p").innerHTML}