Skip to content

Commit

Permalink
Merge branch 'main' into main-his-missing-overflow-visible
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 11, 2024
2 parents 3f9593d + 8aa5cb0 commit fb55090
Show file tree
Hide file tree
Showing 17 changed files with 589 additions and 675 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 0 additions & 2 deletions build/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
// NOT RECOMMENDED, but it's still valid - we explain in the docs that it's not ideal,
// and offer more robust alternatives, but also need to show a less-than-ideal example
'An “aria-disabled” attribute whose value is “true” should not be specified on an “a” element that has an “href” attribute.',
// Boosted mod: `role="img"` is needed for `<img "src=.svg" alt="">`
'The “img” role is unnecessary for element “img”.',
'.*Consider using the “h1” element as a top-level heading only.*'
// End mod
].join('|')
Expand Down
Loading

0 comments on commit fb55090

Please sign in to comment.