Chrome Developer Tools -Accessibility
The Accessibility tab in Chrome developer tools run on a input without a label compiles to:
- aria-labelledby: Not specified
- aria-label: Not specified
- From label: Not specified
- placeholder: Not specified
- aria-placeholder: Not specified
- title: Not specified
Could someone explain the context of the 'From' label.
Thanks