Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GOV.UK Frontend 4.4.0 #398

Merged
merged 2 commits into from
Nov 16, 2022
Merged

GOV.UK Frontend 4.4.0 #398

merged 2 commits into from
Nov 16, 2022

Conversation

peteryates
Copy link
Member

@peteryates peteryates commented Nov 14, 2022

GOV.UK Frontend was released earlier today.

It looks like the vast majority of the changes are in the JavaScript and don't apply to this gem.

The ones that do are in the error summary; the following suggestions have been implemented 7ee5ce1.

  • Remove aria-labelledby="error-summary-title" and role="alert" from the
    parent element (govuk-error-summary)
  • Add a div wrapper around the contents of govuk-error-summary with the
    attribute role="alert"
  • Remove id="error-summary-title" from the error summary h2
    (govuk-error-summary__title)

The following three suggestions from the release notes[0] are
implemented in this commit.

* Remove aria-labelledby="error-summary-title" and role="alert" from the
  parent element (govuk-error-summary)
* Add a div wrapper around the contents of govuk-error-summary with the
  attribute role="alert"
* Remove id="error-summary-title" from the error summary h2 (govuk-error-summary__title)

[0] https://github.com/alphagov/govuk-frontend/releases/tag/v4.4.0
@netlify
Copy link

netlify bot commented Nov 14, 2022

👷 Deploy Preview for govuk-form-builder processing.

Name Link
🔨 Latest commit 745b3a5
🔍 Latest deploy log https://app.netlify.com/sites/govuk-form-builder/deploys/6372634ce1411c00082e2dab

Comment on lines +21 to +23
tag.div(role: "alert") do
safe_join([title, summary])
end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add a div wrapper around the contents of govuk-error-summary with the attribute role="alert"

@@ -20,19 +20,18 @@
specify 'the error summary should have a title' do
expect(subject).to have_tag(
'h2',
with: { id: 'error-summary-title', class: 'govuk-error-summary__title' }
with: { class: 'govuk-error-summary__title' }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove id="error-summary-title" from the error summary h2 (govuk-error-summary__title)

Comment on lines -124 to -130
role: 'alert',
data: {
module: %(#{brand}-error-summary)
},
aria: {
labelledby: [summary_title_id.presence]
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove aria-labelledby="error-summary-title" and role="alert" from the parent element (govuk-error-summary)

@peteryates peteryates merged commit 61c0904 into main Nov 16, 2022
@peteryates peteryates deleted the govuk-frontend-4.4.0 branch November 16, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant