Skip to content

Commit

Permalink
Fix typos in map guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoulthurst committed Mar 7, 2025
1 parent 5ad3766 commit 17c3c52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/guidance/maps/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Present map options in textual form, this includes:
Add textual descriptions to visually presented elements.

Use the correct semantic elements, including:
- - button HTML tags for buttons, not other tags
- button HTML tags for buttons, not other tags
GOV.UK Design System components instead of custom ones

Add additional semantic data to elements, including
Add additional semantic data to elements, including:
- metadata such as microdata or microformats
- HTML attributes or ARIA attributes

Expand Down Expand Up @@ -117,7 +117,7 @@ Make map options accessible by keyboard, including:

Common key mappings are:
- arrow keys for panning
- + and - for zoom
- the + and - keys for zoom
- enter or space to select

### Key controls, zoom and vector map tiles
Expand All @@ -128,7 +128,7 @@ Some JavaScript libraries handle zoom slightly differently. Most zoom the map w
Use vector map tiles instead of static images.

### Remove or reduce the amount of JavaScript
Provide the no script version of the map if JavaScript is unavailable to the user
Provide the no script version of the map if JavaScript is unavailable to the user.


## Services with maps
Expand Down

0 comments on commit 17c3c52

Please sign in to comment.