Skip to content

Commit 63e6b2d

Browse files
chore(merge main): patched Boosted commit → be8268e (#2778)
1 parent fbbf5ca commit 63e6b2d

File tree

13 files changed

+334
-591
lines changed

13 files changed

+334
-591
lines changed

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: "${{ env.NODE }}"
3333

3434
- name: Set up npm cache
35-
uses: actions/cache@v4.0.2
35+
uses: actions/cache@v4.1.1
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

build/vnu-jar.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
3131
// NOT RECOMMENDED, but it's still valid - we explain in the docs that it's not ideal,
3232
// and offer more robust alternatives, but also need to show a less-than-ideal example
3333
'An “aria-disabled” attribute whose value is “true” should not be specified on an “a” element that has an “href” attribute.',
34-
// OUDS mod: `role="img"` is needed for `<img "src=.svg" alt="">`
35-
'The “img” role is unnecessary for element “img”.',
3634
'.*Consider using the “h1” element as a top-level heading only.*'
3735
// End mod
3836
].join('|')

0 commit comments

Comments
 (0)