Skip to content

Commit

Permalink
Run "yarn tool fix-flaws" on /web/css (part 4) (#27998)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 18, 2023
1 parent 573a1b0 commit fab1f9c
Show file tree
Hide file tree
Showing 80 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/margin-top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.margin-top

{{CSSRef}}

The **`margin-top`** [CSS](/en-US/docs/Web/CSS) property sets the [margin area](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model#margin_area) on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
The **`margin-top`** [CSS](/en-US/docs/Web/CSS) property sets the [margin area](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model#margin_area) on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

{{EmbedInteractiveExample("pages/css/margin-top.html")}}

Expand Down
8 changes: 4 additions & 4 deletions files/en-us/web/css/margin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.margin

{{CSSRef}}

The **`margin`** [CSS](/en-US/docs/Web/CSS) shorthand property sets the [margin area](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model#margin_area) on all four sides of an element.
The **`margin`** [CSS](/en-US/docs/Web/CSS) shorthand property sets the [margin area](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model#margin_area) on all four sides of an element.

{{EmbedInteractiveExample("pages/css/margin.html")}}

Expand Down Expand Up @@ -74,7 +74,7 @@ However, in older browsers like IE8-9 that do not support Flexible Box Layout, t

### Margin collapsing

Elements' top and bottom margins are sometimes collapsed into a single margin that is equal to the larger of the two margins. See [Mastering margin collapsing](/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing) for more information.
Elements' top and bottom margins are sometimes collapsed into a single margin that is equal to the larger of the two margins. See [Mastering margin collapsing](/en-US/docs/Web/CSS/CSS_box_model/Mastering_margin_collapsing) for more information.

## Formal definition

Expand Down Expand Up @@ -150,7 +150,7 @@ margin: auto; /* top and bottom: 0 margin */

## See also

- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model)
- [Margin collapsing](/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing)
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [Margin collapsing](/en-US/docs/Web/CSS/CSS_box_model/Mastering_margin_collapsing)
- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}}
- The mapped logical properties: {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} and the shorthands {{cssxref("margin-block")}} and {{cssxref("margin-inline")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/masonry-auto-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ browser-compat: css.properties.masonry-auto-flow

{{CSSRef}}{{SeeCompatTable}}

The **`masonry-auto-flow`** CSS property modifies how items are placed when using [masonry](/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout) in [CSS Grid Layout](/en-US/docs/Web/CSS/CSS_Grid_Layout).
The **`masonry-auto-flow`** CSS property modifies how items are placed when using [masonry](/en-US/docs/Web/CSS/CSS_grid_layout/Masonry_layout) in [CSS Grid Layout](/en-US/docs/Web/CSS/CSS_grid_layout).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/max-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ form {

## See also

- [The box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- [The box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- {{Cssxref("height")}}, {{Cssxref("min-height")}}
- The mapped logical properties: {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/max-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ In this example, the "child" will be either 150 pixels wide or the width of the

## See also

- [The box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- [The box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- {{cssxref("width")}}, {{cssxref("min-width")}}
- The mapped logical properties: {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/min-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ form {

## See also

- [The box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- [The box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model), {{cssxref("box-sizing")}}
- {{cssxref("height")}}, {{cssxref("max-height")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/min-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ form {
## See also

- {{Cssxref("width")}}, {{Cssxref("max-width")}}
- The [box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model), {{Cssxref("box-sizing")}}
- The [box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model), {{Cssxref("box-sizing")}}
6 changes: 3 additions & 3 deletions files/en-us/web/css/minmax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.grid-template-columns.minmax

{{CSSRef}}

The **`minmax()`** [CSS function](/en-US/docs/Web/CSS/CSS_Functions) defines a size range greater than or equal to _min_ and less than or equal to _max_. It is used with [CSS Grids](/en-US/docs/Web/CSS/CSS_Grid_Layout).
The **`minmax()`** [CSS function](/en-US/docs/Web/CSS/CSS_Functions) defines a size range greater than or equal to _min_ and less than or equal to _max_. It is used with [CSS Grids](/en-US/docs/Web/CSS/CSS_grid_layout).

{{EmbedInteractiveExample("pages/css/function-minmax.html")}}

Expand Down Expand Up @@ -121,6 +121,6 @@ If _max_ < _min_, then _max_ is ignored and `minmax(min,max)` is treated as _min

## See also

- Grid Layout Guide: _[Basic concepts of grid layout - track sizing with minmax()](/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#track_sizing_and_minmax)_
- [CSS grids, logical values and writing modes](/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Logical_Values_and_Writing_Modes)
- Grid Layout Guide: _[Basic concepts of grid layout - track sizing with minmax()](/en-US/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout#track_sizing_and_minmax)_
- [CSS grids, logical values and writing modes](/en-US/docs/Web/CSS/CSS_grid_layout/Grids_logical_values_and_writing_modes)
- Video tutorial: _[Introducing minmax()](https://gridbyexample.com/video/series-minmax/)_
2 changes: 1 addition & 1 deletion files/en-us/web/css/namespace_separator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ The selector with no namespace, the `|a`, matched the JavaScript defined and app
- [`Element.namespaceURI`](/en-US/docs/Web/API/Element/namespaceURI) property
- [CSS type selector](/en-US/docs/Web/CSS/Type_selectors)
- [CSS universal selector](/en-US/docs/Web/CSS/Universal_selectors)
- [CSS selector module](/en-US/docs/Web/CSS/CSS_selectors)
- [CSS selector module](/en-US/docs/Web/CSS/CSS_Selectors)
2 changes: 1 addition & 1 deletion files/en-us/web/css/offset-path/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ offset-path: unset;
- `url()`
- : References the ID of an SVG shape — `circle`, `ellipse`, `line`, `path`, `polygon`, `polyline`, or `rect` — using the shape's geometry as the path.
- `<basic-shape>`
- : Specifies a [CSS shape](/en-US/docs/Web/CSS/CSS_Shapes/Basic_Shapes) by using one of the shape functions such as [`circle()`](/en-US/docs/Web/CSS/basic-shape/circle), [`ellipse()`](/en-US/docs/Web/CSS/basic-shape/ellipse), [`inset()`](/en-US/docs/Web/CSS/basic-shape/inset), [`polygon()`](/en-US/docs/Web/CSS/basic-shape/polygon), or {{cssxref("path","path()")}}.
- : Specifies a [CSS shape](/en-US/docs/Web/CSS/CSS_shapes/Basic_shapes) by using one of the shape functions such as [`circle()`](/en-US/docs/Web/CSS/basic-shape/circle), [`ellipse()`](/en-US/docs/Web/CSS/basic-shape/ellipse), [`inset()`](/en-US/docs/Web/CSS/basic-shape/inset), [`polygon()`](/en-US/docs/Web/CSS/basic-shape/polygon), or {{cssxref("path","path()")}}.
- `none`
- : Specifies no motion path at all.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/opacity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ opacity: unset;

`opacity` applies to the element as a whole, including its contents, even though the value is not inherited by child elements. Thus, the element and its children all have the same opacity relative to the element's background, even if they have different opacities relative to one another.

Using `opacity` with a value other than `1` places the element in a new [stacking context](/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context).
Using `opacity` with a value other than `1` places the element in a new [stacking context](/en-US/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context).

To change the opacity of a background only, use the {{cssxref("background")}} property with a {{cssxref("color_value", "color value")}} that allows for an alpha channel. For example:

Expand Down
6 changes: 3 additions & 3 deletions files/en-us/web/css/order/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ main > aside {

## See also

- CSS Flexbox Guide: _[Basic Concepts of Flexbox](/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox)_
- CSS Flexbox Guide: _[Ordering flex items](/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items)_
- CSS Grid Guide: _[CSS Grid Layout and accessibility](/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility)_
- CSS Flexbox Guide: _[Basic Concepts of Flexbox](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox)_
- CSS Flexbox Guide: _[Ordering flex items](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Ordering_flex_items)_
- CSS Grid Guide: _[CSS Grid Layout and accessibility](/en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_and_accessibility)_
2 changes: 1 addition & 1 deletion files/en-us/web/css/outline-color/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ p {
- {{cssxref("outline-width")}}
- The {{cssxref("&lt;color&gt;")}} data type
- Other color-related properties: {{cssxref("color")}}, {{cssxref("background-color")}}, {{cssxref("border-color")}}, {{cssxref("text-decoration-color")}}, {{cssxref("text-emphasis-color")}}, {{cssxref("text-shadow")}}, {{cssxref("caret-color")}}, and {{cssxref("column-rule-color")}}
- [Applying color to HTML elements using CSS](/en-US/docs/Web/CSS/CSS_Colors/Applying_color)
- [Applying color to HTML elements using CSS](/en-US/docs/Web/CSS/CSS_colors/Applying_color)
8 changes: 4 additions & 4 deletions files/en-us/web/css/overflow-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ div {
## See also

- {{cssxref("text-overflow")}}, {{cssxref("white-space")}}, {{Cssxref("overflow")}}, {{Cssxref("overflow-inline")}}, {{Cssxref("overflow-x")}}, {{Cssxref("overflow-y")}}, {{Cssxref("clip")}}, {{Cssxref("display")}}
- [CSS logical properties](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow) module
- [CSS scrollbars style](/en-US/docs/Web/CSS/CSS_Scrollbars) module
- [CSS writing modes](/en-US/docs/Web/CSS/CSS_Writing_Modes)
- [CSS logical properties](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [CSS scrollbars style](/en-US/docs/Web/CSS/CSS_scrollbars_styling) module
- [CSS writing modes](/en-US/docs/Web/CSS/CSS_writing_modes)
- [CSS building blocks: Overflowing content](/en-US/docs/Learn/CSS/Building_blocks/Overflowing_content)
6 changes: 3 additions & 3 deletions files/en-us/web/css/overflow-inline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ div {
## See also

- {{cssxref("clip")}}, {{cssxref("display")}}, {{cssxref("overflow")}}, {{cssxref("overflow-block")}}, {{cssxref("overflow-clip-margin")}}, {{cssxref("overflow-x")}}, {{cssxref("overflow-y")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow) module
- [CSS logical properties](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS writing modes](/en-US/docs/Web/CSS/CSS_Writing_Modes)
- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [CSS logical properties](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- [CSS writing modes](/en-US/docs/Web/CSS/CSS_writing_modes)
- [CSS building blocks: Overflowing content](/en-US/docs/Learn/CSS/Building_blocks/Overflowing_content)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow-wrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ p {
- {{cssxref("word-break")}}
- {{cssxref("hyphens")}}
- {{cssxref("text-overflow")}}
- [Guide to wrapping and breaking text](/en-US/docs/Web/CSS/CSS_Text/Wrapping_Text)
- [Guide to wrapping and breaking text](/en-US/docs/Web/CSS/CSS_text/Wrapping_breaking_text)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow-x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ If {{cssxref("overflow-y")}} is `hidden`, `scroll`, or `auto`, and the `overflow
## See also

- {{Cssxref("clip")}}, {{Cssxref("display")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow) module
- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [CSS building blocks: Overflowing content](/en-US/docs/Learn/CSS/Building_blocks/Overflowing_content)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow-y/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ div {
## See also

- {{Cssxref("clip")}}, {{Cssxref("display")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow) module
- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [CSS building blocks: Overflowing content](/en-US/docs/Learn/CSS/Building_blocks/Overflowing_content)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ As a developer, to allow non-Firefox keyboard-only users to scroll the container
- {{Cssxref("overflow-x")}}, {{Cssxref("overflow-y")}}
- {{Cssxref("overflow-block")}}, {{Cssxref("overflow-clip-margin")}}, {{Cssxref("overflow-inline")}}
- {{Cssxref("clip")}}, {{Cssxref("display")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow)
- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow)
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (2022)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow_value/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ To see the effect of keyboard focus on overflow and scroll behaviors, try tabbin
## See also

- Properties that use this data type: {{cssxref("overflow-x")}}, {{cssxref("overflow-y")}}, {{cssxref("overflow-inline")}}, {{cssxref("overflow-block")}} and {{cssxref("overflow")}}
- [CSS overflow module](/en-US/docs/Web/CSS/CSS_Overflow)
- [CSS overflow module](/en-US/docs/Web/CSS/CSS_overflow)
2 changes: 1 addition & 1 deletion files/en-us/web/css/padding-block-end/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
4 changes: 2 additions & 2 deletions files/en-us/web/css/padding-block-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ padding-block-start: unset;
- {{cssxref("&lt;length&gt;")}}
- : The size of the padding as a fixed value. Must be nonnegative.
- {{cssxref("&lt;percentage&gt;")}}
- : The size of the padding as a percentage, relative to the [inline-size](/en-US/docs/Web/CSS/CSS_Flow_Layout/Block_and_Inline_Layout_in_Normal_Flow) (_width_ in a horizontal language) of the [containing block](/en-US/docs/Web/CSS/Containing_block). Must be nonnegative.
- : The size of the padding as a percentage, relative to the [inline-size](/en-US/docs/Web/CSS/CSS_flow_layout/Block_and_inline_layout_in_normal_flow) (_width_ in a horizontal language) of the [containing block](/en-US/docs/Web/CSS/Containing_block). Must be nonnegative.

## Description

Expand Down Expand Up @@ -92,6 +92,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/padding-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
4 changes: 2 additions & 2 deletions files/en-us/web/css/padding-bottom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.padding-bottom

{{CSSRef}}

The **`padding-bottom`** [CSS](/en-US/docs/Web/CSS) property sets the height of the [padding area](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model#padding_area) on the bottom of an element.
The **`padding-bottom`** [CSS](/en-US/docs/Web/CSS) property sets the height of the [padding area](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model#padding_area) on the bottom of an element.

{{EmbedInteractiveExample("pages/css/padding-bottom.html")}}

Expand Down Expand Up @@ -76,6 +76,6 @@ The `padding-bottom` property is specified as a single value chosen from the lis

## See also

- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model)
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-left")}} and the {{cssxref("padding")}} shorthand
- The mapped logical properties: {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}} and the shorthands {{cssxref("padding-block")}} and {{cssxref("padding-inline")}}
4 changes: 2 additions & 2 deletions files/en-us/web/css/padding-inline-end/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ padding-inline-end: unset;
- {{cssxref("&lt;length&gt;")}}
- : The size of the padding as a fixed value. Must be nonnegative.
- {{cssxref("&lt;percentage&gt;")}}
- : The size of the padding as a percentage, relative to the [inline-size](/en-US/docs/Web/CSS/CSS_Flow_Layout/Block_and_Inline_Layout_in_Normal_Flow) (_width_ in a horizontal language) of the [containing block](/en-US/docs/Web/CSS/Containing_block). Must be nonnegative.
- : The size of the padding as a percentage, relative to the [inline-size](/en-US/docs/Web/CSS/CSS_flow_layout/Block_and_inline_layout_in_normal_flow) (_width_ in a horizontal language) of the [containing block](/en-US/docs/Web/CSS/Containing_block). Must be nonnegative.

## Description

Expand Down Expand Up @@ -92,6 +92,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/padding-inline-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
2 changes: 1 addition & 1 deletion files/en-us/web/css/padding-inline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ div {

## See also

- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_Logical_Properties)
- [CSS Logical Properties and Values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
- The mapped physical properties: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
Loading

0 comments on commit fab1f9c

Please sign in to comment.