Re: [csswg-drafts] [selectors-4] Issue 11: Introduce pseudo-class matching when user changed the value of an input (#1533)

@fantasai 

Example (copied over from a recent [duplicate](https://github.com/w3c/csswg-drafts/issues/3408) of this issue):
```
input {
    font-weight:normal;
}
input:modified {
    font-weight:bold;
}
```
The above would highlight modified inputs with bold font.

I do not see it less useful than `:checked` or `:default`.

-- 
GitHub Notification of comment by zoliszabo
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1533#issuecomment-445396149 using your GitHub account

Received on Friday, 7 December 2018 23:24:38 UTC