Skip to content

Commit da13b0e

Browse files
committed
Better quoting for code styles.
1 parent 3e9874b commit da13b0e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-conditional/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,12 +558,12 @@ <h2 id=at-supports><span class=secno>5. </span>Feature queries: the
558558

559559
<dt>supports_conjunction
560560

561-
<dd> true if all of the (non-&lsquo;<code
562-
class=property>and</code>&rsquo;) child terms are true, otherwise false
561+
<dd> true if all of the (non-&lsquo;<code class=css>and</code>&rsquo;)
562+
child terms are true, otherwise false
563563

564564
<dt>supports_disjunction
565565

566-
<dd> true if any of the (non-&lsquo;<code class=property>or</code>&rsquo;)
566+
<dd> true if any of the (non-&lsquo;<code class=css>or</code>&rsquo;)
567567
child terms are true, otherwise false
568568

569569
<dt>supports_condition_in_parens

css3-conditional/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,17 +387,17 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
387387

388388
<dt>supports_conjunction</dt>
389389
<dd>
390-
true if all of the (non-'and') child terms are true, otherwise false
390+
true if all of the (non-''and'') child terms are true, otherwise false
391391
</dd>
392392

393393
<dt>supports_disjunction</dt>
394394
<dd>
395-
true if any of the (non-'or') child terms are true, otherwise false
395+
true if any of the (non-''or'') child terms are true, otherwise false
396396
</dd>
397397

398398
<dt>supports_condition_in_parens</dt>
399399
<dd>
400-
evaluate the single (non-'(' and non-')') child term
400+
evaluate the single (non-''('' and non-'')'') child term
401401
</dd>
402402

403403
<dt>supports_declaration_condition</dt>

0 commit comments

Comments
 (0)