You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <code><ahref="#widl-CSSImportRule-href">href</a></code> attribute must return the <ahref="#style-sheet-location">style sheet location</a> or <code>null</code> if none.</p><pclass="issue">What should the default value be if not known or specified upon creation? an empty string or <code>null</code>?</dd>
<dfnid="widl-StyleSheet-ownerNode"><code>ownerNode</code></dfn> of type <spanclass="idlAttrType"><a>Node</a></span>, readonly</dt>
933
+
<dfnid="widl-StyleSheet-ownerNode"><code>ownerNode</code></dfn> of type <spanclass="idlAttrType"><a>union</a>?</span>, readonly</dt>
934
934
<dd>
935
-
<p>The <code><ahref="#widl-StyleSheet-ownerNode">ownerNode</a></code> attribute must return the <ahref="#style-sheet-owner-node">style sheet owner node</a>.</p><pclass="issue">Should <code><ahref="#widl-StyleSheet-ownerNode">ownerNode</a></code> be nullable?</dd>
935
+
<p>The <code><ahref="#widl-StyleSheet-ownerNode">ownerNode</a></code> attribute must return the <ahref="#style-sheet-owner-node">style sheet owner node</a> or <code>null</code> if there is none.</p><pclass="issue">The return type in the IDL is supposed to be <code>(Element or ProcessingInstruction)?</code>.</dd>
<dfnid="widl-StyleSheet-parentStyleSheet"><code>parentStyleSheet</code></dfn> of type <spanclass="idlAttrType"><a>StyleSheet</a>?</span>, readonly</dt>
0 commit comments