This is required.
This is required.
This section has a CSS class "introductory
", which means
it will not appear in the TOC.
Example Link to Section .
This section has a CSS class "informative
", so it is
listed in the TOC. ReSpec will list this reference as non-normative
since this is an informative section [[DOM]].
[Constructor] 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.
ReSpec will list this reference as normative [[ECMASCRIPT]].
This is an example of a non-normative reference in a normative section [[?HTML]]
const foo = new Foo(); if (foo.bar === "my bar") { foo.doTheBar(); }
All the Web IDL in this specification is collected in this section.