We need a component that can represent several different pieces of content, but one space, and randomly picks one of the pieces to show on page load.
For instance, we might have 5 quotes talking about mutua11y. This would randomly show one of the five.
This is not a compile time choice... if a user reloads the page, they may see a different piece of content. The rest should be hidden in someway that it is not discoverable by the user or assistive technology.
We need a component that can represent several different pieces of content, but one space, and randomly picks one of the pieces to show on page load.
For instance, we might have 5 quotes talking about mutua11y. This would randomly show one of the five.
This is not a compile time choice... if a user reloads the page, they may see a different piece of content. The rest should be hidden in someway that it is not discoverable by the user or assistive technology.