From dc2a2284809b728de9b2778f5020e7ee13bc4bcd Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Mon, 24 Jun 2024 16:38:53 -0400 Subject: [PATCH] fixc links --- files/en-us/web/css/@media/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/@media/index.md b/files/en-us/web/css/@media/index.md index 5eb3079edb6b996..3ee46da49e3ada3 100644 --- a/files/en-us/web/css/@media/index.md +++ b/files/en-us/web/css/@media/index.md @@ -82,7 +82,7 @@ Media feature expressions test for their presence or value, and are entirely opt - {{cssxref("@media/device-width", "device-width")}} - : 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/CSS/@media/display-mode#fullscreen) or [picture-in-picture](/en-US/docs/Web/CSS/@media/display-mode#picture-in-picture) 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.