Replace me with a real title

W3C Editor's Draft

This version:
https://w3c.github.io/some-API/
Latest published version:
https://www.w3.org/TR/some-API/
Latest editor's draft:
https://w3c.github.io/some-API/
Editor:
Your Name
Participate:
GitHub w3c/some-API
File a bug
Commit history
Pull requests

Abstract

This is required.

Status of This Document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/.

This is required.

This document was published by the undefined as an Editor's Draft.

Publication as an Editor's 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 1 February 2018 W3C Process Document.

1. Foo interface

interface Foo {
    attribute Bar bar;
    void doTheFoo();
};

The Foo interface is nice. Lets you do stuff.

The bar attribute, returns 🍺.

The doTheFoo() method, returns nothing.