Skip to content
caribouW3 edited this page May 24, 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 add a class="lint-ignore" attribute to the link or use a local normative proxy for the definition like <dfn data-cite="spec">term</dfn>.

To silence this warning entirely, set lint: { "no-unused-dfns": false } in your respecConfig

var respecConfig = {
  lint: {
    "no-unused-dfns": false,
  },
};

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