Skip to content
Marcos Caceres edited this page Mar 27, 2026 · 7 revisions

data-lt-no-plural

Applies to: <dfn>

Disables automatic pluralization for a specific definition when pluralize is enabled globally.

Usage

<dfn data-lt-no-plural>CSS</dfn>
<dfn data-lt-no-plural>API</dfn>
<!-- Without this, 'APIs' would auto-link even if that seems wrong -->

Notes

  • Use for acronyms, brand names, and terms where auto-pluralization would produce incorrect or awkward forms
  • Has no effect if pluralize is disabled
  • Can be combined with data-lt to define explicit alternative forms while still preventing auto-pluralization of the base term

Guides

Configuration options

W3C Configuration options

Linting rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

HTML attributes

CSS Classes

Special properties

Clone this wiki locally