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

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

There is a newer version: 10.17.0.28100
Show newest version

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

Noncompliant Code Example

@encoding "utf-8";

Compliant Solution

@charset "utf-8";




© 2015 - 2024 Weber Informatics LLC | Privacy Policy