File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -809,7 +809,7 @@ The {{StyleSheet}} interface represents an abstract, base style sheet.
809809<pre class=idl>
810810interface StyleSheet {
811811 readonly attribute DOMString type;
812- readonly attribute DOMString ? href;
812+ readonly attribute USVString ? href;
813813 readonly attribute (Element or ProcessingInstruction)? ownerNode;
814814 readonly attribute StyleSheet? parentStyleSheet;
815815 readonly attribute DOMString? title;
@@ -1650,7 +1650,7 @@ The <code>CSSImportRule</code> interface represents an <code>@import</code> at-r
16501650
16511651<pre class=idl>
16521652interface CSSImportRule : CSSRule {
1653- readonly attribute DOMString href;
1653+ readonly attribute USVString href;
16541654 [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
16551655 [SameObject] readonly attribute CSSStyleSheet styleSheet;
16561656};
You can’t perform that action at this time.
0 commit comments