Skip to content

Commit 067c2e8

Browse files
foolipbfgeek
authored andcommitted
[css-layout-api] Name the FragmentResultOptions argument (w3c#858)
This was invalid Web IDL. Also make it optional since there are no required members.
1 parent 1281246 commit 067c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ dictionary FragmentResultOptions {
15941594
BreakTokenOptions breakToken = null;
15951595
};
15961596

1597-
[Constructor(FragmentResultOptions)]
1597+
[Constructor(optional FragmentResultOptions options)]
15981598
interface FragmentResult {
15991599
readonly attribute double inlineSize;
16001600
readonly attribute double blockSize;

0 commit comments

Comments
 (0)