PubIDPubID

Recommendation (REC)

IndustryREC

Description

A normative W3C standard that has been formally endorsed by the W3C Director and Director-level review. RECs are the most stable, authoritative form of a W3C specification and are widely implemented across the Web platform.

Syntax

W3C identifiers are slug-based with an optional type prefix indicating the document's maturity stage: WD (Working Draft), CR (Candidate Recommendation), CRD (Candidate Recommendation Draft), NOTE (Working Group Note), PR (Proposed Recommendation), PER (Proposed Edited Recommendation), REC (Recommendation), OBSL (Obsolete Recommendation), SPR (Superseded Recommendation). The slug carries the spec shortname and optional date suffix (YYYYMMDD).

Examples 3

W3C REC-html52-20171214
W3C REC-xml-20081126
W3C REC-SVG11-20030114

Components Used

W3C Recommendation (REC) identifiers are composed of these elements:

Publisher

W3C — omitted when with_publisher=false

e.g.W3C
Type Prefix

Maturity stage abbreviation: WD, CRD, CR, PR, PER, REC, NOTE, OBSL, SPR (or empty for unprefixed forms)

e.g.REC
:type_prefix
Code

Spec shortname + optional date suffix (YYYYMMDD)

e.g.html52-20171214
:code

Algebraic Relations

Relations that can involve Recommendation (REC) identifiers:

RelationDescriptionSyntaxExample
Maturity LifecycleStandard progression: WD → CRD → CR → PR → REC<type_prefix>-<code>W3C REC-html52-20171214
NoteInformative Working Group NoteNOTE-<code>W3C NOTE-xml-names
Status ChangeObsoleted (OBSL) or superseded (SPR) former Recommendations<OBSL|SPR>-<code>W3C OBSL-xhtml1-20180327
Without PublisherBare slug form (no 'W3C ' prefix)[<type_prefix>-]<code>REC-html52-20171214

URN Mapping

Patternurn:w3c:[type]:[code]

See Also