Skip to content

Commit 29609bf

Browse files
authored
Fix a11y chart (#3948)
* Fix a11y chart * Fix figures
1 parent e5f134e commit 29609bf

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

src/content/en/2024/accessibility.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -854,21 +854,23 @@ It is worth noting that many sites that operate in the USA are subject to the Se
854854
The following map shows the average desktop accessibility score by country top level domain (TLD).
855855

856856
{{ figure_markup(
857-
image="country-by-tld-globe.png",
858-
caption="Map of the accessible countries by Top Level Domain (TLD).",
859-
description="In looking at Top Level Domains with more than 45,000 domains, we learn about accessibility. Displayed visually in a world map the most accessible countries are Norway, Filand, Canada, USA, UK, Sweden, Ireland, Australia, New Zealand, Austria, Belgium, Switzerland, Denmark, and South Africa. China is the least accessible by Top Level Domain. ",
857+
image="country-by-tld.png",
858+
caption="Accessible countries by Top Level Domain (TLD).",
859+
description="A bar chart with looking at Top Level Domains with more than 45,000 domains, we learn about accessibility. Displayed as a bar chart with the accessible domains .edu (Education), .gov (US Government), Norway, Filand, .io, Canada, USA, .app, UK, Sweden, Ireland, Australia, New Zealand, .co, Austria, Belgium, Switzerland, Denmark, and South Africa, .org.",
860860
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ32BLKultx6YJbcQP5DB6a4NTnf4h9RCC3QXte5oS-Onx-9cFqiPQ23dWgWgffj2QA1Q60zhrxJVYb/pubchart?oid=1241724533&format=interactive",
861861
sheets_gid="1209052596",
862-
sql_file="lighthouse_score_by_tld.sql"
862+
sql_file="lighthouse_score_by_tld.sql",
863+
width=600,
864+
height=483
863865
)
864866
}}
865867

866868
But it is a bit easier to see the TLD ranked and including the non-country codes as well.
867869

868870
{{ figure_markup(
869-
image="country-by-tld.png",
870-
caption="Accessible countries by Top Level Domain (TLD).",
871-
description="A bar chart with looking at Top Level Domains with more than 45,000 domains, we learn about accessibility. Displayed as a bar chart with the accessible domains .edu (Education), .gov (US Government), Norway, Filand, .io, Canada, USA, .app, UK, Sweden, Ireland, Australia, New Zealand, .co, Austria, Belgium, Switzerland, Denmark, and South Africa, .org.",
871+
image="country-by-tld-globe.png",
872+
caption="Map of the accessible countries by Top Level Domain (TLD).",
873+
description="In looking at Top Level Domains with more than 45,000 domains, we learn about accessibility. Displayed visually in a world map the most accessible countries are Norway, Filand, Canada, USA, UK, Sweden, Ireland, Australia, New Zealand, Austria, Belgium, Switzerland, Denmark, and South Africa. China is the least accessible by Top Level Domain. ",
872874
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ32BLKultx6YJbcQP5DB6a4NTnf4h9RCC3QXte5oS-Onx-9cFqiPQ23dWgWgffj2QA1Q60zhrxJVYb/pubchart?oid=783736776&format=interactive",
873875
sheets_gid="1209052596",
874876
sql_file="lighthouse_score_by_tld.sql"
-222 Bytes
Loading
-20.9 KB
Loading

0 commit comments

Comments
 (0)