Skip to content

Commit

Permalink
Move phrasing content info to heading html
Browse files Browse the repository at this point in the history
  • Loading branch information
EoinShaughnessy committed Oct 27, 2021
1 parent ee34988 commit 9b529e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/govuk/components/accordion/accordion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ params:
- name: heading.text
type: string
required: true
description: The title of each section. If `heading.html` is supplied, this is ignored. Can only include [phrasing content](https://html.spec.whatwg.org/#phrasing-content).
description: The title of each section. If `heading.html` is supplied, this is ignored.
- name: heading.html
type: string
required: true
description: The HTML content of the header for each section which is used both as the title for each section, and as the button to open or close each section.
description: The HTML content of the header for each section which is used both as the title for each section, and as the button to open or close each section. Can only include [phrasing content](https://html.spec.whatwg.org/#phrasing-content).
- name: summary.text
type: string
required: false
Expand Down

0 comments on commit 9b529e1

Please sign in to comment.