Skip to content

Commit

Permalink
fix: auto-cleanup by bot (#32691)
Browse files Browse the repository at this point in the history
chore: auto-fix Markdownlint, Prettier, and front-matter issues
  • Loading branch information
mdn-bot committed Mar 15, 2024
1 parent e46c58e commit c2f9b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/@media/index.md
Expand Up @@ -82,7 +82,7 @@ Media feature expressions test for their presence or value, and are entirely opt
- {{cssxref("@media/device-width", "device-width")}} {{deprecated_inline}}
- : Width of the rendering surface of the output device. Deprecated in Media Queries Level 4.
- {{cssxref("@media/display-mode", "display-mode")}}
- : The mode in which an application is being displayed: for example [fullscreen](/en-US/docs/Web/API/Fullscreen_API) or [picture-in-picture](/en-US/docs/Web/API/Document_Picture-in-Picture_API/) mode.
- : The mode in which an application is being displayed: for example [fullscreen](/en-US/docs/Web/API/Fullscreen_API) or [picture-in-picture](/en-US/docs/Web/API/Document_Picture-in-Picture_API) mode.
Added in Media Queries Level 5.
- {{cssxref("@media/dynamic-range", "dynamic-range")}}
- : Combination of brightness, contrast ratio, and color depth that are supported by the user agent and the output device. Added in Media Queries Level 5.
Expand Down

0 comments on commit c2f9b79

Please sign in to comment.