Skip to content

Commit 7471351

Browse files
committed
But readd issue about the name.
1 parent e35f0b7 commit 7471351

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

css3-conditional/Overview.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

css3-conditional/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ <h3 id="the-csssupportsrule-interface">
815815

816816
<dl class='idl-attributes'>
817817
<dt><code>conditionText</code> of type <code>DOMString</code>, readonly
818-
<dd>The <ocde>conditionText</code> attribute, on getting, must return
818+
<dd>The <code>conditionText</code> attribute, on getting, must return
819819
the result of serializing the associated support condition.
820820

821821
<p>On setting the <code>conditionText</code> attribute these steps
@@ -829,6 +829,9 @@ <h3 id="the-csssupportsrule-interface">
829829
<li>Otherwise, do nothing.
830830
</ol>
831831

832+
<p class="issue">Should this be called <code>conditionText</code> or
833+
<code>supportsText</code>?</p>
834+
832835
<dt><code>cssRules</code> of type <code>CSSRuleList</code>, readonly
833836
<dd>The <code>cssRules</code> attribute must return a <code>CSSRuleList</code>
834837
object for the list of CSS rules specified with the ''@supports'' rule.

0 commit comments

Comments
 (0)