Basic ReSpec Evolution Example

W3C First Public Working Draft

本版本:
https://www.w3.org/TR/2017/WD-dahut-20171024/
最新发布草稿:
https://www.w3.org/TR/dahut/
编辑:
Robin Berjon

摘要

This is just a very basic document. [REX] [DOM4], [XML10], [[WHATEVER]]

关于本文档

本章节描述了本文档的发布状态。其它更新版本可能会覆盖本文档。W3C的文档列 表和最新版本可通过W3C技术报告索引访问。

CUSTOM PARAGRAPH

This document was published by the undefined as a First Public Working Draft. This document is intended to become a W3C Recommendation.

Publication as a First Public Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

This document is governed by the 14 October 2005 W3C Process Document.

1. Informative section

This section is non-normative.

blah

1.1 Inner section

blahblah

1.2 Other inner section

blahblah

2. Clash here

enum Test {
    "a",
};

3. Type Unions

3.1 Two

interface MutableCapabilities : Capabilities {
    (DOMString or sequence) bar();
    void                    foo((unsigned long or sequence) value1);
};

A. References

A.1 Normative references

[REX]
Remote Events for XML (REX) 1.0. Robin Berjon. W3C. 13 October 2006. W3C Working Draft. URL: https://www.w3.org/TR/rex

A.2 Informative references

[DOM4]
DOM Standard. Anne van Kesteren. WHATWG. Living Standard. URL: https://dom.spec.whatwg.org/
[WEBIDL]
Web IDL. Cameron McCormack; Boris Zbarsky; Tobie Langel. W3C. 15 December 2016. W3C Editor's Draft. URL: https://heycam.github.io/webidl/
[XML10]
Extensible Markup Language (XML) 1.0 (Fifth Edition). Tim Bray; Jean Paoli; Michael Sperberg-McQueen; Eve Maler; François Yergeau et al. W3C. 26 November 2008. W3C Recommendation. URL: https://www.w3.org/TR/xml