Skip to content

Commit

Permalink
ZK-5527: Upgrade WCAG with the lighthouse 11.x detection tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsonChan authored and jumperchen committed Jan 18, 2024
1 parent ebf1594 commit f2aa9d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ZK 10.0.0
ZK-4988: zEmbedded support for websocket
ZK-5135: Make a client error more helpful for debug
ZK-5592: Deprecate the ancient themes (Breeze, Sapphire, Silvertail, and Atlantic) in ZK 10
ZK-5527: Upgrade WCAG with the lighthouse 11.x detection tools

* Bugs
ZK-5393: Update ZK jars to jakarta-friendly uploads
Expand Down
2 changes: 1 addition & 1 deletion zktest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ task testGroupForkJVMTestOnly(type: Test) {

task npmInstallLighthouse(type: Exec) {
outputs.dir("${project.buildDir}/lighthouse/")
commandLine 'npm', 'install', '-g', 'lighthouse@10.4.0'
commandLine 'npm', 'install', '-g', 'lighthouse@11.4.0'
}
task testWCAGOnly(type: Test) {
dependsOn npmInstallLighthouse
Expand Down
1 change: 0 additions & 1 deletion zktest/src/main/webapp/wcag/tabbox.zul
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Copyright (C) 2020 Potix Corporation. All Rights Reserved.
<tab label="Tab F" iconSclass="z-icon-home"/>
<tab iconSclass="z-icon-home" ca:aria-label="Tab G"/>
<tab label="Tab H" closable="true"/>
<tab label="Tab I" closable="true" ca:aria-label="closable Tab I"/>
</tabs>
<tabpanels>
<tabpanel>Content A</tabpanel>
Expand Down

0 comments on commit f2aa9d1

Please sign in to comment.