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
<codetitle=""><var>A</var></code> where <codetitle=""><var>A</var></code> is actually an interface, it generally means an object implementing interface
269
269
<codetitle=""><var>A</var></code>.</p>
270
270
271
-
<p>The terms <dfnid="whitespace">whitespace</dfn>, <dfnid="ignored">ignored</dfn>, <dfnid="specified-value">specified value</dfn>, <dfnid="computed-value">computed value</dfn> and <dfnid="used-value">used value</dfn> are defined in CSS.
272
-
<ahref="#refsCSS">[CSS]</a>
271
+
<p>The terms <dfnid="whitespace">whitespace</dfn> and <dfnid="ignored">ignored</dfn> are defined in CSS. <ahref="#refsCSS">[CSS]</a>
272
+
273
+
<p>The terms <dfnid="cascaded-value">cascaded value</dfn>, <dfnid="computed-value">computed value</dfn> and <dfnid="used-value">used value</dfn> are defined in CSS Cascade and Inheritance.
274
+
<ahref="#refsCSSCASCADE">[CSSCASCADE]</a>
273
275
274
276
<p>The terms <dfnid="simple-selector">simple selector</dfn>, <dfnid="sequence-of-simple-selectors">sequence of simple selectors</dfn>, <dfnid="universal-selector">universal selector</dfn> and <dfnid="group-of-selectors">group of selectors</dfn> are defined in
<pclass="atrisk">The <dfnid="dom-getstyleutils-specifiedstyle" title="dom-GetStyleUtils-specifiedStyle"><code>specifiedStyle</code></dfn> attribute must return a <ahref="#css-declaration-block">CSS declaration block</a>
2816
+
<pclass="atrisk">The <dfnid="dom-getstyleutils-cascadedstyle" title="dom-GetStyleUtils-cascadedStyle"><code>cascadedStyle</code></dfn> attribute must return a <ahref="#css-declaration-block">CSS declaration block</a>
2815
2817
with the <ahref="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
2816
2818
<ahref="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all longhand properties
2817
-
that are <ahref="#supported-css-property" title="supported CSS property">supported CSS properties</a> with the value being the <ahref="#specified-value">specified value</a>
2819
+
that are <ahref="#supported-css-property" title="supported CSS property">supported CSS properties</a> with the value being the <ahref="#cascaded-value">cascaded value</a>
2818
2820
computed for the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
2819
2821
with the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <ahref="#associated-document">associated document</a>.</p>
2820
2822
@@ -2840,7 +2842,7 @@ <h3 id="the-getstyleutils-interface"><span class="secno">7.3 </span>The <code ti
2840
2842
computed for the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
2841
2843
with the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <ahref="#associated-document">associated document</a>.</p>
2842
2844
2843
-
<pclass="warning">The <codetitle="dom-GetStyleUtils-specifiedStyle"><ahref="#dom-getstyleutils-specifiedstyle">specifiedStyle</a></code>, <codetitle="dom-GetStyleUtils-computedStyle"><ahref="#dom-getstyleutils-computedstyle">computedStyle</a></code> and
2845
+
<pclass="warning">The <codetitle="dom-GetStyleUtils-cascadedStyle"><ahref="#dom-getstyleutils-cascadedstyle">cascadedStyle</a></code>, <codetitle="dom-GetStyleUtils-computedStyle"><ahref="#dom-getstyleutils-computedstyle">computedStyle</a></code> and
2844
2846
<codetitle="dom-GetStyleUtils-usedStyle"><ahref="#dom-getstyleutils-usedstyle">usedStyle</a></code> methods expose information from <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> with the
Copy file name to clipboardExpand all lines: cssom/Overview.src.html
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,10 @@ <h2>Terminology</h2>
190
190
<codetitle><var>A</var></code> where <codetitle><var>A</var></code> is actually an interface, it generally means an object implementing interface
191
191
<codetitle><var>A</var></code>.</p>
192
192
193
-
<p>The terms <dfn>whitespace</dfn>, <dfn>ignored</dfn>, <dfn>specified value</dfn>, <dfn>computed value</dfn> and <dfn>used value</dfn> are defined in CSS.
194
-
<spandata-anolis-ref>CSS</span>
193
+
<p>The terms <dfn>whitespace</dfn> and <dfn>ignored</dfn> are defined in CSS. <spandata-anolis-ref>CSS</span>
194
+
195
+
<p>The terms <dfn>cascaded value</dfn>, <dfn>computed value</dfn> and <dfn>used value</dfn> are defined in CSS Cascade and Inheritance.
196
+
<spandata-anolis-ref>CSSCASCADE</span>
195
197
196
198
<p>The terms <dfn>simple selector</dfn>, <dfn>sequence of simple selectors</dfn>, <dfn>universal selector</dfn> and <dfn>group of selectors</dfn> are defined in
<pclass=atrisk>The <dfntitle=dom-GetStyleUtils-specifiedStyle><code>specifiedStyle</code></dfn> attribute must return a <span>CSS declaration block</span>
2738
+
<pclass=atrisk>The <dfntitle=dom-GetStyleUtils-cascadedStyle><code>cascadedStyle</code></dfn> attribute must return a <span>CSS declaration block</span>
2737
2739
with the <spantitle=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
2738
2740
<spantitle=concept-css-declaration-block-declarations>declarations</span> set to all longhand properties
2739
-
that are <spantitle="supported CSS property">supported CSS properties</span> with the value being the <span>specified value</span>
2741
+
that are <spantitle="supported CSS property">supported CSS properties</span> with the value being the <span>cascaded value</span>
2740
2742
computed for the <spandata-anolis-spec=dom>context object</span> using the style rules associated
2741
2743
with the <spandata-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
computed for the <spandata-anolis-spec=dom>context object</span> using the style rules associated
2763
2765
with the <spandata-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
2764
2766
2765
-
<pclass=warning>The <codetitle=dom-GetStyleUtils-specifiedStyle>specifiedStyle</code>, <codetitle=dom-GetStyleUtils-computedStyle>computedStyle</code> and
2767
+
<pclass=warning>The <codetitle=dom-GetStyleUtils-cascadedStyle>cascadedStyle</code>, <codetitle=dom-GetStyleUtils-computedStyle>computedStyle</code> and
2766
2768
<codetitle=dom-GetStyleUtils-usedStyle>usedStyle</code> methods expose information from <spantitle="CSS style sheet">CSS style sheets</span> with the
0 commit comments