@@ -207,8 +207,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
207207 < li > < a href ="#the-csssupportsrule-interface "> < span class =secno > 8.2.
208208 </ span > The < code > CSSSupportsRule</ code > interface</ a >
209209
210- < li > < a href ="#supports-property- api "> < span class =secno > 8.3.
211- </ span > supportsProperty() function</ a >
210+ < li > < a href ="#window- api "> < span class =secno > 8.3. </ span > supportsCSS()
211+ function</ a >
212212 </ ul >
213213
214214 < li > < a href ="#conformance "> < span class =secno > 9. </ span > Conformance</ a >
@@ -1058,8 +1058,12 @@ <h3 id=extentions-to-cssrule-interface><span class=secno>8.1. </span>
10581058 < h3 id =the-csssupportsrule-interface > < span class =secno > 8.2. </ span > The
10591059 < code > CSSSupportsRule</ code > interface</ h3 >
10601060
1061- < p > The < code > CSSSupportsRule</ code > interface represents a ‘< code
1062- class =css > @media</ code > ’ rule.
1061+ < p class =issue > Should there be an interface containing the methods common
1062+ to CSSMediaRule, CSSSupportsRule, and CSSDocumentRule, from which they all
1063+ derive? Should it be called CSSGroupRule? CSSConditionalRule?
1064+
1065+ < p > The < code > CSSSupportsRule</ code > interface represents a ‘< a
1066+ href ="#dfn-support "> < code class =css > @supports</ code > </ a > ’ rule.
10631067
10641068 < pre class =idl > interface CSSSupportsRule : CSSRule {
10651069 attribute DOMString supportsCondition;
@@ -1117,15 +1121,14 @@ <h3 id=the-csssupportsrule-interface><span class=secno>8.2. </span> The
11171121
11181122 < p class =issue > Define the CSSDocumentRule interface.
11191123
1120- < h3 id =supports-property-api > < span class =secno > 8.3.
1121- </ span > supportsProperty() function</ h3 >
1124+ < h3 id =window-api > < span class =secno > 8.3. </ span > supportsCSS() function</ h3 >
11221125
11231126 < pre class =idl > partial interface Window {
1124- boolean supportsProperty (DOMString property, DOMString value);
1127+ boolean supportsCSS (DOMString property, DOMString value);
11251128};</ pre >
11261129
1127- < p > The < code > supportsProperty </ code > function must return < code > true</ code >
1128- if the implementation < a href ="#dfn-support "> < i > supports</ i > </ a > the value
1130+ < p > The < code > supportsCSS </ code > function must return < code > true</ code > if
1131+ the implementation < a href ="#dfn-support "> < i > supports</ i > </ a > the value
11291132 given by < var > value</ var > for the property given by < var > property</ var > ,
11301133 and < code > false</ code > otherwise.
11311134
0 commit comments