You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## Unreleased
4
4
5
+
-[Pull request #179: Use current markup for header and footer](https://github.com/alphagov/tech-docs-gem/pull/179)
5
6
-[Pull request #178: Update dependencies and fix tests](https://github.com/alphagov/tech-docs-gem/pull/178) – includes updating GOV.UK Frontend to v3.6.0.
Copy file name to clipboardExpand all lines: lib/source/layouts/_header.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<%ifconfig[:tech_docs][:show_govuk_logo]%>
10
10
<spanclass="govuk-header__logotype">
11
11
<svg
12
-
role="presentation"
12
+
aria-hidden="true"
13
13
focusable="false"
14
14
class="govuk-header__logotype-crown"
15
15
xmlns="http://www.w3.org/2000/svg"
@@ -42,7 +42,7 @@
42
42
</div>
43
43
<%ifconfig[:tech_docs][:header_links]%>
44
44
<divclass="govuk-header__content">
45
-
<buttontype="button" role="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide Top Level Navigation">Menu</button>
45
+
<buttontype="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide Top Level Navigation">Menu</button>
0 commit comments