File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -810,15 +810,15 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
810810 what would cause the box to become invisible were ‘< code
811811 class =property > box-shadow</ code > ’ not supported.
812812
813- < pre > .outline {
813+ < pre > .noticebox {
814814 border: 1px solid black;
815815 padding: 1px;
816816}
817817@supports ( box-shadow: 0 0 2px black inset ) or
818818 ( -moz-box-shadow: 0 0 2px black inset ) or
819819 ( -webkit-box-shadow: 0 0 2px black inset ) or
820820 ( -o-box-shadow: 0 0 2px black inset ) {
821- .outline {
821+ .noticebox {
822822 -moz-box-shadow: 0 0 2px black inset;
823823 -webkit-box-shadow: 0 0 2px black inset;
824824 -o-box-shadow: 0 0 2px black inset;
Original file line number Diff line number Diff line change @@ -552,15 +552,15 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
552552it. When the support is present, it specifies both 'box-shadow' (with
553553the prefixed versions) and 'border' in a way what would cause the box to
554554become invisible were 'box-shadow' not supported.</ p >
555- < pre > .outline {
555+ < pre > .noticebox {
556556 border: 1px solid black;
557557 padding: 1px;
558558}
559559@supports ( box-shadow: 0 0 2px black inset ) or
560560 ( -moz-box-shadow: 0 0 2px black inset ) or
561561 ( -webkit-box-shadow: 0 0 2px black inset ) or
562562 ( -o-box-shadow: 0 0 2px black inset ) {
563- .outline {
563+ .noticebox {
564564 -moz-box-shadow: 0 0 2px black inset;
565565 -webkit-box-shadow: 0 0 2px black inset;
566566 -o-box-shadow: 0 0 2px black inset;
You can’t perform that action at this time.
0 commit comments