Skip to content

respec w3c common migration guide

Sid Vishnoi edited this page Sep 13, 2020 · 13 revisions

respec-w3c-common profile has been deprecated in favor of the respec-w3c profile. It will not receive any updates in future, including the support for W3C 2020 process.

What do I need to do?

In most specs, you can migrate to the respec-w3c profile by simply replacing:

<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" defer></script>

with:

<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>

If you face issues with above, please file an issue or get in touch via the spec-prod mailing list.

If you wish to not update, please download a desired version of respec-w3c-common from npm or GitHub repository and self-host it.

Additional info

  • #2838 explains the rationale behind deprecation.
  • #2889 shows the deprecation status and upcoming changes.

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