Skip to content

Commit d50c6b0

Browse files
authored
move page: css at rule functions (mdn#38424)
* move page: css at rule functions * spacing issue
1 parent 4f6e436 commit d50c6b0

File tree

10 files changed

+16
-5
lines changed

10 files changed

+16
-5
lines changed

files/en-us/_redirects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11827,6 +11827,7 @@
1182711827
/en-US/docs/Web/CSS/All_About_The_Containing_Block /en-US/docs/Web/CSS/CSS_display/Containing_block
1182811828
/en-US/docs/Web/CSS/Alternative_style_sheets /en-US/docs/Web/HTML/Attributes/rel/alternate_stylesheet
1182911829
/en-US/docs/Web/CSS/At-rule /en-US/docs/Web/CSS/CSS_syntax/At-rule
11830+
/en-US/docs/Web/CSS/At-rule-functions /en-US/docs/Web/CSS/CSS_syntax/At-rule_functions
1183011831
/en-US/docs/Web/CSS/Aural /en-US/docs/Web/CSS/@media/aural
1183111832
/en-US/docs/Web/CSS/Block_formatting_context /en-US/docs/Web/CSS/CSS_display/Block_formatting_context
1183211833
/en-US/docs/Web/CSS/CSS3_Columns /en-US/docs/Web/CSS/CSS_multicol_layout/Using_multicol_layouts

files/en-us/web/css/@container/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,4 @@ The global `revert` and `revert-layer` are invalid as values in a `<style-featur
322322
- {{Cssxref("contain")}}
323323
- {{Cssxref("content-visibility")}}
324324
- [CSS containment module](/en-US/docs/Web/CSS/CSS_containment)
325+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)

files/en-us/web/css/@import/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ This is an example of creating two separate unnamed cascade layers and importing
161161
- {{CSSxRef("@media")}}
162162
- {{CSSxRef("@supports")}}
163163
- [CSS cascading and inheritance](/en-US/docs/Web/CSS/CSS_cascade) module
164+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)

files/en-us/web/css/@namespace/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ svg|a {
102102
## See also
103103

104104
- [Namespaces crash course](/en-US/docs/Web/SVG/Namespaces_Crash_Course)
105+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)

files/en-us/web/css/@supports/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,6 @@ The following example applies the CSS style if the browser supports the `woff2`
318318
## See also
319319

320320
- [Using feature queries](/en-US/docs/Web/CSS/CSS_conditional_rules/Using_feature_queries)
321-
- The CSSOM class {{DOMxRef("CSSSupportsRule")}}, and the {{DOMxref("CSS.supports_static", "CSS.supports()")}} method that allows the same check to be performed via JavaScript.
321+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)
322+
- {{DOMxRef("CSSSupportsRule")}}
323+
- {{DOMxref("CSS.supports_static", "CSS.supports()")}} method

files/en-us/web/css/@view-transition/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ See this [transitions multi-page app](https://mdn.github.io/dom-examples/view-tr
102102
- {{cssxref("::view-transition-image-pair", "::view-transition-image-pair()")}}
103103
- [View Transition API](/en-US/docs/Web/API/View_Transition_API)
104104
- [CSS at-rules](/en-US/docs/Web/CSS/CSS_syntax/At-rule)
105-
- [CSS at-rule functions](/en-US/docs/Web/CSS/At-rule-functions)
105+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)

files/en-us/web/css/css_namespaces/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ The `@namespace` rule is used for declaring a default namespace and for binding
6464
- [`<a>`](/en-US/docs/Web/SVG/Element/a#example) SVG element
6565
- [CSS `<url>` type](/en-US/docs/Web/CSS/url_value)
6666
- [CSS at-rules](/en-US/docs/Web/CSS/CSS_syntax/At-rule)
67-
- [CSS at-rule functions](/en-US/docs/Web/CSS/At-rule-functions)
67+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)
6868
- [CSS selectors](/en-US/docs/Web/CSS/CSS_selectors)

files/en-us/web/css/css_syntax/at-rule/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Block at-rules end in a `{}`-block that contain nested rules, other at-rules, or
102102

103103
## See also
104104

105-
- [CSS at-rule functions](/en-US/docs/Web/CSS/At-rule-functions)
105+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)
106106
- [Nesting CSS at-rules](/en-US/docs/Web/CSS/CSS_nesting/Nesting_at-rules)
107107
- [CSS statements](/en-US/docs/Web/CSS/CSS_syntax/Syntax#css_statements)
108108
- [CSSRule](/en-US/docs/Web/API/CSSRule) interface

files/en-us/web/css/at-rule-functions/index.md renamed to files/en-us/web/css/css_syntax/at-rule_functions/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CSS at-rule functions
3-
slug: Web/CSS/At-rule-functions
3+
slug: Web/CSS/CSS_syntax/At-rule_functions
44
page-type: guide
55
---
66

@@ -54,3 +54,7 @@ The {{CSSxRef("@container")}} at-rule is used to specify styles for a containmen
5454

5555
- {{CSSxRef("@container", "@container style()")}}
5656
- : Defines the containment context style.
57+
58+
## See also
59+
60+
- [CSS syntax](/en-US/docs/Web/CSS/CSS_syntax) module

files/en-us/web/css/css_syntax/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ This module doesn't define any properties, [data types](/en-US/docs/Web/CSS/CSS_
102102

103103
## See also
104104

105+
- [CSS at-rule functions](/en-US/docs/Web/CSS/CSS_syntax/At-rule_functions)
105106
- [CSS selectors](/en-US/docs/Web/CSS/CSS_selectors) module
106107
- [CSS values and units](/en-US/docs/Web/CSS/CSS_Values_and_Units) module

0 commit comments

Comments
 (0)