Skip to content
James Nurthen edited this page Jul 29, 2024 · 5 revisions

informative-dfn

Enable this lint rule to get a warning if an informative definition is used in a normative section.

You can fix your document by making the definition normative or use a local normative proxy for the definition like <dfn data-cite="spec">term</dfn>.

To silence this warning entirely, set lint: { "informative-dfn": false } in your respecConfig.

var respecConfig = {
  lint: {
    "informative-dfn": true
  },
};

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally