W3C Manual of Style Specification Editor Handbook

23

More details about this document
Latest published version:
https://www.w3.org/guide/manual-of-style/
History:
Commit history
Editors:
Philippe Le Hegaret
Coralie Mercier
Feedback:
GitHub w3c/guide ( pull requests , new issue , open issues )
Mailing list
spec-prod@w3.org

Abstract

This manual is a guide containing contains best current practice, written for editors and authors of W3C technical reports. No requirements for It is a companion to the W3C publications are in this document. All Style Guide that documents W3C -specific conventions, including terminology, tone, voice, and editorial preferences. It complements the requirements for W3C publications that are in W3C Technical Report Publication Policy .

Status of This Document

This is a preview

Do not attempt to implement this version of the specification. Do not reference this version as authoritative in any way.

This document is merely a W3C -internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership.

1. Introduction

Written for editors and authors of W3C technical reports, this document assumes that the reader is familiar with the W3C Style Guide for Online Hypertext [ STYLE-GUIDE ]. [when ready, add link via 'localBiblio']. It is a companion to the mandatory Technical Report Publication Policy [ PUBRULES ], called "pubrules" for short. Following the advice in this manual has benefits: Non-native English readers, native English readers, and translators will find your text easy to read and implement. All audiences can concentrate on ideas rather than the mechanics of reading. Polished at early public maturity levels, clean copy eliminates multiple "typo" reports.

Bear in mind that our reports are used as world-class primary reference material. Readability across a wide variety of browsers and platforms is far more important than using jazzy features. At some point, what we write becomes history and is preserved on the web through the W3C Persistence Policy [ PERSISTENCE ].

2. Validation

Note

It is the editor's responsibility to ensure that documents are valid before requesting publication.

3. Accessibility

Follow the Web Content Accessibility Guidelines (WCAG) 2.2 [ WCAG ]. See also WCAG 2 Overview [ WCAG-Overview ] for an introduction to the guidelines. Can simpler words express your ideas? Is your text marked up with structural elements? Are alternatives provided for auditory and visual content? See also evaluation tools .

4. Internationalization

Follow the guidelines in Internationalization Best Practices for Spec Developers [ INTERNATIONAL-SPECS ] when producing your specification. You might also find it helpful to complete a self-review early in the development process. If your specification touches on more complex issues, you can also reach out to the Internationalization Working Group for guidance.

Internationalization terminology, particularly terms related to Unicode, can be rather precise. To help avoid problems with the need to define these, import the Infra Standard [ Infra ] standard and Internationalization Glossary [ I18N-GLOSSARY ]. Use the terms found in these documents instead of creating your own and link your use of these terms to the definitions found in these documents. Instructions on how to do this can be found in an appendix of the Internationalization Glossary .

4.1 Write for a global audience Keep in mind that W3C documents serve a global audience. Avoid idioms that are U.S.- or English-specific in favor of more descriptive language. Choose examples that reflect a global audience. For example: When creating user stories or other examples that feature people, choose example names that come from different cultures and regions. Further guidance is provided by Internationalization Best Practices for Spec Developers ([ INTERNATIONAL-SPECS ]) in the section Using personal names in examples . Choose more generic terms for field names, such as "postal code" instead of (U.S.-specific) "ZIP code" or "given name" instead of "first name". In general, use locale-neutral representations of data values, such as dates, numbers, currency values, and so forth. For time and date values, choose an unambiguous representation: For date values that appear in prose, spell out the month (for example, 6 May 2003 or September 23, 2016 ). All numeric dates such as 5/6/03 or 6/5/03 are ambiguous. Some cultures will read the first example as "June 5" while other cultures will read the second example as that date. For date values that appear in data, use a format derived from [ ISO8601 ], such as those found in Date and Time on the Internet: Timestamps [ RFC3339 ] or those found in XML Schema Part 2: Datatypes ([ XMLSchema-2 ], section 3.2.9).

4.2 4.1 Unicode

Use U+XXXX syntax to represent Unicode code points in the specification. These are space separated when appearing in a sequence. No additional decoration is needed.

Note

A code point may contain four, five, or six hexadecimal digits. When fewer than four digits are needed, the code point number is zero filled.

Use the Unicode character name to describe specific code points. Use of the character naming template is recommended.

Unicode assigns unique, immutable names to each assigned Unicode code point . Using these names in your specification when referring to specific characters (along with the code point in U+XXXX notation) will help make your specification unambiguous.

There are cases where doing this is overly pedantic and detracts from usability, but be cautious about being so informal as to impair meaning.

4.2.1 4.1.1 Character naming template

See also Codepoints in Editorial guidelines for i18n docs [ I18N-GUIDELINES ].

Internationalization specifications use (and we recommend the use of) this template for character references:

<span class="codepoint" translate="no"><bdi lang="??">&#xXXXX;</bdi>

<

code


class

=

"uname"

>

U+XXXX
Unicode_character_name

</

code

>


</

span

>


Note

The bdi element is used to ensure that example characters that are right-to-left do not interfere with the layout of the page. The lang attribute should be filled in with the most appropriate [ BCP47 ] language tag to get the correct font selection (and other processing) for a given context. Examples in East Asian languages (such as Chinese, Japanese, or Korean) or in the Arabic script can sometimes require greater care in choosing a language tag.

4.3 4.2 Translations

W3C has no official translations of its technical reports. W3C does encourage people to translate the technical reports and helps to track translators and translations.

Make your specification more readable by adding markup to distinguish common words from keywords in your language. Mark up every occurrence. Use translate="no" as an attribute to communicate to translators that the keyword is part of the vocabulary of a formal language rather than part of the natural language text of the document.

Do not invent elements to replace natural language. For example, do not use <must/> and a style sheet to render MUST . Other languages may need grammatical agreement with the sentence's subject, e.g. , for example, in French, MUST will become DOIT if the subject is singular, or DOIVENT if it is plural. Use standard markup instead.

5. The Parts parts of a Technical Report

5.1 Document Title title

The title of your document in the document head and on the technical reports index [ TR ] will read as follows. Optional elements are in square brackets.

Title [(ACRONYM)] ["Specification"] ["Part" Part_Number] [: Subtitle] ["Module"] [(nth "Edition")] ["Version" Version_Number]

See pubrules [ PUBRULES ] for information about the use of "version" and "edition". "Level" and "revised" are deprecated. Try not to invent a new titling convention.

Capitalize title words following U.S. usage. [Placeholder for soon-published guidance or link to W3C Style Guide section on "titles for documents"]

Only use " W3C " to start the title of your document if it describes organizational aspects of W3C , not to confuse readers about the level of endorsement from W3C ( e.g. , (for example, when a document is not meant to become a Recommendation or is still under development).

Note

There exist exceptions to the rule, either historical ( e.g. , (such as W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures [ XMLSCHEMA11-1 ]) or to repurpose an acronym ( e.g. , (for example, W3C Accessibility Guidelines (WCAG) 3.0 [ WCAG-3.0 ]).

5.2 Editors and Authors authors

5.2.1 Managing Changing Affiliations changing affiliations

Editor/Author affiliations change over time. Here are examples that illustrate the suggested approach for managing them.

Still editor
Richard Ishida, W3C (and before at Xerox)
François Yergeau, Invited Expert (and before at Alis Technologies)
Jane Doe, MyCompany (and before at ThierCompany, and at HisCompany, and at HerCompany)
No longer editor
Martin J. Dürst (until Dec 2004 while at W3C )
Misha Wolf (until Dec 2002 while at Reuters Ltd.)
Tex Texin (until Dec 2004 while an Invited Expert, and before at Progress Software)
FitzChivalry Farseer (until Oct 2005 while at AnyCompany, and before at ThisCompany, and at ThatCompany)

5.3 Abstract

Give each document an Abstract (a few paragraphs at most) that summarizes what the document is about. The W3C Communications Team may use the Abstract as a whole or in part to publicize your work. Write it for a non-technical audience.

5.4 Status Section section

The "Status of This Document" section describes the document status and publication context on the publication date. Pubrules [ PUBRULES ] states the requirements for the status section of each type of technical report ( e.g. , through use of customized and boilerplate text). text.

Since the status section does not change over time, express it in terms that will be valid over time ( e.g. , time. For example, avoid the word "new"). "new". Indicate the anticipated stability of the document while recognizing that the future is unknown. Readers are responsible for discovering the latest status information ( e.g. , by following the latest version link, or visiting the W3C standards and drafts index [ TR ].

The custom paragraph is very important as it actually contains information! In it, you should explain where a part of the energy of the group has been invested. The custom paragraph should help a reader decide "I really should read this draft." This implies that you shouldn't paste it in from somewhere else. It should be very specific to this document.

W3C founder and Web inventor Sir Tim Berners-Lee expressed the goal of the custom paragraph this way, "Don't be afraid of being honest about the relevant techno-political situation." In the custom paragraph, make the case for why someone should read this draft.

In the custom paragraph, include what you would reply to a W3C Member or colleague who asked you such things as:

6. Errata

All Recommendations have errors in them. They link to an errata page that evolves over time. Since the errata page changes over time but a specific version of a Recommendation does not, place the errata page outside of the / TR hierarchy. There is an expectation that documents in the " TR zone" will not evolve over time [ PERSISTENCE ]. For example, locate errata pages in the portion of the web space dedicated to the relevant Working Group working group or activity.

Clearly indicate on the errata page:

On the errata page, list the newest entries nearer to the top.

6.1 Entries on an errata page

For each entry on the errata page, provide:

  1. A a unique identifier
  2. The the date it was added to the errata page
  3. A a classification of the error ( e.g. , (for example, editorial, clarification, bug, known problem with the document itself)
  4. A a short description of the problem and what part of the Recommendation is affected. affected
  5. Any any proposed corrections and whether those corrections would affect conformance of documents or software
  6. Any any normative corrections; see the section on Errata Management in the W3C Process Document ([ W3C-PROCESS ], section 6.2.4) for more information about normative corrections

Do not remove entries from the errata page; if a correction turns out to be incorrect, just add another entry (with a cross reference).

7. References

7.1 Bibliography Extractor extractor

The SpecRef tool, an open-source, community-maintained database of web standards & related references, contains an exhaustive list of references.

7.2 Citation

Reference links ( e.g. , (for example, "[ XML ]") link at least the first mention of a source to the References section and take the form:

<cite><a href="http://www.example.org/example">Full Name</a></cite>
[

<

cite

>


<

a


href

=

"#ref-REFNAME"

>

REFNAME

</

a

>


</

cite

>

]

Parentheses around square brackets can be omitted unless the parentheses would contain a section number.

References Reference links occur at minimum at the first mention of the source. Spell out what the reference link refers to at least in the first occurrence: occurrence. For example:

7.3 Citing a Reference From Within reference from within a Document document

When linking from the middle of the a document to an external resource:

  1. Ensure ensure that the link text, title, and context indicate you are leaving the document, and
  2. After after the link, link to the reference in the references section, and indicate section, page, or whatever is useful for those when in the case where the link is unavailable ( e.g. , (for example, when printed).

7.4 References Section section

7.5 Normative and Informative References informative references

See Normative References and considerations by the Team.

8. Revisions

See Revising a W3C Recommendation ([ W3C-PROCESS ], section 6.3.10) for instructions on modifying a W3C Recommendation.

Note

When a document is revised, the original publication date remains the same (and on the W3C standards and drafts index [ TR ] as well); see pubrules [ PUBRULES ] for more detail.

Be careful not to break links in revisions. If your document uses latest version URI s with a fragment identifier, unless those anchors are maintained across versions, links will break.

9. Editing tools

Though the HTML or XHTML version of your specification is always the definitive one, many editors find the use of a tool easier to work with.

The most popular editing tools are Bikeshed and respec .

For help with this process, you can ask the experts on the public mailing list spec-prod@w3.org [ SPEC-PROD ].

10. Normative material

10.1 Normative & Informative informative sections

It is important that informative (non-normative) material is clearly distinguished from normative material. To this end:

10.2 RFC 2119 Key Words Keywords

Adhere to and credit Key words for use in RFCs to Indicate Requirement Levels [ RFC2119 ] ( e.g. , (such as " MUST ", " MUST NOT ", " REQUIRED ").

When these key words are used in the RFC sense, make them UPPERCASE, enclose them in the em element, and style them with CSS class of rfc2119 to make the UPPERCASE readable.

Example 9 : Using RFC 2119 key words
<em title="MUST in RFC 2119 context"
       class="rfc2119">MUST</em>
.rfc2119 {
  font-style: normal;
  font-size: 0.875em;
}

The author may explain why, give rationale if these key words keywords are not used in the RFC sense.

Where they are not required for interoperation or to limit behavior which has potential for causing harm these key words must not be used to try to impose a particular method on implementors implementers where the method is not required for interoperability.

11. Editorial Guidelines guidelines

This section refers to editorial practice at W3C . It touches on grammar, spelling, punctuation, case, linking, appearance and markup. 11.1 Grammar Delete repeated words. Check subject-verb agreement. Break long sentences. 11.2 Spelling Spell-check using a U.S. English dictionary. Append ",spell" to a W3C URI Please refer to invoke W3C 's spell checker. Free dictionaries are also available on the International Ispell home page [ ISPELL ] for UNIX and Mac OS. companion W3C uses Merriam-Webster's Collegiate Dictionary, Twelfth Edition [ M-W ] on the web as the spelling arbiter because it is free, online, and available to every technical report author and editor. Style Guide [link@@] that documents W3C uses U.S. English ( e.g. , "standardise" should read "standardize" and "colour" should read "color"). Form the plural of abbreviations, initialisms -specific conventions, including terminology, tone, voice, and acronyms without an apostrophe ( e.g. , the plural of URI is URIs not URI's ). See the FAQ Infrequently Asked Questions Concerning the Proper Spelling of 'DTD' in its Plural Form [ PLURAL ]. 11.3 Punctuation Use correct punctuation. A hard copy of The Chicago Manual of Style [ CHICAGO ] or editorial preferences. The Gregg Reference Manual [ GREGG ] may be of some help. Exception: Em dash Put a space before and after an em dash. Remember you following sections are typing HTML or XML not TeX. Use quotation marks rather than grave accents and apostrophes specific to quote text ( e.g. , ``value'' should read "value"). 11.4 Case, Combining Words, and Hyphenation Capitalize W3C entities to match the W3C Process Document [ W3C-PROCESS ] ( e.g. , Working Group, Recommendation). Make the case, number of words, and hyphenation in terms match chapter 13 . 11.5 Miscellaneous Spell out acronyms and initialisms in their first occurrence in prose, for example, "Internet Engineering Task Force ( IETF )" or "Internationalization ( I18N )." In subsequent occurrences when they do not need to be spelled out, use abbr elements, and give them title attributes. Check references (most commonly, for no full stop after the et in et al.). specifications.

11.6 11.1 Linking

11.7 11.2 Using Examples examples

11.8 11.3 Images

11.9 11.4 Markup

11.10 11.5 Large Documents documents

Large single files that may be easy to print and search may not be easy to download. For large documents:

11.11 Inclusive terminology Following the W3C Code of Conduct , W3C specifications are expected to be inclusive and facilitate diversity. As such, editors and authors are strongly encouraged to use a neutral and inclusive language to ensure the best environment possible for the whole W3C community. Here are proposed alternatives for some terms that PubRules (see list of terms in JSON ) shows a warning about: Terms to avoid Possible alternatives master main slave replica whitelist allowlist blacklist denylist grandfather legacy sanity coherence he/she/him/her they his/hers theirs

12. Internet Media Types media types

13. Commonly Misspelled Terms W3C has reviewed its technical reports one by one since November 1999, for typographical errors. The following words appear often in those reviews. anti-alias hyphenate ASCII all caps base64 lowercase, one word Bézier always capitalize, and accent the first e braille capitalize only when talking about Louis Braille built-in hyphenate when used as an adjective or noun, not when built is a verb color space two words DTDs no apostrophe [ PLURAL ] dingbat one word ebook Lowercase "b", one work, no hyphen ECMAScript one word, cap S et al. no full stop after "et" full stop (.) Full stop is the formal name. Dot and period are good aliases. hash (#) also number sign , usually not pound sign , crosshatch or octothorpe heading Term for h1 - h6 . Tables and HTTP have headers. HTTP/1.0 needs slash when referred to as a protocol, none in free text HTTP/1.1 needs slash when referred to as a protocol, none in free text homepage, home page one word preferred, both allowed Java cap J JavaScript cap S Level 1, 2, 3 cap L when referring to a W3C technical report line feed two words lowercase one word markup one word when used as a noun, two words when used as a verb MIME type now Internet media type ( MIME type is two words. MIME is all caps.) namespace lowercase unless referring to the Namespaces in XML 1.0 (Third Edition) [ xml-names ] specification by name number sign (#) also hash , usually not pound sign , crosshatch or octothorpe online one word, no hyphen PDF all caps PostScript cap S read-only hyphenate Real-Time Communication, real-time communication, real-time communications, RTC In titles and headings, capitalize all words = Real-Time Communication For the generic idea in sentences, lowercase = real-time communication or real-time communications — including with the acronym = real-time communications (RTC) ruby lowercase for the typographic convention. Uppercase for the programming language. schema lowercase schemas preferred to schemata semicolon one word standalone, stand-alone one word preferred, both allowed stylesheet, style sheet two words preferred, both allowed subset no hyphen superset no hyphen uppercase one word URI reference usually not URI Reference or URI -Reference URIs no apostrophe [ PLURAL ] user agent lowercase user interface lowercase web (on its own) lowercase Web (as part of a phrase) always capitalize in "World Wide Web", "World Wide Web Consortium", "Web Consortium" Webmaster, webmaster one word, either capitalize or lowercase webpage, web page both allowed, lowercase "web" website, web site one word preferred, both allowed. lowercase "web" well-formed hyphenate white space two words worldwide one word World Wide Web three words, no hyphen W3C , the World Wide Web Consortium, the Web Consortium refer to us as "the World Wide Web Consortium", "the Web Consortium", or " W3C " but not "the W3C " when using the acronym, treat it as a proper noun and use " W3C " but not "the W3C " unless it's used as an adjective, e.g. , "The W3C Team is small but mighty" W3C Note not W3C NOTE

14. 13. Acknowledgments

Thank you to Karl Dubost (until December 2009 while at W3C ). Thank you to Philip Gallo and to Paul Harmon and to E.K. for artwork used in earlier versions. The following people contributed to this compilation:

A. References

A.1 Informative references

[BCP47]
Tags for Identifying Languages . A. Phillips, Ed.; M. Davis, Ed. IETF. September 2009. Best Current Practice. URL: https://www.rfc-editor.org/info/rfc5646/
[CHARMOD]
Character Model for the World Wide Web 1.0: Fundamentals . Martin Dürst; François Yergeau; Richard Ishida; Misha Wolf; Tex Texin et al. W3C. 15 February 2005. W3C Recommendation. URL: https://www.w3.org/TR/charmod/
W3C Link Checker . W3C. URL: https://validator.w3.org/checklink [CHICAGO] The Chicago Manual of Style . The University of Chicago. URL: https://www.chicagomanualofstyle.org/home.html
[CLICK-HERE]
Don't use "click here" as link text . Aaron Swartz. W3C Quality Assurance Activity. 2001. URL: https://www.w3.org/QA/Tips/noClickHere
[css-ui-3]
CSS Basic User Interface Module Level 3 (CSS3 UI) . Tantek Çelik; Florian Rivoal. W3C. 7 April 2026. W3C Recommendation. URL: https://www.w3.org/TR/css-ui-3/
[CSSVALIDATE]
W3C CSS Validation Service . W3C. URL: https://jigsaw.w3.org/css-validator/ [GREGG] The Gregg Reference Manual . William A. Sabin; Linda C. Gardner; G. Wendy Strashok. McGraw Hill. URL: https://www.mheducation.ca/product/the-gregg-reference-manual-9781264928033-can-group
[HTML]
HTML Standard . Anne van Kesteren; Domenic Denicola; Dominic Farolino; Ian Hickson; Philip Jägenstedt; Simon Pieters. WHATWG. Living Standard. URL: https://html.spec.whatwg.org/multipage/
[I18N-GLOSSARY]
Internationalization Glossary . Richard Ishida; Addison Phillips. W3C. 17 October 2024. W3C Working Group Note. URL: https://www.w3.org/TR/i18n-glossary/
[I18N-GUIDELINES]
Editorial guidelines for i18n docs . URL: https://www.w3.org/International/i18n-activity/guidelines/editing
[Infra]
Infra Standard . Anne van Kesteren; Domenic Denicola. WHATWG. Living Standard. URL: https://infra.spec.whatwg.org/
[INTERNATIONAL-SPECS]
Internationalization Best Practices for Spec Developers . Richard Ishida; Addison Phillips. W3C. 16 July 2026. W3C Working Group Note. URL: https://www.w3.org/TR/international-specs/
[IPRFAQ]
Intellectual Property FAQ . W3C. 2024. URL: https://www.w3.org/copyright/intellectual-rights/ [ISO8601] Representation of dates and times. ISO 8601:2004. . International Organization for Standardization (ISO). 2004. ISO 8601:2004. URL: http://www.iso.org/iso/catalogue_detail?csnumber=40874 [ISPELL] International Ispell . G. Kuenning et al.URL: https://www.cs.hmc.edu/~geoff/ispell.html [M-W] Merriam-Webster's Collegiate Dictionary, Twelfth Edition . Merriam-Webster. 2025. URL: https://www.merriam-webster.com/
[PERSISTENCE]
Persistence Policy . T. Berners-Lee. W3C. 1999. URL: https://www.w3.org/policies/uri-persistence/ [PLURAL] Infrequently Asked Questions Concerning the Proper Spelling of 'DTD' in its Plural Form . R. Cover. Updated 4 January 2001 or later. URL: http://xml.coverpages.org/properSpellingForPluralOfDTD.html
[PUBRULES]
Technical Report Publication Policy . The W3C Team. W3C. URL: https://www.w3.org/pubrules/doc
[REGISTER-1]
Register an Internet Media Type for a W3C Specification . Philippe le Hégaret. 2019. URL: https://www.w3.org/guide/editor/mediatypes
[REGISTER-2]
TAG Position on Use of Unregistered Media Types in W3C Recommendations . N. Mendelsohn. 4 August 2006. URL: https://lists.w3.org/Archives/Public/www-tag/2006Aug/0012
[RFC2119]
Key words for use in RFCs to Indicate Requirement Levels . S. Bradner. IETF. March 1997. Best Current Practice. URL: https://www.rfc-editor.org/info/rfc2119/
[RFC2606]
Reserved Top Level DNS Names . D. Eastlake 3rd; A. Panitz. IETF. June 1999. Best Current Practice. URL: https://www.rfc-editor.org/info/rfc2606/ [RFC3339] Date and Time on the Internet: Timestamps . G. Klyne; C. Newman. IETF. July 2002. Proposed Standard. URL: https://www.rfc-editor.org/info/rfc3339/
[SPEC-PROD]
Public archives of the spec-prod@w3.org mailing-list . URL: https://lists.w3.org/Archives/Public/ [STYLE-GUIDE] Style Guide for Online Hypertext . T. Berners-Lee. W3C. 1992-1998. URL: https://www.w3.org/Provider/Style/
[TITLES]
Please use titles, not addresses, as link text . D. Connolly. 10 February 2000. URL: https://lists.w3.org/Archives/Public/www-html-editor/2000JanMar/0103
[TR]
W3C standards and drafts . W3C. URL: https://www.w3.org/TR/
[TRANSLATE]
Translations at W3C . W3C. URL: https://www.w3.org/Consortium/Translation/
[VALIDATE]
W3C Markup Validation Service . W3C. URL: https://validator.w3.org/
[W3C-PATENT-POLICY]
W3C Patent Policy . Wendy Seltzer. W3C. 15 September 2020. URL: https://www.w3.org/policies/patent-policy/
[W3C-PROCESS]
W3C Process Document . Elika J. Etemad (fantasai); Florian Rivoal. W3C. 18 August 2025. URL: https://www.w3.org/policies/process/
[WCAG]
Web Content Accessibility Guidelines (WCAG) 2.2 . Michael Cooper; Andrew Kirkpatrick; Alastair Campbell; Rachael Bradley Montgomery; Charles Adams. W3C. 12 December 2024. W3C Recommendation. URL: https://www.w3.org/TR/WCAG22/
[WCAG-3.0]
W3C Accessibility Guidelines (WCAG) 3.0 . Makoto Ueki; Alastair Campbell; Kevin White; Rachael Bradley Montgomery; Francis Storr; Charles Adams; Julie Rawe; Giacomo Petri; Hidde de Vries. W3C. 3 March 2026. W3C Working Draft. URL: https://www.w3.org/TR/wcag-3.0/
[WCAG-Overview]
WCAG 2 Overview . URL: https://www.w3.org/WAI/standards-guidelines/wcag/ [xml-names] Namespaces in XML 1.0 (Third Edition) . Tim Bray; Dave Hollander; Andrew Layman; Richard Tobin; Henry Thompson et al. W3C. 8 December 2009. W3C Recommendation. URL: https://www.w3.org/TR/xml-names/ [XMLSchema-2] XML Schema Part 2: Datatypes Second Edition . Paul V. Biron; Ashok Malhotra. W3C. 28 October 2004. W3C Recommendation. URL: https://www.w3.org/TR/xmlschema-2/
[XMLSCHEMA11-1]
W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures . Sandy Gao; Michael Sperberg-McQueen; Henry Thompson; Noah Mendelsohn; David Beech; Murray Maloney. W3C. 5 April 2012. W3C Recommendation. URL: https://www.w3.org/TR/xmlschema11-1/