Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(CSS): Rename '@media/update-frequency' to '@media/update' #27501

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11284,6 +11284,7 @@
/en-US/docs/Web/CSS/:nth-of-type() /en-US/docs/Web/CSS/:nth-of-type
/en-US/docs/Web/CSS/@-moz-document /en-US/docs/Web/CSS/@document
/en-US/docs/Web/CSS/@font-face/font-variant /en-US/docs/Web/CSS/@font-face
/en-US/docs/Web/CSS/@media/update-frequency /en-US/docs/Web/CSS/@media/update
/en-US/docs/Web/CSS/@page_rule /en-US/docs/Web/CSS/@page
/en-US/docs/Web/CSS/@scroll-timeline /en-US/docs/Web/CSS/scroll-timeline
/en-US/docs/Web/CSS/@styleset /en-US/docs/Web/CSS/@font-feature-values
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -76836,7 +76836,7 @@
"modified": "2020-12-14T11:01:11.157Z",
"contributors": ["rachelandrew", "wbamberg", "mfuji09", "bershanskiy"]
},
"Web/CSS/@media/update-frequency": {
"Web/CSS/@media/update": {
"modified": "2020-12-14T11:01:26.322Z",
"contributors": [
"rachelandrew",
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/102/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ No notable changes.

### CSS

The [`update`](/en-US/docs/Web/CSS/@media/update-frequency) media feature that can be used to query the ability of the output device to modify the appearance of content after it is rendered is now available by default ([Firefox bug 1422312](https://bugzil.la/1422312)).
The [`update`](/en-US/docs/Web/CSS/@media/update) media feature that can be used to query the ability of the output device to modify the appearance of content after it is rendered is now available by default ([Firefox bug 1422312](https://bugzil.la/1422312)).

### JavaScript

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/@media/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Media feature expressions test for their presence or value, and are entirely opt
- {{cssxref("@media/scripting", "scripting")}} {{Experimental_Inline}}
- : Detects whether scripting (i.e. JavaScript) is available.
Added in Media Queries Level 5.
- {{cssxref("@media/update-frequency", "update")}}
- {{cssxref("@media/update", "update")}}
- : How frequently the output device can modify the appearance of content.
Added in Media Queries Level 4.
- {{cssxref("@media/video-dynamic-range", "video-dynamic-range")}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: update
slug: Web/CSS/@media/update-frequency
slug: Web/CSS/@media/update
page-type: css-media-feature
browser-compat: css.at-rules.media.update
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Media queries are case-insensitive.
- {{cssxref("@media/prefers-reduced-transparency", "prefers-reduced-transparency")}} {{experimental_inline}}
- {{cssxref("@media/resolution", "resolution")}}
- {{cssxref("@media/scripting", "scripting")}}
- {{cssxref("@media/update-frequency", "update")}}
- {{cssxref("@media/update", "update")}}
- {{cssxref("@media/video-dynamic-range", "video-dynamic-range")}}
- {{cssxref("@media/width", "width")}}.

Expand Down