Foo

Living Standard,

This version:
http://example.com/foo
Editor:
Example Editor

Abstract

Testing the <l> element.

interface Foo {
    attribute long bar;
    long baz();
};

el prop

Foo bar el prop

{{Foo}} {{Foo/bar}} <{el}> 'prop'
Foo bar el prop

should fatal

bar

navigator.bluetooth.baz({...});

Index

Terms defined by this specification

Terms defined by reference

References

Normative References

[WebIDL]
Boris Zbarsky. Web IDL. 15 December 2016. ED. URL: https://heycam.github.io/webidl/

IDL Index

interface Foo {
    attribute long bar;
    long baz();
};