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

org.sonar.l10n.web.rules.Web.S1436.html Maven / Gradle / Ivy

There is a newer version: 2.6.0.1053
Show newest version

This rule allows you to make sure that each HTML page contains an element with your configured ID, regardless of element type. This rule is useful, for instance, if your design requires a placeholder to be present in each page, for example to dynamically insert a footer.

Compliant Solution

With a required id of "#footer":

<div id="#footer">
...
</div>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy