You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'@view-transition': `The @view-transition CSS at-rule is used to opt in the current and destination documents to undergo a view transition, in the case of a cross-document navigation.`,
399
399
};
400
400
401
-
401
+
exportconstatDirectiveDescriptorDescriptions={
402
+
'@media': {
403
+
'width': `The width CSS media feature can be used to test the width of the viewport (or the page box, for paged media).`,
404
+
'height': `The height CSS media feature can be used to apply styles based on the height of the viewport (or the page box, for paged media).`,
405
+
'aspect-ratio': `The aspect-ratio CSS media feature can be used to test the aspect ratio of the viewport.`,
406
+
'orientation': `The orientation CSS media feature can be used to test the orientation of the viewport (or the page box, for paged media).`,
407
+
'overflow-block': `The overflow-block CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the block axis.`,
408
+
'overflow-inline': `The overflow-inline CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the inline axis.`,
409
+
'horizontal-viewport-segments': ``,
410
+
'vertical-viewport-segments': ``,
411
+
'display-mode': `The display-mode CSS media feature can be used to test whether a web app is being displayed in a normal browser tab or in some alternative way, such as a standalone app or fullscreen mode.`,
412
+
'resolution': `The resolution CSS media feature can be used to test the pixel density of the output device.`,
413
+
'scan': `The scan CSS media feature is used to apply CSS styles based on the scanning process of the output device.`,
414
+
'grid': `The grid CSS media feature can be used to test whether the output device uses a grid-based screen.`,
415
+
'update': `The update CSS media feature can be used to test how frequently (if at all) the output device is able to modify the appearance of content once rendered.`,
416
+
'environment-blending': ``,
417
+
'color': `The color CSS media feature can be used to test the number of bits per color component (red, green, blue) of the output device.`,
418
+
'color-index': `The color-index CSS media feature can be used to test the number of entries in the output device's color lookup table.`,
419
+
'monochrome': `The monochrome CSS media feature can be used to test the number of bits per pixel in the monochrome frame buffer of the output device.`,
420
+
'color-gamut': `The color-gamut CSS media feature is used to apply CSS styles based on the approximate range of color gamut supported by the user agent and the output device.`,
421
+
'dynamic-range': `The dynamic-range CSS media feature can be used to test the combination of brightness, contrast ratio, and color depth that are supported by the user agent and the output device.`,
422
+
'inverted-colors': `The inverted-colors CSS media feature is used to test if the user agent or the underlying operating system has inverted all colors.`,
423
+
'pointer': `The pointer CSS media feature tests whether the user has a pointing device (such as a mouse), and if so, how accurate the primary pointing device is.`,
424
+
'hover': `The hover CSS media feature can be used to test whether the user's primary input mechanism can hover over elements.`,
425
+
'any-pointer': `The any-pointer CSS media feature tests whether the user has any pointing device (such as a mouse), and if so, how accurate it is.`,
426
+
'any-hover': `The any-hover CSS media feature can be used to test whether any available input mechanism can hover over elements.`,
427
+
'nav-controls': ``,
428
+
'video-color-gamut': ``,
429
+
'video-dynamic-range': `The video-dynamic-range CSS media feature can be used to test the combination of brightness, contrast ratio, and color depth that are supported by the video plane of the user agent and the output device.`,
430
+
'scripting': `The scripting CSS media feature can be used to test whether scripting (such as JavaScript) is available.`,
431
+
'prefers-reduced-motion': `The prefers-reduced-motion CSS media feature is used to detect if a user has enabled a setting on their device to minimize the amount of non-essential motion. The setting is used to convey to the browser on the device that the user prefers an interface that removes, reduces, or replaces motion-based animations.`,
432
+
'prefers-reduced-transparency': `The prefers-reduced-transparency CSS media feature is used to detect if a user has enabled a setting on their device to reduce the transparent or translucent layer effects used on the device. Switching on such a setting can help improve contrast and readability for some users.`,
433
+
'prefers-contrast': `The prefers-contrast CSS media feature is used to detect whether the user has requested the web content to be presented with a lower or higher contrast.`,
434
+
'forced-colors': `The forced-colors CSS media feature is used to detect if the user agent has enabled a forced colors mode where it enforces a user-chosen limited color palette on the page. An example of a forced colors mode is Windows High Contrast mode.`,
435
+
'prefers-color-scheme': `The prefers-color-scheme CSS media feature is used to detect if a user has requested light or dark color themes.`,
436
+
'prefers-reduced-data': `The prefers-reduced-data CSS media feature is used to detect if the user has requested the web content that consumes less internet traffic.`,
437
+
'device-width': `The device-width CSS media feature can be used to test the width of an output device's rendering surface.`,
438
+
'device-height': `The device-height CSS media feature can be used to test the height of an output device's rendering surface.`,
439
+
'device-aspect-ratio': `The device-aspect-ratio CSS media feature can be used to test the width-to-height aspect ratio of an output device.`,
0 commit comments