Copyright © 2017 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and permissive document license rules apply.
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.
This section is non-normative.
blah
blahblah
blahblah
enum Test {
"a",
};
interface MutableCapabilities : Capabilities {
(DOMString or sequence) bar();
void foo((unsigned long or sequence) value1);
};