For an adjustable element on iOS, there are at least 4 different pieces of information that can be set:
.accessibilityLabel().accessibilityHint().accessibilityValue().accessibilityAddTraits()
If an element is an adjustable element, in what order will these items be read, and which one(s) will be read as the user interacts with the adjustable view?
Is any of this documented anywhere, or do we just need to try it out?