Skip to content

additionalCopyrightHolders

Marcos Caceres edited this page Mar 28, 2026 · 11 revisions

additionalCopyrightHolders

Type: string Default: undefined

Adds an additional copyright holder alongside W3C in the document copyright notice. Used when publishing documents developed in cooperation with other standards organizations (e.g., IETF) or when the spec is jointly owned.

Basic usage

var respecConfig = {
  additionalCopyrightHolders: "Internet Engineering Task Force",
};

Notes

  • For W3C documents: appended to the standard W3C copyright notice ("Copyright © [year] W3C® and [holder]")
  • For "unofficial" documents: replaces the default CC license text entirely
  • The value is rendered as HTML — you can include links or special characters

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