- From: Zoli Szabó via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Dec 2018 23:24:36 +0000
- To: public-css-archive@w3.org
@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