JetBrains Rider 2018.1 Help

Code Inspections in HTML

InspectionDescriptionDefault Severity
Empty tag

Reports empty tags (like script ) that do not work in some browsers.The validation works in html or jsp file types.

Warning
Malformed content of <script> tag

This inspection checks that the script tag content is valid XML.

Error
Missing required attribute

This inspection reports XML/HTML tags with missing mandatory attributes.You can specify attribute names that should not be reported.

Warning
Redundant closing tag for HTML element

This inspection spots extra closing tag for the empty elements like IMG or BR.

Warning
Unknown HTML tag

This inspection highlights unknown HTML tags, and lets mark such tags as Custom to avoid highlighting them as unknown in future.

Warning
Unknown HTML tag attribute

This inspection highlights unknown HTML tag attributes as invalid, and lets mark such attributes as Custom to avoid highlighting them asinvalid.

Warning
Unknown HTML boolean tag attribute

This inspection highlights HTML non-boolean tag attributes without value as invalid, and lets mark such attributes as Custom to avoid highlighting them asinvalid.

Warning
Missing closing tag Information
File reference problems

This inspection checks unresolved file references in HTML.

Warning
Anchor reference problems

This inspection checks unresolved anchor references in HTML.

Warning
Presentational HTML tag

This inspection highlights pure presentational HTML tags and provides the ability to replace them with CSS or with other tags.

Warning
Deprecated HTML tag

This inspection highlights deprecated HTML tags and provides ability to replace them with CSS or with other tags for some of them.

Warning
Form input without an associated label or title attribute

This inspection highlights form elements without required associated label (WCAG 2.0: H44) or title attribute (WCAG 2.0: H65) and provides the ability to create a new label or add an attribute.

Warning
Image size mismatch

This inspection highlights width and height attribute values of IMG tagthat are different from the width and height of the original image.

Warning
Non-existent web resource

This inspection highlights links to non-existent web resources.

Disabled
Last modified: 20 August 2018