adobe / spectrum-css-workflow-icons

Apache License 2.0
14 stars 15 forks source link

fix(#27): Chevron icons: multiple elements having same id should be avoided #29

Closed majornista closed 1 year ago

majornista commented 1 year ago

Description

Related Issue

27

Motivation and Context

In React-Spectrum documentation pages that include ChevronRight in the rendering of the open or closed state for <details>/<summary>, automated accessibility testing returns a warning because the page contains duplicate ids.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

jianliao commented 1 year ago

@snowystinger @majornista I will need to let @Hinschmi know as he owned the script that generate these react icon components.

jianliao commented 1 year ago

@Hinschmi please review the code change and modify your code generation script, then merge the PR when you're ready.

snowystinger commented 1 year ago

@jianliao @Hinschmi verified in RSP and upgraded, thank you!