chrome-devtools-frontend
Version:
Chrome DevTools UI
4 lines (2 loc) • 470 B
Markdown
# Non-phrasing content used within an <option> element
The `<option>` element allows only non-interactive phrasing content, text, and `<div>` elements as its children. The semantics of non-phrasing content elements do not make sense as children of an `<option>`, and such semantics will largely be ignored by assistive technology since they are inappropriate in this context. Consider removing or changing such elements to one of the allowed phrasing content elements.