From 085e4246ddb8e5e1c8124f3ef4bd44136d25caba Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Tue, 14 Feb 2023 10:31:07 -0500 Subject: [PATCH 1/2] Update the paths used with vnu-jar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ccdb25109..c232252fe1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "regression": "ava --timeout=1m", "regression-report": "node test/util/report", "test": "npm run lint && npm run regression", - "vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html index.html examples/", + "vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html content/", "create-gh-project": "node ./scripts/create-gh-project.js", "prepare": "husky install" }, From e911b75acf91b7ab19c04dfd0ba0941158f52794 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Thu, 2 Mar 2023 16:43:02 -0500 Subject: [PATCH 2/2] Update example-usage-warning.html to remove

tag inside

tag --- content/shared/templates/example-usage-warning.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/shared/templates/example-usage-warning.html b/content/shared/templates/example-usage-warning.html index e081775b8c..3d5b202abd 100644 --- a/content/shared/templates/example-usage-warning.html +++ b/content/shared/templates/example-usage-warning.html @@ -5,10 +5,8 @@
-

- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -

+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.

This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.