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
v13 Puppeteer rules on current repo build
v20 Puppeteer latest
When should repo upgrade?
now if available?
later when moving to v4 of Checker
which version should we upgrade to?
Background
Checker element_orientation_unlocked rule covers 11 of 12 ACT test cases. Test case from "Failed Example 4" is incorrectly or correctly marked as inapplicable or fail depending on which v of Puppeteer is running. Also conflicts with results from running Checker in Chrome DevTools vs Puppeteer. Puppeteer includes Chrome, but v13 seems to override CSS (bug).
Failed Example 4 Open in a new tab
A page where the CSS rotate property has a 90 degree rotation conditionally applied on the orientationmedia feature which restricts the element to landscape orientation.
Expected failed, but returned earl:inapplicable when running v13
Results logs the following:
Failed Example 4: https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b33eff/8f341a73c698daf157613c32a521878ed5aa7310.html
[31m--Expected failed, but returned earl:inapplicable
Failures: []
Review: []
Pass: []
All: [
"html_skipnav_exists:Potential_1:POTENTIAL",
"style_highcontrast_visible:Manual_1:MANUAL",
"skip_main_exists:Fail_1:FAIL"
The text was updated successfully, but these errors were encountered:
philljenkins
changed the title
Puppeteer version. v13 fails to detect some CSS related issues/rules, v20 handles correctly. Decide when to upgrade to which version?
Puppeteer version? v13 fails to detect some CSS related issues/rules, v20 handles correctly. Decide when to upgrade to which version?
Aug 30, 2024
philljenkins
changed the title
Puppeteer version? v13 fails to detect some CSS related issues/rules, v20 handles correctly. Decide when to upgrade to which version?
Puppeteer version & when? v13 fails to detect some CSS related issues/rules, v20 handles correctly. Decide when to upgrade to which version.
Aug 30, 2024
v13 Puppeteer rules on current repo build
v20 Puppeteer latest
When should repo upgrade?
Background
Checker
element_orientation_unlocked
rule covers 11 of 12 ACT test cases. Test case from "Failed Example 4" is incorrectly or correctly marked as inapplicable or fail depending on which v of Puppeteer is running. Also conflicts with results from running Checker in Chrome DevTools vs Puppeteer. Puppeteer includes Chrome, but v13 seems to override CSS (bug).ACT ruleID b33eff
Checker ACT results returns the following for
Expected failed, but returned earl:inapplicable
when running v13The text was updated successfully, but these errors were encountered: