This commit is contained in:
atomiks
2018-03-02 07:41:40 +10:00
parent bd3eea0b11
commit f45ccf4795
4 changed files with 15 additions and 15 deletions

View File

@ -675,7 +675,7 @@ in any specification.</span></p>
<h4 data-type="Explanation">Explanation</h4>
<ol>
<li><code>box-shadow</code>, when only using spread, adds a pseudo-border which can use subpixels*.</li>
<li>Use <code>@media (min-resolution: ...)</code> to check the device pixel ratio (<code>1ddpx</code> equals 96 DPI), setting the spread of the <code>box-shadow</code> equal to <code>1 / dppx</code>.</li>
<li>Use <code>@media (min-resolution: ...)</code> to check the device pixel ratio (<code>1dppx</code> equals 96 DPI), setting the spread of the <code>box-shadow</code> equal to <code>1 / dppx</code>.</li>
</ol>
<h4 data-type="Browser Support">Browser Support</h4>
<div>