From e12c8b0593cddc7e964894ba1632ba60114a59df Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 12 Aug 2022 10:19:23 +0100 Subject: [PATCH 01/25] Use `aria-label` for close/resize buttons add it where the buttons are currently unlabelled, remove the hidden `` for those that have that - `aria-label` is more solid/consistent choice --- README.md | 8 ++++---- docs/index.html.ejs | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ec8e20a..39e77d1 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Here's some starter code to help you get started:
- +

System.css

- +
@@ -43,9 +43,9 @@ Here's some starter code to help you get started:
- +

Search

- +
diff --git a/docs/index.html.ejs b/docs/index.html.ejs index fd90a4b..57bacf7 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -17,9 +17,9 @@