Skip to content

Latest commit

 

History

History
111 lines (100 loc) · 2.67 KB

index.md

File metadata and controls

111 lines (100 loc) · 2.67 KB
layout title respec
respec
Your Specification
{ "name": "your-spec-short-name", "status": "CG-DRAFT", "latest": "https://transmute-industries.github.io/respec-github-pages/spec/latest", "repository": "https://github.com/transmute-industries/respec-github-pages", "issues": "https://github.com/transmute-industries/respec-github-pages/issues", "group": { "name": "Credentials Community Group", "url": "https://www.w3.org/community/credentials/", "list": "public-credentials", "patentUri": "https://www.w3.org/community/about/agreements/cla/" }, "editors": [ { "name": "Your Name", "url": "https://example.com", "company": "Your Company", "companyURL": "https://example.com" } ], "bibliography": { "RDF-DATASET-NORMALIZATION": { "title": "RDF Dataset Normalization 1.0", "href": "http://json-ld.github.io/normalization/spec/", "authors": ["David Longley", "Manu Sporny"], "status": "CGDRAFT", "publisher": "JSON-LD Community Group" } } }

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.

<style> .red43 { color: red; } </style>

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.