Foo

Living Standard,

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

Abstract

Testing the linting functions.

invalid url

Note: You MUST warn about this.

Note: You MUST silently allow this.

foo
bar
namespace Bad1 {};
[Exposed=Window] namespace Good1 {};

interface Bad2 {};
[Exposed=Window] interface Good2 {};
[NoInterfaceObject] interface Good3 {};

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

namespace Bad1 {};
[Exposed=Window] namespace Good1 {};

interface Bad2 {};
[Exposed=Window] interface Good2 {};
[NoInterfaceObject] interface Good3 {};