From 746569d188d3ee85dcceba8534ba6145f8afee07 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 14 Oct 2021 15:50:45 +0100 Subject: [PATCH] Document in CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387aed0071..4e1a0ea84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,18 @@ You must remove this setting. Otherwise, you would have to conditionally add ove This was added in [pull request 1963: Remove deprecated `$govuk-border-width-form-element-error` setting](https://github.com/alphagov/govuk-frontend/pull/1963). +#### Update the HTML for summary lists + +We've updated the HTML for the summary list component to avoid nesting elements within
elements, which is invalid HTML. This update only affects summary lists that include a mix of rows with and without actions. + +Do not include an empty within the rows that do not have any actions. Instead, add the govuk-summary-list__row--no-actions modifier class to the row. + +This change was introduced in [pull request #2323](https://github.com/alphagov/govuk-frontend/pull/2323). + ## Fixes - [#2255: Fix conditionally revealed questions getting out of sync when multiple sets of radios and checkboxes contain inputs with the same name](https://github.com/alphagov/govuk-frontend/pull/2255) +- [#2323: Avoid invalid nesting of `` within a `
` in summary list](https://github.com/alphagov/govuk-frontend/pull/2323) ## 3.14.0 (Feature release)