@@ -1066,21 +1066,19 @@ <h3 id=the-csssupportsrule-interface><span class=secno>8.2. </span> The
10661066 href ="#dfn-support "> < code class =css > @supports</ code > </ a > ’ rule.
10671067
10681068 < pre class =idl > interface CSSSupportsRule : CSSRule {
1069- attribute DOMString supportsCondition ;
1069+ attribute DOMString conditionText ;
10701070 readonly attribute CSSRuleList cssRules;
10711071 unsigned long insertRule (DOMString rule, unsigned long index);
10721072 void deleteRule (unsigned long index);
10731073}</ pre >
10741074
10751075 < dl class =idl-attributes >
1076- < dt > < a href ="#supportscondition "> < code > supportsCondition</ code > </ a > of
1077- type < code > DOMString</ code > , readonly
1076+ < dt > < code > conditionText</ code > of type < code > DOMString</ code > , readonly
10781077
1079- < dd > The < ocde > supportsCondition attribute, on getting, must return the
1080- result of serializing the associated support condition.
1081- < p > On setting the < a
1082- href ="#supportscondition "> < code > supportsCondition</ code > </ a > attribute
1083- these steps must be run:
1078+ < dd > The < ocde > conditionText attribute, on getting, must return the result
1079+ of serializing the associated support condition.
1080+ < p > On setting the < code > conditionText</ code > attribute these steps must
1081+ be run:
10841082
10851083 < ol >
10861084 < li > Trim the given value of white space.
@@ -1093,8 +1091,6 @@ <h3 id=the-csssupportsrule-interface><span class=secno>8.2. </span> The
10931091 < li > Otherwise, do nothing.
10941092 </ ol >
10951093
1096- < p class =issue > This name sucks. Suggestions?
1097-
10981094 < dt > < code > cssRules</ code > of type < code > CSSRuleList</ code > , readonly
10991095
11001096 < dd > The < code > cssRules</ code > attribute must return a
0 commit comments