CSS pseudo class ':valid'
| Chrome | Firefox | IE | Opera | Safari |
|---|---|---|---|---|
| ✓ | 4 | 10 | 10 | 5 |
- CSS Level
- 3.0
- Module
- Basic User Interface
- Example
- input:valid { border-color: green; }
- Reference
- www.w3.org
- Description
- An element is :valid or :invalid when it is, respectively, valid or invalid with respect to data validity semantics defined by a different specification.
Help make Visual Studio better. Report CSS bugs here