diff --git a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_function_page_template/index.md b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_function_page_template/index.md index 95b4399392b8aa7..69b8027699d2b68 100644 --- a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_function_page_template/index.md +++ b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_function_page_template/index.md @@ -142,6 +142,10 @@ Not all functions have formal syntax: if a function doesn't, omit this whole sec _To use this macro, remove the backticks and backslash in the markdown file._ +## Accessibility + +This is an optional section. Include accessibility guidelines, best practices, and potential concerns that developers should be aware of while using this property. You can also include workarounds or solutions where applicable. + ## Examples Note that we use the plural "Examples" even if the page only contains one example. @@ -181,10 +185,6 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P > For examples of this function, see [the page on basic-shape](https://example.org). > ``` -## Accessibility concerns - -This is an optional section. You can include any warnings here for accessibility concerns that developers should be aware of while using this function. You can also include workarounds for these accessibility concerns if there are any. - ## Specifications `\{{Specifications}}` diff --git a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_property_page_template/index.md b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_property_page_template/index.md index 17733cf9b542256..ece9b7d27a87f0e 100644 --- a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_property_page_template/index.md +++ b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_property_page_template/index.md @@ -125,6 +125,10 @@ _To use this macro, remove the backticks and backslash in the markdown file._ _To use this macro, remove the backticks and backslash in the markdown file._ +## Accessibility + +This is an optional section. Include accessibility guidelines, best practices, and potential concerns that developers should be aware of while using this property. You can also include workarounds or solutions where applicable. + ## Examples Note that we use the plural "Examples" even if the page only contains one example. @@ -164,10 +168,6 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P > For examples of this API, see [the page on fetch()](https://example.org). > ``` -## Accessibility concerns - -This is an optional section. You can include any warnings here for accessibility concerns that developers should be aware of while using this property. You can also include workarounds for these accessibility concerns if there are any. - ## Specifications `\{{Specifications}}` diff --git a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_selector_page_template/index.md b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_selector_page_template/index.md index 6bb43b003143a5b..dd36fcb25ba333c 100644 --- a/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_selector_page_template/index.md +++ b/files/en-us/mdn/writing_guidelines/page_structures/page_types/css_selector_page_template/index.md @@ -92,6 +92,10 @@ The summary paragraph — start by naming the selector and saying what it does. _To use this macro, remove the backticks and backslash in the markdown file._ +## Accessibility + +This is an optional section. Include accessibility guidelines, best practices, and potential concerns that developers should be aware of while using this property. You can also include workarounds or solutions where applicable. + ## Examples Note that we use the plural "Examples" even if the page only contains one example. @@ -131,11 +135,6 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P > For examples of this API, see [the page on fetch()](https://example.org). > ``` -## Accessibility concerns - -Optionally, warn of any potential accessibility concerns with using this selector and how to work around them. -Remove this section if there is no list. - ## Specifications `\{{Specifications}}`