Skip to content

Commit 85fccef

Browse files
chore(ia): Reorganize CSS pages - part 7 (moving modules under css/guides) (#41835)
* move css modules starting with letter A to css/guides/ * move css modules starting with letter B to css/guides/ * move css modules starting with letter C to css/guides/ * move css modules starting with letter D to css/guides/ * move css modules starting with letters E and F to css/guides/ * move css modules starting with letter G to css/guides/ * move css modules starting with letter I and L to css/guides/ * move css modules starting with letter M to css/guides/ * move css modules starting with letters N, O to css/guides/ * move css modules starting with letters P and R to css/guides/ * move css modules starting with letter S to css/guides/ * move css modules starting with letter T to css/guides/ * move css modules starting with letters V W to css/guides/ * some more slug updates to sync with short-titles * move animated properties into guides/animations * update page types * update sidebar and add short-titles * some more slug updates * updating the guides listing page * Update files/en-us/web/api/cssprimitivevalue/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/api/cssprimitivevalue/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * explain what modules are --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c0ec5c4 commit 85fccef

File tree

1,392 files changed

+5132
-4859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,392 files changed

+5132
-4859
lines changed

files/en-us/_redirects.txt

Lines changed: 615 additions & 343 deletions
Large diffs are not rendered by default.

files/en-us/_wikihistory.json

Lines changed: 244 additions & 244 deletions
Large diffs are not rendered by default.

files/en-us/games/techniques/audio_for_web_games/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Although mobile browsers can present problems, there are ways to work around the
5757

5858
### Audio sprites
5959

60-
Audio sprites borrow their name from [CSS sprites](/en-US/docs/Web/CSS/CSS_images/Implementing_image_sprites_in_CSS), which is a visual technique for using CSS with a single graphic resource to break it into a series of sprites. We can apply the same principle to audio so that rather than having a bunch of small audio files that take time to load and play, we have one larger audio file containing all the smaller audio snippets we need. To play a specific sound from the file, we just use the known start and stop times for each audio sprite.
60+
Audio sprites borrow their name from [CSS sprites](/en-US/docs/Web/CSS/Guides/Images/Implementing_image_sprites), which is a visual technique for using CSS with a single graphic resource to break it into a series of sprites. We can apply the same principle to audio so that rather than having a bunch of small audio files that take time to load and play, we have one larger audio file containing all the smaller audio snippets we need. To play a specific sound from the file, we just use the known start and stop times for each audio sprite.
6161

6262
The advantage is that we can prime one piece of audio and have our sprites ready to go. To do this we can just play and instantly pause the larger piece of audio. You'll also reduce the number of server requests and save bandwidth.
6363

files/en-us/glossary/alignment_container/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The **alignment container** is the rectangle that the {{glossary("alignment subj
99

1010
## See also
1111

12-
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module
12+
- [CSS box alignment](/en-US/docs/Web/CSS/Guides/Box_alignment) module
1313
- Properties reference
1414
- CSS {{CSSXref("align-content")}} property
1515
- CSS {{CSSXref("align-items")}} property

files/en-us/glossary/alignment_subject/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: glossary-definition
55
sidebar: glossarysidebar
66
---
77

8-
In [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) the **alignment subject** is the thing (or things) being aligned within the {{glossary("alignment container")}} by the property.
8+
In [CSS box alignment](/en-US/docs/Web/CSS/Guides/Box_alignment) the **alignment subject** is the thing (or things) being aligned within the {{glossary("alignment container")}} by the property.
99

1010
For {{cssxref("justify-self")}} and {{cssxref("align-self")}}, the alignment subject is the margin box of the box the property is set on, using the writing mode of that box. For {{cssxref("justify-content")}} and {{cssxref("align-content")}}, the writing mode of the box is also used.
1111

@@ -22,6 +22,6 @@ The definition of the alignment subject depends on the layout mode being used.
2222

2323
## See also
2424

25-
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module
25+
- [CSS box alignment](/en-US/docs/Web/CSS/Guides/Box_alignment) module
2626
- Related glossary terms:
2727
- {{Glossary("alignment container")}}

files/en-us/glossary/alpha/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As you can see, the color without an alpha channel completely blocks the backgro
1515

1616
## See also
1717

18-
- [CSS colors](/en-US/docs/Web/CSS/CSS_colors)
18+
- [CSS colors](/en-US/docs/Web/CSS/Guides/Colors)
1919
- [Learn: Values and units](/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units)
2020
- [Image file type and format guide](/en-US/docs/Web/Media/Guides/Formats/Image_types)
2121
- [Alpha compositing](https://en.wikipedia.org/wiki/Alpha_compositing) on Wikipedia

files/en-us/glossary/aspect_ratio/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ myTrack.applyConstraints(constraints);
4141
## See also
4242

4343
- CSS {{cssxref("aspect-ratio")}} property
44-
- [Understanding aspect ratios](/en-US/docs/Web/CSS/CSS_box_sizing/Understanding_aspect-ratio) guide
45-
- [CSS box sizing](/en-US/docs/Web/CSS/CSS_box_sizing) module
44+
- [Understanding aspect ratios](/en-US/docs/Web/CSS/Guides/Box_sizing/Aspect_ratios) guide
45+
- [CSS box sizing](/en-US/docs/Web/CSS/Guides/Box_sizing) module
4646
- Related glossary terms:
4747
- {{glossary("intrinsic size")}}
4848
- CSS {{cssxref("min-content")}}, {{cssxref("max-content")}}, and {{cssxref("fit-content")}} property values.

files/en-us/glossary/baseline/typography/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Other writing systems have different baselines. For example, Tibetan and similar
1313

1414
## See also
1515

16-
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment#types_of_alignment)
17-
- [CSS inline layout](/en-US/docs/Web/CSS/CSS_inline_layout) module
16+
- [CSS box alignment](/en-US/docs/Web/CSS/Guides/Box_alignment/Overview#types_of_alignment)
17+
- [CSS inline layout](/en-US/docs/Web/CSS/Guides/Inline_layout) module
1818
- [Baseline (Typography)](<https://en.wikipedia.org/wiki/Baseline_(typography)>) on Wikipedia

files/en-us/glossary/blink_element/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ While initially popular, `<blink>` became much maligned because of overuse; many
2727

2828
- The CSS {{cssxref("text-decoration-line")}} property has a `blink` value that should have the same effect, but most modern browsers ignore it.
2929
- The JavaScript {{jsxref("String.blink()")}} method wraps a text string in `<blink></blink>` tags but, as discussed earlier, this element is no longer supported anywhere.
30-
- [CSS animations](/en-US/docs/Web/CSS/CSS_animations) could still be used to create blinking text. However, you should avoid blinking text on web pages for the reasons discussed above.
30+
- [CSS animations](/en-US/docs/Web/CSS/Guides/Animations) could still be used to create blinking text. However, you should avoid blinking text on web pages for the reasons discussed above.
3131

3232
## See also
3333

files/en-us/glossary/block-level_content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ p {
4444

4545
- Related glossary terms:
4646
- {{glossary("Inline-level content")}}
47-
- [Block formatting context](/en-US/docs/Web/CSS/CSS_display/Block_formatting_context)
47+
- [Block formatting context](/en-US/docs/Web/CSS/Guides/Display/Block_formatting_context)
4848
- {{cssxref("display")}}
4949
- [`writing-mode`](/en-US/docs/Web/CSS/Reference/Properties/writing-mode)

0 commit comments

Comments
 (0)