Your specification abstract goes here.

This is an experimental specification and is undergoing regular revisions. It is not fit for production deployment.

Terminology

Your specification terminology goes here.

Custom CSS is Supported!

Markdown is Supported !

Example link to bibliography here... [[RDF-DATASET-NORMALIZATION]].

Example:

{
  "id": "did:example:123#key-0",
  "controller": "did:example:123",
  "type": "JsonWebKey2020",
  "publicKeyJwk": {
    "crv": "secp256k1",
    "kty": "EC",
    "x": "dWCvM4fTdeM0KmloF57zxtBPXTOythHPMm1HCLrdd3A",
    "y": "36uMVGM7hnw-N6GnjFcihWE3SkrhMLzzLCdPMXPEXlA"
  }
}

Start your spec!

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

bar attribute

When getting, the bar attribute returns you a 🍹.

doTheFoo(DOMString thing) method

When called, doTheFoo(thing) it MUST behave as follows:

  1. If thing....
  2. Let someProp... of the [[!DOM]] spec.