mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
368016feb203b1f08ca00410a56f049490da40fc
The Site Health score indicator isn't exactly a "progress bar" and shouldn't use ARIA roles and properties related to progress bars. Also, some browser / screen reader combinations don't announce the score properly. - removes any ARIA - adds a screen-reader-text "Current health score:" - adds `role="img" aria-hidden="true" focusable="false"` to the SVG - reduces CSS specificity simplifying unnecessary overqualified selectors - fixes the syntax for ::after and ::before (double colon) Fixes #46621. git-svn-id: https://develop.svn.wordpress.org/trunk@45041 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%