You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <input> element expresses a broad range of controls specified by its type attribute that may present additional user-agent supplied content/controls, e.g.,:
<input type="color">:
<input type="date">
<input type="file">
<input type="datetime-local">
<input type="number">
<input type="week">
For each of these and complex <input>s generally, there should be updated mappings for all user-agent generated shadow DOM content.
Subissue from this closed issue: #3.
The
<input>
element expresses a broad range of controls specified by itstype
attribute that may present additional user-agent supplied content/controls, e.g.,:<input type="color">
:<input type="date">
<input type="file">
<input type="datetime-local">
<input type="number">
<input type="week">
For each of these and complex
<input>
s generally, there should be updated mappings for all user-agent generated shadow DOM content.Additional notes:
The text was updated successfully, but these errors were encountered: