You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USWDS 3.0 adds an aria-hidden attribute to images. The two shortcodes image and image_with_class only have src, cls, alt parameters. It should also support an aria parameter.
USWDS 3.0 adds an
aria-hidden
attribute to images. The two shortcodes image and image_with_class only havesrc, cls, alt
parameters. It should also support anaria
parameter.Notes
Example: USWDS Banner
Implementation notes
The
imageWithClassShortcode
function in index.js can be updated with a new parameter, whose default is true.Acceptance Criteria
aria-hidden
attribute, whose default value istrue
false
value to the image and image_with_class shortcodes, if necessaryThanks for all your hard work! 🙇🏾♀️
The text was updated successfully, but these errors were encountered: