Skip to content

Conversation

@awilfox
Copy link
Member

@awilfox awilfox commented Jan 14, 2026

  • Use <ARTICLE/> for the overall record container; each track remains its own <SECTION/> which makes more semantic sense.

  • Use <ASIDE/> instead of <UL/> for track information. This is the intent for this tag (ancillary information about the section it appears inside or next to), and fixes the accessibility issue of improperly using a list for markup of something that is not a list.

Closes: ADA-670

* Use `<ARTICLE/>` for the overall record container; each track remains
  its own `<SECTION/>` which makes more semantic sense.

* Use `<ASIDE/>` instead of `<UL/>` for track information.  This is the
  intent for this tag (ancillary information about the section it appears
  inside or next to), and fixes the accessibility issue of improperly
  using a list for markup of something that is not a list.

Closes: ADA-670
@awilfox awilfox self-assigned this Jan 14, 2026
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.

3 participants