We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a9f02 commit 607becbCopy full SHA for 607becb
box-tree-api/Overview.bs
@@ -79,7 +79,7 @@ interface DeadFragmentInformation {
79
readonly attribute double top;
80
readonly attribute double left;
81
readonly attribute boolean isOverflowed;
82
- readonly attribute sequence<DeadFragmentInformation>? children;
+ readonly attribute FrozenArray<DeadFragmentInformation>? children;
83
readonly attribute DeadFragmentInformation? nextSibling;
84
readonly attribute DeadFragmentInformation? previousSibling;
85
readonly attribute DeadFragmentInformation? nextInBox;
0 commit comments