Skip to content

Commit 764d910

Browse files
authored
Removed [Exposed] from dictionary/enum (w3c#1023)
Per Web IDL, no extended attributes are applicable to dictionaries/enumerations: https://heycam.github.io/webidl/#idl-dictionaries https://heycam.github.io/webidl/#idl-enums
1 parent edfe1ab commit 764d910

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css-layout-api/Overview.bs

-3
Original file line numberDiff line numberDiff line change
@@ -267,19 +267,16 @@ The section describes how a web developer uses {{registerLayout(name, layoutCtor
267267
layout.
268268

269269
<pre class='idl'>
270-
[Exposed=LayoutWorklet]
271270
dictionary LayoutOptions {
272271
ChildDisplayType childDisplay = "block";
273272
LayoutSizingMode sizing = "block-like";
274273
};
275274

276-
[Exposed=LayoutWorklet]
277275
enum ChildDisplayType {
278276
"block", // default - "blockifies" the child boxes.
279277
"normal",
280278
};
281279

282-
[Exposed=LayoutWorklet]
283280
enum LayoutSizingMode {
284281
"block-like", // default - Sizing behaves like block containers.
285282
"manual", // Sizing is specified by the web developer.

0 commit comments

Comments
 (0)