Skip to content

Commit e986f00

Browse files
author
Simon Pieters
committed
[cssom] Cleanup around StyleSheet's members
1 parent 60761d9 commit e986f00

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -967,14 +967,13 @@ <h4 id="the-stylesheet-interface"><span class="secno">6.1.1 </span>The <code tit
967967

968968
<p>The <dfn id="dom-stylesheet-type" title="dom-StyleSheet-type"><code>type</code></dfn> attribute must return the <a href="#concept-css-style-sheet-type" title="concept-css-style-sheet-type">type</a>.</p>
969969

970-
<p>The <dfn id="dom-stylesheet-href" title="dom-StyleSheet-href"><code>href</code></dfn> attribute must return the <a href="#concept-css-style-sheet-location" title="concept-css-style-sheet-location">location</a> or null if
971-
none.</p>
970+
<p>The <dfn id="dom-stylesheet-href" title="dom-StyleSheet-href"><code>href</code></dfn> attribute must return the <a href="#concept-css-style-sheet-location" title="concept-css-style-sheet-location">location</a>.</p>
972971

973972
<p>The <dfn id="dom-stylesheet-ownernode" title="dom-StyleSheet-ownerNode"><code>ownerNode</code></dfn> attribute must return the <a href="#concept-css-style-sheet-owner-node" title="concept-css-style-sheet-owner-node">owner
974-
node</a> or null if there is none.</p>
973+
node</a>.</p>
975974

976975
<p>The <dfn id="dom-stylesheet-parentstylesheet" title="dom-StyleSheet-parentStyleSheet"><code>parentStyleSheet</code></dfn> attribute must return the
977-
<a href="#concept-css-style-sheet-parent" title="concept-css-style-sheet-parent">parent</a> or null if there is none.</p>
976+
<a href="#concept-css-style-sheet-parent" title="concept-css-style-sheet-parent">parent</a>.</p>
978977

979978
<p>The <dfn id="dom-stylesheet-title" title="dom-StyleSheet-title"><code>title</code></dfn> attribute must return the <a href="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> or null if
980979
<a href="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is the empty string.</p>

cssom/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -898,14 +898,13 @@ <h4>The <code title>StyleSheet</code> Interface</h4>
898898

899899
<p>The <dfn title=dom-StyleSheet-type><code>type</code></dfn> attribute must return the <span title=concept-css-style-sheet-type>type</span>.</p>
900900

901-
<p>The <dfn title=dom-StyleSheet-href><code>href</code></dfn> attribute must return the <span title=concept-css-style-sheet-location>location</span> or null if
902-
none.</p>
901+
<p>The <dfn title=dom-StyleSheet-href><code>href</code></dfn> attribute must return the <span title=concept-css-style-sheet-location>location</span>.</p>
903902

904903
<p>The <dfn title=dom-StyleSheet-ownerNode><code>ownerNode</code></dfn> attribute must return the <span title=concept-css-style-sheet-owner-node>owner
905-
node</span> or null if there is none.</p>
904+
node</span>.</p>
906905

907906
<p>The <dfn title=dom-StyleSheet-parentStyleSheet><code>parentStyleSheet</code></dfn> attribute must return the
908-
<span title=concept-css-style-sheet-parent>parent</span> or null if there is none.</p>
907+
<span title=concept-css-style-sheet-parent>parent</span>.</p>
909908

910909
<p>The <dfn title=dom-StyleSheet-title><code>title</code></dfn> attribute must return the <span title=concept-css-style-sheet-title>title</span> or null if
911910
<span title=concept-css-style-sheet-title>title</span> is the empty string.</p>

0 commit comments

Comments
 (0)