You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the wai-aria-practices script, which formats the examples for APG, depends on the files in the examples/js folder. The script copies over the *.js files in that folder to make the Jekyll site.
What's currently missing is the skipto.js file, which is being referenced in this portion of the code , which was previously jumpto.js. As a result, the build script fails.
skipto.js was added to a location in the wai-aria-practices repo which can be overwritten (in this PR). Would it be possible to copy over skipto.js to this repo's examples/js folder to fix the build script?
Currently, the wai-aria-practices script, which formats the examples for APG, depends on the files in the
examples/js
folder. The script copies over the *.js files in that folder to make the Jekyll site.What's currently missing is the
skipto.js
file, which is being referenced in this portion of the code , which was previouslyjumpto.js
. As a result, the build script fails.skipto.js
was added to a location in the wai-aria-practices repo which can be overwritten (in this PR). Would it be possible to copy overskipto.js
to this repo'sexamples/js
folder to fix the build script?cc: @jongund
The text was updated successfully, but these errors were encountered: