File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,36 @@ Detecting the desire for less motion on the page: the 'prefers-reduced-motion' f
478
478
479
479
</dl>
480
480
481
+ <h3 id="prefers-reduced-transparency">
482
+ Detecting the desire for reduced transparency on the page: the 'prefers-reduced-transparency' feature</h3>
483
+
484
+ <pre class='descdef mq'>
485
+ Name : prefers-reduced-transparency
486
+ Value : no-preference | reduce
487
+ For : @media
488
+ Type : discrete
489
+ </pre>
490
+
491
+ The 'prefers-reduced-transparency' media feature is used to detect if the user
492
+ has requested the system minimize the amount of transparent or translucent
493
+ layer effects it uses.
494
+
495
+ <dl dfn-type=value dfn-for="@media/prefers-reduced-transparency">
496
+ <dt> <dfn>no-preference</dfn>
497
+ <dd>
498
+ Indicates that the user has made no preference known
499
+ to the system. This keyword value evaluates as false
500
+ in the <a>boolean context</a> .
501
+
502
+ <dt> <dfn>reduce</dfn>
503
+ <dd>
504
+ Indicates that user has notified the system that they
505
+ prefer an interface that minimizes the amount of
506
+ transparent or translucent layer effects.
507
+
508
+ </dl>
509
+
510
+
481
511
<h2 id="changes" class="no-num">
482
512
Changes</h2>
483
513
<h3 id="changes-2017">
@@ -493,6 +523,10 @@ The following changes were made to this specification since the
493
523
494
524
<li>
495
525
Add 'prefers-reduced-motion' media feature.
526
+
527
+ <li>
528
+ Add 'prefers-reduced-transparency' media feature.
529
+
496
530
</ul>
497
531
498
532
You can’t perform that action at this time.
0 commit comments