Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Oct 8, 2024
1 parent af0c177 commit d25d3fa
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 30 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ div {
- {{cssxref("anchor-size()")}}
- {{cssxref("clamp", "clamp()")}}
- {{cssxref("clamp", "minmax()")}}
- [The 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)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
10 changes: 6 additions & 4 deletions files/en-us/web/css/inset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ browser-compat: css.properties.inset

The **`inset`** [CSS](/en-US/docs/Web/CSS) property is a shorthand that corresponds to the {{cssxref("top")}}, {{cssxref("right")}}, {{cssxref("bottom")}}, and/or {{cssxref("left")}} properties. It has the same multi-value syntax of the {{cssxref("margin")}} shorthand.

This {{glossary("inset properties", "inset property")}} has no effect on non-positioned elements.
This {{glossary("inset properties")}}, including `inset`, have no effect on non-positioned elements.

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

Expand Down Expand Up @@ -105,6 +105,8 @@ div {

## See also

- The longhand box offset properties: {{cssxref("top")}}, {{cssxref("right")}}, {{cssxref("bottom")}}, and {{cssxref("left")}}.
- The mapped logical shorthands: {{cssxref("inset-block")}} and {{cssxref("inset-inline")}}
- The {{cssxref("margin")}} shorthand multi-value syntax.
- {{cssxref("top")}}, {{cssxref("right")}}, {{cssxref("bottom")}}, and {{cssxref("left")}}.
- {{cssxref("inset-block")}} and {{cssxref("inset-inline")}}
- {{cssxref("position")}}
- [CSS positioned layout](/en-US/docs/Web/CSS/CSS_positioned_layout) module
- [CSS logical properties and values](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
6 changes: 4 additions & 2 deletions files/en-us/web/css/margin-left/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,7 @@ Percentage values for `margin-left` are relative to the container's inline size.

## See also

- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, and {{cssxref("margin-bottom")}} and the {{cssxref("margin")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} and the {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, and {{cssxref("margin-bottom")}}
- {{cssxref("margin")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}}
- {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
6 changes: 4 additions & 2 deletions files/en-us/web/css/margin-right/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,7 @@ The `margin-right` property is specified as the keyword `auto`, or a `<length>`,

## See also

- {{cssxref("margin-top")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}} and the {{cssxref("margin")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} and the {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
- {{cssxref("margin-top")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}}
- {{cssxref("margin")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}}
- {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
4 changes: 2 additions & 2 deletions files/en-us/web/css/margin-top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ The `margin-top` property is specified as the keyword `auto`, or a `<length>`, o

- {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}}
- {{cssxref("margin")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, and the {{cssxref("margin-block")}} shorthand
- {{cssxref("margin-inline-start")}}, {{cssxref("margin-inline-end")}}, and the {{cssxref("margin-inline")}} shorthand
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}}
- {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
2 changes: 1 addition & 1 deletion files/en-us/web/css/margin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ margin: auto; /* top and bottom: 0 margin */
- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}}
- {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}}
- {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands
- [Mastering 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)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
9 changes: 6 additions & 3 deletions files/en-us/web/css/max-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ form {

## See also

- {{Cssxref("height")}}, {{Cssxref("min-height")}}
- {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}}
- {{Cssxref("min-height")}}
- {{Cssxref("height")}}
- {{cssxref("max-inline-size")}}
- {{cssxref("max-block-size")}}
- {{cssxref("box-sizing")}}
- [The CSS 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)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
9 changes: 6 additions & 3 deletions files/en-us/web/css/max-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ In this example, the "child" will be either 150 pixels wide or the width of the

## See also

- {{Cssxref("min-width")}}
- {{Cssxref("width")}}
- {{cssxref("max-inline-size")}}
- {{cssxref("max-block-size")}}
- {{cssxref("box-sizing")}}
- {{cssxref("width")}}, {{cssxref("min-width")}}
- {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}}
- [The CSS 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)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
9 changes: 7 additions & 2 deletions files/en-us/web/css/min-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,10 @@ form {

## See also

- [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")}}
- {{Cssxref("max-height")}}
- {{Cssxref("height")}}
- {{cssxref("min-inline-size")}}
- {{cssxref("min-block-size")}}
- {{cssxref("box-sizing")}}
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
9 changes: 7 additions & 2 deletions files/en-us/web/css/min-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@ 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")}}
- {{Cssxref("max-width")}}
- {{Cssxref("width")}}
- {{cssxref("min-inline-size")}}
- {{cssxref("min-block-size")}}
- {{cssxref("box-sizing")}}
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
2 changes: 1 addition & 1 deletion files/en-us/web/css/overscroll-behavior-x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ main > div {

## See also

- {{cssxref("overscroll-behavior-x")}}
- {{cssxref("overscroll-behavior")}}
- {{cssxref("overscroll-behavior-y")}}
- {{cssxref("overscroll-behavior-inline")}}
- {{cssxref("overscroll-behavior-block")}}
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/css/padding-bottom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ 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)
- {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, and {{cssxref("padding-left")}}
- {{cssxref("padding")}} shorthand
- {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}}
- {{cssxref("padding-block")}} and {{cssxref("padding-inline")}} shorthands
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
3 changes: 2 additions & 1 deletion files/en-us/web/css/padding-left/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ The `padding-left` property is specified as a single value chosen from the list

## See also

- [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")}}, and {{cssxref("padding-bottom")}}
- {{cssxref("padding")}} shorthand
- {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}}
- {{cssxref("padding-block")}} and {{cssxref("padding-inline")}} shorthands
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
3 changes: 2 additions & 1 deletion files/en-us/web/css/padding-right/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ The `padding-right` property is specified as a single value chosen from the list

## See also

- [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-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("padding")}} shorthand
- {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}}
- {{cssxref("padding-block")}} and {{cssxref("padding-inline")}} shorthands
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
3 changes: 2 additions & 1 deletion files/en-us/web/css/padding-top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ The `padding-top` property is specified as a single value chosen from the list b

## See also

- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{cssxref("padding-left")}}
- {{cssxref("padding")}} shorthand
- {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}}
- {{cssxref("padding-block")}} and {{cssxref("padding-inline")}} shorthands
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
5 changes: 3 additions & 2 deletions files/en-us/web/css/padding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ padding: 1em 3px 30px 5px; /* top: 1em padding */

## See also

- [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-bottom")}}, and {{cssxref("padding-left")}}.
- {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}
- {{cssxref("padding-block-start")}}, {{cssxref("padding-block-end")}}, {{cssxref("padding-inline-start")}}, and {{cssxref("padding-inline-end")}}
- {{cssxref("padding-block")}} and {{cssxref("padding-inline")}} shorthands
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
1 change: 1 addition & 0 deletions files/en-us/web/css/right/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ div {
- {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}}
- {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} shorthands
- {{cssxref("position")}}
- [CSS positioned layout](/en-US/docs/Web/CSS/CSS_positioned_layout) module
1 change: 1 addition & 0 deletions files/en-us/web/css/top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ div {
- {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}}
- {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} shorthands
- {{cssxref("position")}}
- [CSS positioned layout](/en-US/docs/Web/CSS/CSS_positioned_layout) module
3 changes: 2 additions & 1 deletion files/en-us/web/css/width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,10 @@ p.minblue {

## See also

- [The box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- {{cssxref("height")}}
- {{cssxref("box-sizing")}}
- {{cssxref("min-width")}}, {{cssxref("max-width")}}
- {{cssxref("block-size")}}, {{cssxref("inline-size")}}
- {{cssxref("anchor-size()")}}
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module

0 comments on commit d25d3fa

Please sign in to comment.