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
<code>href</code> of type <spanclass="idlAttrType"><a>DOMString</a></span>, readonly</dt>
902
902
<dd>
903
-
<p>The <code>href</code> attribute must return the <ahref="#style-sheet-location">style sheet location</a>.</dd>
903
+
<p>The <code>href</code> attribute must return the <ahref="#style-sheet-location">style sheet location</a> or null if none.</p><pclass="issue">What should the default value be if not known or specified upon creation? an empty string or null?</dd>
<code>ownerNode</code> of type <spanclass="idlAttrType"><a>Node</a></span>, readonly</dt>
906
906
<dd>
907
-
<p>The <code>ownerNode</code> attribute must return the <ahref="#style-sheet-owner-node">style sheet owner node</a>.</dd>
907
+
<p>The <code>ownerNode</code> attribute must return the <ahref="#style-sheet-owner-node">style sheet owner node</a>.</p><pclass="issue">Should <code>ownerNode</code> be nullable?</dd>
<code>parentStyleSheet</code> of type <spanclass="idlAttrType"><a>StyleSheet</a></span>, readonly</dt>
910
910
<dd>
911
-
<p>The <code>parentStyleSheet</code> attribute must return the <ahref="#style-sheet-parent">style sheet parent</a>.</dd>
911
+
<p>The <code>parentStyleSheet</code> attribute must return the <ahref="#style-sheet-parent">style sheet parent</a> or null if there is none.</dd>
912
912
<dtclass="attribute" id="widl-StyleSheet-title">
913
913
<code>title</code> of type <spanclass="idlAttrType"><a>DOMString</a></span>, readonly</dt>
914
914
<dd>
915
-
<p>The <code>title</code> attribute must return the <ahref="#style-sheet-title">style sheet title</a>.</dd>
915
+
<p>The <code>title</code> attribute must return the <ahref="#style-sheet-title">style sheet title</a> or null if none.</p><pclass="issue">What should the default value be if not known or specified upon creation? an empty string or null?</dd>
916
916
<dtclass="attribute" id="widl-StyleSheet-media">
917
917
<code>media</code> of type <spanclass="idlAttrType"><a>MediaList</a></span>, readonly</dt>
918
918
<dd>
919
-
<p>The <code>media</code> attribute must return the <ahref="#style-sheet-media">style sheet media</a>.</dd>
919
+
<p>The <code>media</code> attribute must return the <ahref="#style-sheet-media">style sheet media</a>.</p><pclass="issue">Should <code>media</code> be nullable?</p><pclass="issue">Need to define a setter that implements the semantics of setting this attribute to a string representing a MediaList.</dd>
0 commit comments