Examples of Representation of Currency in Input Fields
Example 0: Accessible Text Referenced by Describedby and Icon Visual But Text Equivalent is Display:None
Desire to have the amount read after the field text. (Also solves the issue of iOS not supporting more than a single label if for-id association is used).
dollars$
Example 1: Accessible Text Referenced by Labelledby
dollars$
Example 2: Accessible Text Is Just the Dollar Sign
$
Example 3: Accessible Text Is ARIA Label on the Dollar Sign
$
Example 4: Same as Example 1 Except Accessible Helper Text Only Available on Form Field Focus
$amount in dollars
Example 5: Accessible Text Is Just a Euro Sign (like Example 2, but testing support for reading other currency symbols)
Example 6: Accessible Text Is Just a British Pound Sign (like Example 2, but testing support for reading other currency symbols)
£
Example 7: Accessible Text Is Just a Chinese Yuan/Japanese Yen Sign (like Example 2, but testing support for reading other currency symbols)
¥
Example 8: Accessible Text Is Just a Indian Rupee Sign (like Example 2, but testing support for reading other currency symbols)
₹
Example 9: Accessible Text Is Just a Peso Sign (like Example 2, but testing support for reading other currency symbols)