Skip to content

Commit

Permalink
Infrastructure: Update vnu-jar parameters to remove unused paths (pull
Browse files Browse the repository at this point in the history
…#2617)

* Update the paths used with vnu-jar
* Update example-usage-warning.html to remove <p> tag inside <summary> tag
  • Loading branch information
howard-e authored Jun 26, 2023
1 parent b2718f4 commit 83d1329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions content/shared/templates/example-usage-warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<body>
<details id="support-notice">
<summary>
<p>
The code in this example is not intended for production environments.
Before using it for any purpose, read this to understand why.
</p>
The code in this example is not intended for production environments.
Before using it for any purpose, read this to understand why.
</summary>
<p>This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 83d1329

Please sign in to comment.