@@ -1075,8 +1075,8 @@ <h3 id=the-csssupportsrule-interface><span class=secno>8.2. </span> The
10751075 < dl class =idl-attributes >
10761076 < dt > < code > conditionText</ code > of type < code > DOMString</ code > , readonly
10771077
1078- < dd > The < ocde > conditionText attribute, on getting, must return the result
1079- of serializing the associated support condition.
1078+ < dd > The < code > conditionText</ code > attribute, on getting, must return the
1079+ result of serializing the associated support condition.
10801080 < p > On setting the < code > conditionText</ code > attribute these steps must
10811081 be run:
10821082
@@ -1091,13 +1091,15 @@ <h3 id=the-csssupportsrule-interface><span class=secno>8.2. </span> The
10911091 < li > Otherwise, do nothing.
10921092 </ ol >
10931093
1094- < dt > < code > cssRules</ code > of type < code > CSSRuleList</ code > , readonly
1094+ < p class =issue > Should this be called < code > conditionText</ code > or
1095+ < code > supportsText</ code > ?</ p >
10951096
1096- < dd > The < code > cssRules</ code > attribute must return a
1097- < code > CSSRuleList</ code > object for the list of CSS rules specified with
1098- the ‘< a href ="#dfn-support "> < code class =css > @supports</ code > </ a > ’
1099- rule.
1100- </ ocde >
1097+ < dt > < code > cssRules</ code > of type < code > CSSRuleList</ code > , readonly
1098+
1099+ < dd > The < code > cssRules</ code > attribute must return a
1100+ < code > CSSRuleList</ code > object for the list of CSS rules specified with
1101+ the ‘< a href ="#dfn-support "> < code class =css > @supports</ code > </ a > ’
1102+ rule.
11011103 </ dl >
11021104
11031105 < dl class =idl-methods >
0 commit comments