Skip to content

Instantly share code, notes, and snippets.

@BroFox86
Created November 30, 2023 10:47
Show Gist options
  • Save BroFox86/b9bbca01cef00cf69b54444941c8998e to your computer and use it in GitHub Desktop.
Save BroFox86/b9bbca01cef00cf69b54444941c8998e to your computer and use it in GitHub Desktop.
[Fieldset and legend substitution] #accessibility #html #forms
<div role="group" aria-labelledby="groupLabel">
<span id="groupLabel">Heading</span>
<input type="text">
<input type="text">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment