RIght now, the accessibleName is always provided as an h1. But that is not a 1:1 match with the visual. Sometimes we want an aria-label instead of a heading.
What if we added something like
accessibleNameConfiguration: 'heading' | 'label'
that would control the accessible name behavior.