diff --git a/components/radio/metadata/radio.yml b/components/radio/metadata/radio.yml index fc18a668889..0ff65768f0e 100644 --- a/components/radio/metadata/radio.yml +++ b/components/radio/metadata/radio.yml @@ -3,8 +3,8 @@ status: Verified SpectrumSiteSlug: https://spectrum.adobe.com/page/radio-button/ description: | - Radio buttons allow users to select a single option from a list of mutually exclusive options. All possible options are exposed up front for users to compare. - - Invalid radio buttons are signified by alert [HelpText](helptext.html) and [Icon](icon.html) included in [FieldGroup](fieldgroup.html). - Radio buttons should not be used on their own, they should always be used within a [FieldGroup](fieldgroup.html). + - Invalid radio buttons are signified by including [HelpText](helptext.html) in a [FieldGroup](fieldgroup.html). Sample usage for an invalid radio state is included in the [FieldGroup](fieldgroup.html#invalid) documentation. sections: - name: Custom Properties API @@ -21,7 +21,7 @@ sections: - Read-only radio buttons do not have a focus ring, but the button should be focusable.] ### Invalid/Error State - - Invalid radio buttons are signified by alert [HelpText](helptext.html) and [Icon](icon.html) included in [FieldGroup](fieldgroup.html). + - Invalid radio buttons are signified by including [HelpText](helptext.html) in a [FieldGroup](fieldgroup.html). ### Remove focus-ring class We've migrated away from the focus-ring class in favor of the native `:focus-visible` pseudo-class due to changes in browser support. @@ -131,25 +131,6 @@ examples: -