File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
720720 < div class =example >
721721 < p > For example, the following rule is not valid:
722722
723- < pre class =illegal-example > @supports (transition-property: color) or
723+ < pre class =illegal > @supports (transition-property: color) or
724724 (animation-name: foo) and
725725 (transform: rotate(10deg)) {
726726 // ...
@@ -749,7 +749,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
749749 < div class =example >
750750 < p > For example, the following rule is not valid:
751751
752- < pre class =illegal-example > @supports display: flexbox {
752+ < pre class =illegal > @supports display: flexbox {
753753 // ...
754754}</ pre >
755755
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
517517
518518< div class ="example ">
519519< p > For example, the following rule is not valid:
520- < pre class ="illegal-example "> @supports (transition-property: color) or
520+ < pre class ="illegal "> @supports (transition-property: color) or
521521 (animation-name: foo) and
522522 (transform: rotate(10deg)) {
523523 // ...
@@ -540,7 +540,7 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
540540
541541< div class ="example ">
542542< p > For example, the following rule is not valid:
543- < pre class ="illegal-example "> @supports display: flexbox {
543+ < pre class ="illegal "> @supports display: flexbox {
544544 // ...
545545}</ pre >
546546< p > Instead, authors must write:</ p >
You can’t perform that action at this time.
0 commit comments