Skip to content

Commit

Permalink
docs(CSS): Rename '@media/update-frequency' to '@media/update' (mdn#2…
Browse files Browse the repository at this point in the history
…7501)

* docs(CSS): Change media update-frequency to update

* docs(CSS): Change media update-frequency to update
  • Loading branch information
bsmth authored and behnammodi committed Jun 26, 2023
1 parent f16f345 commit acf3081
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
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

0 comments on commit acf3081

Please sign in to comment.