Skip to content

Commit

Permalink
Merge pull request #424 from epimorphics/issue/413-a11y
Browse files Browse the repository at this point in the history
Issue/413 a11y
  • Loading branch information
bogdanadrianmarc authored Aug 15, 2024
2 parents 1ac53a2 + 6981405 commit 3cf2137
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.7.5 - 2024-08

- (Bogdan) Set correct values for `aria-label` link attributes on the about page
[GH-413](https://github.com/epimorphics/ukhpi/issues/413)
- (Bogdan) Increased contrast for compare location dropdowns [GH-412](https://github.com/epimorphics/ukhpi/issues/412)
- (Bogdan) Increased contrast for search location results, as well as when they
are being focused [GH-412](https://github.com/epimorphics/ukhpi/issues/412)
Expand Down
4 changes: 2 additions & 2 deletions app/views/doc/_about_ukhpi_cy.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
%ul.list.list-bullet
%li
yn rhyngweithiol, gan ddefnyddio’r
= link_to('/app/ukhpi?lang=cy', 'aria-label' => 'Explore the UK house price index') do
= link_to('/app/ukhpi?lang=cy', 'aria-label' => 'teclyn Chwilio Mynegai Prisiau Tai y DU') do
= succeed "." do
teclyn Chwilio Mynegai Prisiau Tai y DU
Mae’r teclyn hwn hefyd yn cynnwys opsiynau i lawrlwytho mewn CSV neu Turtle
Expand Down Expand Up @@ -151,7 +151,7 @@
%h2.heading-medium Teclyn adrodd Mynegai Prisiau Tai y DU
%p
Y
= link_to('teclyn adrodd', '/app/ukhpi?lang=cy', 'aria-label' => 'Explore the UK house price index')
= link_to('teclyn adrodd', '/app/ukhpi?lang=cy', 'aria-label' => 'teclyn adrodd')
yw’r ffordd hawsaf i ymholi set data Mynegai Prisiau Tai y DU. Mae’n cynnig
dull hawdd o greu ymholiadau trwy ddefnyddio ffurflen a gall canlyniadau gael
eu lawrlwytho ar ffurfiau amrywiol. Gellir defnyddio’r lluniwr adroddiadau
Expand Down
8 changes: 4 additions & 4 deletions app/views/doc/_about_ukhpi_en.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
%ul.list.list-bullet
%li
interactively, using the
= link_to("/app/ukhpi", 'aria-label' => 'Explore the UK house price index') do
= link_to("/app/ukhpi", 'aria-label' => 'UK House Price Index tool') do
= succeed "." do
Search the UK House Price Index tool
UK House Price Index tool
This tool also includes options to download the data in CSV or Turtle and to generate downloadable files from SPARQL queries in JSON, XML, plain text or as a table.
%li
for download in
Expand Down Expand Up @@ -135,8 +135,8 @@
%h2.heading-medium The UK House Price Index reporting tool
%p
The
= link_to("report tool", "/app/ukhpi", 'aria-label' => 'Explore the UK house price index')
is the easiest way to query the UKHouse Price Index dataset. It allows the easy creation of queries using a form and results can be downloaded in various forms. The report builder can also be used to generate SPARQL queries that can be amended and re-run as required.
= link_to("report tool", "/app/ukhpi", 'aria-label' => 'report tool')
is the easiest way to query the UK House Price Index dataset. It allows the easy creation of queries using a form and results can be downloaded in various forms. The report builder can also be used to generate SPARQL queries that can be amended and re-run as required.
%p
Please note that when choosing the CSV option for downloaded data then only the data items shown in the result on screen will be included in the CSV. For Turtle downloads all data items will be included as will the result from the SPARQL query if re-run.
Expand Down

0 comments on commit 3cf2137

Please sign in to comment.