File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3700,14 +3700,15 @@ Appendix B: Privacy Considerations</h2>
37003700 * The {{prefers-reduced-motion}} , {{prefers-color-scheme}} , {{prefers-reduced-transparency}} ,
37013701 {{forced-colors}} and {{inverted-colors}} queries reflect affordances for a range of special needs.
37023702
3703- Properties dependent on one of the above media queries
3704- may be accessed by script using several methods:
3703+ Properties dependent on one of the above media queries may be accessed by script:
37053704
3706- * Colors and other property values may be directly accessed through computed style.
3705+ * Colors and other property values may be directly accessed through computed style,
3706+ though user agents may elect to return constants for some colors
3707+ (see, for example, <a href="https://drafts.csswg.org/css-color-4/#css-system-colors">CSS Color 4</a> ).
37073708 * Layout affecting properties (such as font size) influence lengths, positions and sizes available to script.
37083709
3709- UAs may disable these media features when users have expressed sensitivity to tracking.
3710- Alternatively, UAs may limit the combination of features within a single page
3710+ User agents may disable these media features when users have expressed sensitivity to tracking.
3711+ Alternatively, user agents may limit the combination of features within a single page
37113712 to reduce the fingerprinting power of the page.
37123713
37133714 The {{PreferenceManager}} object allows querying some user-preference [=media features=] . This
You can’t perform that action at this time.
0 commit comments