All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.css.rules.css.S4659.html Maven / Gradle / Ivy

There is a newer version: 10.20.0.29356
Show newest version

The W3C specifications define the valid pseudo-class selectors. Only the official and browser-specific pseudo-class selectors should be used to get the expected impact in the final rendering.

Noncompliant Code Example

a:hoverr { /* Noncompliant; there is a typo on the word "hover" */
...
}

Compliant Solution

a:hover {
...
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy