Skip to content

Commit 91987b6

Browse files
committed
Fix charts and regenerate images
1 parent a26c33e commit 91987b6

14 files changed

+16
-7
lines changed

src/content/en/2025/accessibility.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ After a multi-year decline, heading hierarchy scores improved by almost 2% in 20
331331

332332
{{ figure_markup(
333333
caption="Mobile sites passing the Lighthouse audit for properly ordered heading.",
334-
content="58.7%",
334+
content="59%",
335335
classes="big-number",
336336
sheets_gid="1312474493",
337337
sql_file="lighthouse_a11y_audits.sql"
@@ -547,7 +547,7 @@ The `alt` attribute provides a textual description of an image. It's essential f
547547

548548
{{ figure_markup(
549549
caption="Percentage of images passing the Lighthouse audit for images with `alt` text.",
550-
content="68.9%",
550+
content="69%",
551551
classes="big-number",
552552
sheets_gid="1312474493",
553553
sql_file="lighthouse_a11y_audits.sql"
@@ -630,7 +630,9 @@ The increased use of the ARIA `button` role raises concerns. It often indicates
630630
description="A bar chart showing the ten most common ARIA roles on desktop and mobile pages. `button` is the most widely used role (53.06% on desktop and 53.56% on mobile), followed by `presentation` (42.48% and 41.54%) and `dialog` (34.05% and 36.01%). Other frequently used roles include `search`, `navigation`, `img`, `main`, `region`, `group`, and `status`, all appearing on roughly 15–25% of pages.",
631631
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQFD-7C6Jv6q1JyviDsKosRlVwaok7g7nRCQ9NGMw5MaAAohL7EcDejVwgp13Z_T2S_57Zi0YaVb7st/pubchart?oid=1028393265&format=interactive",
632632
sheets_gid="2081252628",
633-
sql_file="common_aria_role"
633+
sql_file="common_aria_role",
634+
width=600,
635+
height=676
634636
)
635637
}}
636638

@@ -667,7 +669,9 @@ These changes suggest developers increasingly assign accessible names programmat
667669
description="A bar chart showing the ten most common ARIA attributes on desktop and mobile pages. `aria-label` leads at 70% on desktop and 68% on mobile, followed closely by `aria-hidden` (66% on both). Other frequently used attributes include `aria-expanded` (40% and 38%), `aria-controls` (34% and 33%), `aria-live` (33% and 32%), and `aria-labelledby` (30% and 29%), with usage decreasing down to `aria-describedby` at 17% on both desktop and mobile.",
668670
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQFD-7C6Jv6q1JyviDsKosRlVwaok7g7nRCQ9NGMw5MaAAohL7EcDejVwgp13Z_T2S_57Zi0YaVb7st/pubchart?oid=318641062&format=interactive",
669671
sheets_gid="1821302308",
670-
sql_file="common_element_attributes.sql"
672+
sql_file="common_element_attributes.sql",
673+
width=780,
674+
height=676
671675
)
672676
}}
673677

@@ -905,7 +909,8 @@ This lag likely reflects implementation challenges, transitional periods for exi
905909
description="A table ranking countries by average accessibility score across their top-level domains, with the United States leading at 85.63%, followed closely by Canada (84.98%), the United Kingdom (84.96%), and Australia (84.59%). Germany (84.53%) and other European countries like the Netherlands (83.86%) and France (83.82%) also rank highly, while Asian countries like Japan (81.54%), South Korea (79.39%), and Taiwan (79.19%) score lower.",
906910
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQFD-7C6Jv6q1JyviDsKosRlVwaok7g7nRCQ9NGMw5MaAAohL7EcDejVwgp13Z_T2S_57Zi0YaVb7st/pubchart?oid=1913573905&format=interactive",
907911
sheets_gid="134589352",
908-
sql_file="lighthouse_score_by_country.sql"
912+
sql_file="lighthouse_score_by_country.sql",
913+
height=500
909914
)
910915
}}
911916

@@ -931,7 +936,9 @@ Traditional TLDs like `.com`, `.org`, `.net` don't rank as accessibility leaders
931936
description="A bar chart ranking top-level domains (TLDs) by average accessibility score. Educational (.edu) and government (.gov) domains lead at 89.1% and 87.6%, followed by .ai (87.2%), .no (87.0%), and .fi (86.5%). Country-code TLDs like .ca (85.9%), .io (85.8%), .se (85.5%), .at (85.4%), and .uk (85.3%) also score highly, with general TLDs like .de (85.0%) and .co (84.6%) toward the lower end of the top 20.",
932937
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQFD-7C6Jv6q1JyviDsKosRlVwaok7g7nRCQ9NGMw5MaAAohL7EcDejVwgp13Z_T2S_57Zi0YaVb7st/pubchart?oid=414356016&format=interactive",
933938
sheets_gid="1037208406",
934-
sql_file="lighthouse_score_by_tld.sql"
939+
sql_file="lighthouse_score_by_tld.sql",
940+
width=600,
941+
height=480
935942
)
936943
}}
937944

@@ -1009,7 +1016,9 @@ The Americans with Disabilities Act (ADA), which <a hreflang="en" href="https://
10091016
description="A bar chart ranking US state and territory government sites by average accessibility score. New Hampshire leads at 94.61%, followed by Nevada (92.43%), Kansas (91.67%), New York (91.45%), and South Carolina (91.07%). Many other states, including Arizona, California, Missouri, Montana, and North Carolina, also score around 90% or higher, while states like New Jersey (83.91%) and Rhode Island (83.31%) appear toward the lower end of the list.",
10101017
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQFD-7C6Jv6q1JyviDsKosRlVwaok7g7nRCQ9NGMw5MaAAohL7EcDejVwgp13Z_T2S_57Zi0YaVb7st/pubchart?oid=445029634&format=interactive",
10111018
sheets_gid="1855027591",
1012-
sql_file="lighthouse_score_by_government.sql"
1019+
sql_file="lighthouse_score_by_government.sql",
1020+
width=600,
1021+
height=500
10131022
)
10141023
}}
10151024

-10.8 KB
Loading
-723 Bytes
Loading
-82 Bytes
Loading
-3.38 KB
Loading
-80 Bytes
Loading
299 Bytes
Loading
-2.89 KB
Loading
-9.06 KB
Loading
-1.73 KB
Loading

0 commit comments

Comments
 (0)