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
Like the title of this issue says, I want to propose a new pseudo-class called :modified, which would apply to inputs (e.g. input[type=text], select, textarea) whose value was modified compared to their initial value (on page load or the moment of their addition to the DOM).
Like the title of this issue says, I want to propose a new pseudo-class called
:modified
, which would apply to inputs (e.g.input[type=text]
,select
,textarea
) whose value was modified compared to their initial value (on page load or the moment of their addition to the DOM).I think it would fit this category:
https://www.w3.org/TR/selectors-4/#input-value-states
Example:
The above would highlight modified inputs with bold font.
What do you think?
The text was updated successfully, but these errors were encountered: