File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1159,7 +1159,7 @@ partial interface Document {
11591159 attribute DOMString? selectedStyleSheetSet;
11601160 readonly attribute DOMString? lastStyleSheetSet;
11611161 readonly attribute DOMString? preferredStyleSheetSet;
1162- readonly attribute DOMString[] styleSheetSets;
1162+ readonly attribute FrozenArray< DOMString> styleSheetSets;
11631163 void enableStyleSheetsForSet(DOMString? name);
11641164};
11651165</pre>
@@ -1221,7 +1221,7 @@ name</a>.
12211221Note: Unlike {{Document/lastStyleSheetSet}} ,
12221222this attribute is initially the empty string.
12231223
1224- The <dfn attribute for=Document>styleSheetSets</dfn> attribute must return a read only array of the
1224+ The <dfn attribute for=Document>styleSheetSets</dfn> attribute must return a frozen array of the
12251225<a lt="CSS style sheet set name">CSS style sheet set names</a> of the <a lt="CSS style sheet set">CSS style sheet sets</a> , in order of the
12261226<a>document CSS style sheets</a> . The array is live; if the <a>document CSS style sheets</a> change, the array must be updated as appropriate.
12271227
You can’t perform that action at this time.
0 commit comments