From 9a3940b0231838338f65ae1c37d5b874439a3d43 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 8 Oct 2024 11:16:05 -0700 Subject: [PATCH] See also: remove text, add modules (#36240) * See also: remove text, add modules * See also: remove text, add modules * edits * Update files/en-us/web/css/inset/index.md * add link to box model module --------- Co-authored-by: Dipika Bhattacharya --- files/en-us/web/css/bottom/index.md | 7 +++++-- files/en-us/web/css/height/index.md | 5 +++-- files/en-us/web/css/inset/index.md | 10 ++++++---- files/en-us/web/css/left/index.md | 7 +++++-- files/en-us/web/css/margin-bottom/index.md | 7 +++++-- files/en-us/web/css/margin-left/index.md | 7 +++++-- files/en-us/web/css/margin-right/index.md | 7 +++++-- files/en-us/web/css/margin-top/index.md | 7 +++++-- files/en-us/web/css/margin/index.md | 8 +++++--- files/en-us/web/css/max-height/index.md | 10 +++++++--- files/en-us/web/css/max-width/index.md | 10 +++++++--- files/en-us/web/css/min-height/index.md | 9 +++++++-- files/en-us/web/css/min-width/index.md | 9 +++++++-- files/en-us/web/css/overscroll-behavior-block/index.md | 6 +++++- .../en-us/web/css/overscroll-behavior-inline/index.md | 6 +++++- files/en-us/web/css/overscroll-behavior-x/index.md | 7 +++++-- files/en-us/web/css/overscroll-behavior-y/index.md | 7 +++++-- files/en-us/web/css/overscroll-behavior/index.md | 1 + files/en-us/web/css/padding-bottom/index.md | 7 +++++-- files/en-us/web/css/padding-left/index.md | 7 +++++-- files/en-us/web/css/padding-right/index.md | 7 +++++-- files/en-us/web/css/padding-top/index.md | 7 +++++-- files/en-us/web/css/padding/index.md | 6 ++++-- files/en-us/web/css/right/index.md | 7 +++++-- files/en-us/web/css/top/index.md | 7 +++++-- files/en-us/web/css/width/index.md | 5 +++-- 26 files changed, 130 insertions(+), 53 deletions(-) diff --git a/files/en-us/web/css/bottom/index.md b/files/en-us/web/css/bottom/index.md index 338a7b9779b44d5..06479edfa3031d5 100644 --- a/files/en-us/web/css/bottom/index.md +++ b/files/en-us/web/css/bottom/index.md @@ -132,6 +132,9 @@ div { ## See also -- {{cssxref("inset")}} shorthand related properties: {{cssxref("top")}}, {{cssxref("left")}}, and {{cssxref("right")}} -- The mapped logical properties: {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}} and the shorthands {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} +- {{cssxref("top")}}, {{cssxref("left")}}, and {{cssxref("right")}} +- {{cssxref("inset")}} shorthand +- {{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 diff --git a/files/en-us/web/css/height/index.md b/files/en-us/web/css/height/index.md index 4a3e31925a90415..ebc914c0704394c 100644 --- a/files/en-us/web/css/height/index.md +++ b/files/en-us/web/css/height/index.md @@ -140,11 +140,12 @@ div { ## See also -- [The box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model) - {{cssxref("width")}} - {{cssxref("box-sizing")}} - {{cssxref("min-height")}}, {{cssxref("max-height")}} -- The mapped logical properties: {{cssxref("block-size")}}, {{cssxref("inline-size")}} +- {{cssxref("block-size")}}, {{cssxref("inline-size")}} - {{cssxref("anchor-size()")}} - {{cssxref("clamp", "clamp()")}} - {{cssxref("clamp", "minmax()")}} +- [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 diff --git a/files/en-us/web/css/inset/index.md b/files/en-us/web/css/inset/index.md index e0dca68b2b5eb55..20067a196b56b32 100644 --- a/files/en-us/web/css/inset/index.md +++ b/files/en-us/web/css/inset/index.md @@ -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")}} @@ -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) diff --git a/files/en-us/web/css/left/index.md b/files/en-us/web/css/left/index.md index 24ec8cae331cabe..e172b6546b58b2f 100644 --- a/files/en-us/web/css/left/index.md +++ b/files/en-us/web/css/left/index.md @@ -208,6 +208,9 @@ pre { ## See also -- {{cssxref("inset")}}, the shorthand for all related properties: {{cssxref("top")}}, {{cssxref("bottom")}}, and {{cssxref("right")}} -- The mapped logical properties: {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}} and the shorthands {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} +- {{cssxref("top")}}, {{cssxref("bottom")}}, and {{cssxref("right")}} +- {{cssxref("inset")}} shorthand +- {{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 diff --git a/files/en-us/web/css/margin-bottom/index.md b/files/en-us/web/css/margin-bottom/index.md index 065eff2be2ccdce..b2e278f090a8cdd 100644 --- a/files/en-us/web/css/margin-bottom/index.md +++ b/files/en-us/web/css/margin-bottom/index.md @@ -115,5 +115,8 @@ div { ## See also -- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, and {{cssxref("margin-left")}} and the {{cssxref("margin")}} shorthand -- 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")}} +- {{cssxref("margin-top")}}, {{cssxref("margin-right")}}, 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 +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin-left/index.md b/files/en-us/web/css/margin-left/index.md index 23d61c605d2976c..fe3ebda0d85dc2e 100644 --- a/files/en-us/web/css/margin-left/index.md +++ b/files/en-us/web/css/margin-left/index.md @@ -190,5 +190,8 @@ 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 -- 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")}} +- {{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 +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin-right/index.md b/files/en-us/web/css/margin-right/index.md index 9aeb956638931ab..3aefcb511a7215c 100644 --- a/files/en-us/web/css/margin-right/index.md +++ b/files/en-us/web/css/margin-right/index.md @@ -169,5 +169,8 @@ The `margin-right` property is specified as the keyword `auto`, or a ``, ## See also -- {{cssxref("margin-top")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}} and the {{cssxref("margin")}} shorthand -- 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")}} +- {{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 +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin-top/index.md b/files/en-us/web/css/margin-top/index.md index 37a913c170d949d..9d911da49121a7f 100644 --- a/files/en-us/web/css/margin-top/index.md +++ b/files/en-us/web/css/margin-top/index.md @@ -80,5 +80,8 @@ The `margin-top` property is specified as the keyword `auto`, or a ``, o ## See also -- {{cssxref("margin-right")}}, {{cssxref("margin-bottom")}}, and {{cssxref("margin-left")}} and the {{cssxref("margin")}} shorthand -- 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")}} +- {{cssxref("margin-right")}}, {{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 +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin/index.md b/files/en-us/web/css/margin/index.md index 3305e9d3741e0c9..2fa422e3d29b545 100644 --- a/files/en-us/web/css/margin/index.md +++ b/files/en-us/web/css/margin/index.md @@ -150,7 +150,9 @@ 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) - {{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")}} +- {{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) +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/max-height/index.md b/files/en-us/web/css/max-height/index.md index a97cccb6bc46191..cc0fd0a6a019c1b 100644 --- a/files/en-us/web/css/max-height/index.md +++ b/files/en-us/web/css/max-height/index.md @@ -102,6 +102,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("min-height")}} -- The mapped logical properties: {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}} +- {{Cssxref("min-height")}} +- {{Cssxref("height")}} +- {{cssxref("max-inline-size")}} +- {{cssxref("max-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 diff --git a/files/en-us/web/css/max-width/index.md b/files/en-us/web/css/max-width/index.md index 8be262fd0bf4c42..7dd5b41544d0b63 100644 --- a/files/en-us/web/css/max-width/index.md +++ b/files/en-us/web/css/max-width/index.md @@ -123,6 +123,10 @@ 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")}} -- {{cssxref("width")}}, {{cssxref("min-width")}} -- The mapped logical properties: {{cssxref("max-inline-size")}}, {{cssxref("max-block-size")}} +- {{Cssxref("min-width")}} +- {{Cssxref("width")}} +- {{cssxref("max-inline-size")}} +- {{cssxref("max-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 diff --git a/files/en-us/web/css/min-height/index.md b/files/en-us/web/css/min-height/index.md index 3644ead4827b4da..981ffd345fde755 100644 --- a/files/en-us/web/css/min-height/index.md +++ b/files/en-us/web/css/min-height/index.md @@ -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 diff --git a/files/en-us/web/css/min-width/index.md b/files/en-us/web/css/min-width/index.md index 33d1faab6134401..c6e7181db8828f4 100644 --- a/files/en-us/web/css/min-width/index.md +++ b/files/en-us/web/css/min-width/index.md @@ -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 diff --git a/files/en-us/web/css/overscroll-behavior-block/index.md b/files/en-us/web/css/overscroll-behavior-block/index.md index f0e49fb29fab06b..0b62ca7e7b62dee 100644 --- a/files/en-us/web/css/overscroll-behavior-block/index.md +++ b/files/en-us/web/css/overscroll-behavior-block/index.md @@ -132,4 +132,8 @@ p { ## See also -- [Take control of your scroll: customizing pull-to-refresh and overflow effects](https://developer.chrome.com/blog/overscroll-behavior/#full-demo) +- {{cssxref("overscroll-behavior")}} +- {{cssxref("overscroll-behavior-x")}} +- {{cssxref("overscroll-behavior-y")}} +- {{cssxref("overscroll-behavior-inline")}} +- [CSS overscroll behavior](/en-US/docs/Web/CSS/CSS_overscroll_behavior) module diff --git a/files/en-us/web/css/overscroll-behavior-inline/index.md b/files/en-us/web/css/overscroll-behavior-inline/index.md index 72c8d5c514eecfd..9763bf6020e1ba9 100644 --- a/files/en-us/web/css/overscroll-behavior-inline/index.md +++ b/files/en-us/web/css/overscroll-behavior-inline/index.md @@ -132,4 +132,8 @@ p { ## See also -- [Take control of your scroll: customizing pull-to-refresh and overflow effects](https://developer.chrome.com/blog/overscroll-behavior/#demo) +- {{cssxref("overscroll-behavior")}} +- {{cssxref("overscroll-behavior-x")}} +- {{cssxref("overscroll-behavior-y")}} +- {{cssxref("overscroll-behavior-block")}} +- [CSS overscroll behavior](/en-US/docs/Web/CSS/CSS_overscroll_behavior) module diff --git a/files/en-us/web/css/overscroll-behavior-x/index.md b/files/en-us/web/css/overscroll-behavior-x/index.md index 28ab7ac98a6d81a..586fd9dc5601dd2 100644 --- a/files/en-us/web/css/overscroll-behavior-x/index.md +++ b/files/en-us/web/css/overscroll-behavior-x/index.md @@ -76,5 +76,8 @@ main > div { ## See also -- [Take control of your scroll: customizing pull-to-refresh and overflow effects](https://developer.chrome.com/blog/overscroll-behavior/#full-demo) -- The mapped logical properties: {{cssxref("overscroll-behavior-inline")}}, {{cssxref("overscroll-behavior-block")}} +- {{cssxref("overscroll-behavior")}} +- {{cssxref("overscroll-behavior-y")}} +- {{cssxref("overscroll-behavior-inline")}} +- {{cssxref("overscroll-behavior-block")}} +- [CSS overscroll behavior](/en-US/docs/Web/CSS/CSS_overscroll_behavior) module diff --git a/files/en-us/web/css/overscroll-behavior-y/index.md b/files/en-us/web/css/overscroll-behavior-y/index.md index 50cea7fa459bc0c..ee37f268a6f759a 100644 --- a/files/en-us/web/css/overscroll-behavior-y/index.md +++ b/files/en-us/web/css/overscroll-behavior-y/index.md @@ -70,5 +70,8 @@ See {{cssxref("overscroll-behavior")}} for a full example and explanation. ## See also -- [Take control of your scroll: customizing pull-to-refresh and overflow effects](https://developer.chrome.com/blog/overscroll-behavior/#demo) -- The mapped logical properties: {{cssxref("overscroll-behavior-inline")}}, {{cssxref("overscroll-behavior-block")}} +- {{cssxref("overscroll-behavior")}} +- {{cssxref("overscroll-behavior-x")}} +- {{cssxref("overscroll-behavior-inline")}} +- {{cssxref("overscroll-behavior-block")}} +- [CSS overscroll behavior](/en-US/docs/Web/CSS/CSS_overscroll_behavior) module diff --git a/files/en-us/web/css/overscroll-behavior/index.md b/files/en-us/web/css/overscroll-behavior/index.md index 5a245d505b4972c..6add63d61e30b5e 100644 --- a/files/en-us/web/css/overscroll-behavior/index.md +++ b/files/en-us/web/css/overscroll-behavior/index.md @@ -103,4 +103,5 @@ html { ## See also +- [CSS overscroll behavior](/en-US/docs/Web/CSS/CSS_overscroll_behavior) module - [Take control of your scroll: customizing pull-to-refresh and overflow effects](https://developer.chrome.com/blog/overscroll-behavior) on developer.chrome.com (2017) diff --git a/files/en-us/web/css/padding-bottom/index.md b/files/en-us/web/css/padding-bottom/index.md index 24c023c55e400c9..3e3b640ffedcbdd 100644 --- a/files/en-us/web/css/padding-bottom/index.md +++ b/files/en-us/web/css/padding-bottom/index.md @@ -77,6 +77,9 @@ The `padding-bottom` property is specified as a single value chosen from the lis ## See also +- {{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) -- {{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")}} +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/padding-left/index.md b/files/en-us/web/css/padding-left/index.md index 60aaf5b2b4aa4c8..0ec43dd48b8b7df 100644 --- a/files/en-us/web/css/padding-left/index.md +++ b/files/en-us/web/css/padding-left/index.md @@ -75,6 +75,9 @@ The `padding-left` property is specified as a single value chosen from the list ## See also +- {{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) -- {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}} 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")}} +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/padding-right/index.md b/files/en-us/web/css/padding-right/index.md index 8c8b3a535dd3d31..0e3bf6a0f681263 100644 --- a/files/en-us/web/css/padding-right/index.md +++ b/files/en-us/web/css/padding-right/index.md @@ -75,6 +75,9 @@ The `padding-right` property is specified as a single value chosen from the list ## See also +- {{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) -- {{cssxref("padding-top")}}, {{cssxref("padding-bottom")}}, {{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")}} +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/padding-top/index.md b/files/en-us/web/css/padding-top/index.md index 0bfe94cb92556fa..399e22f9ce1c759 100644 --- a/files/en-us/web/css/padding-top/index.md +++ b/files/en-us/web/css/padding-top/index.md @@ -77,6 +77,9 @@ The `padding-top` property is specified as a single value chosen from the list b ## See also +- {{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) -- {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, {{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")}} +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/padding/index.md b/files/en-us/web/css/padding/index.md index 6b85178de49f1ac..8e2c3b8afaf5f8f 100644 --- a/files/en-us/web/css/padding/index.md +++ b/files/en-us/web/css/padding/index.md @@ -129,6 +129,8 @@ padding: 1em 3px 30px 5px; /* top: 1em padding */ ## See also +- {{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) -- {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, {{cssxref("padding-bottom")}}, and {{cssxref("padding-left")}}. -- 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")}} +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/right/index.md b/files/en-us/web/css/right/index.md index 48c0b12c1cd1540..9d0cb218fa65ad9 100644 --- a/files/en-us/web/css/right/index.md +++ b/files/en-us/web/css/right/index.md @@ -167,6 +167,9 @@ div { ## See also -- {{cssxref("inset")}}, the shorthand for all related properties: {{cssxref("top")}}, {{cssxref("bottom")}}, and {{cssxref("left")}} -- The mapped logical properties: {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}} and the shorthands {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} +- {{cssxref("top")}}, {{cssxref("bottom")}}, and {{cssxref("left")}} +- {{cssxref("inset")}} shorthand +- {{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 diff --git a/files/en-us/web/css/top/index.md b/files/en-us/web/css/top/index.md index a2f9e2607160b46..d7e1dfa6e8e687d 100644 --- a/files/en-us/web/css/top/index.md +++ b/files/en-us/web/css/top/index.md @@ -113,6 +113,9 @@ div { ## See also -- {{cssxref("inset")}}, the shorthand for all related properties: {{cssxref("bottom")}}, {{cssxref("left")}}, and {{cssxref("right")}} -- The mapped logical properties: {{cssxref("inset-block-start")}}, {{cssxref("inset-block-end")}}, {{cssxref("inset-inline-start")}}, and {{cssxref("inset-inline-end")}} and the shorthands {{cssxref("inset-block")}} and {{cssxref("inset-inline")}} +- {{cssxref("bottom")}}, {{cssxref("left")}}, and {{cssxref("right")}} +- {{cssxref("inset")}} shorthand +- {{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 diff --git a/files/en-us/web/css/width/index.md b/files/en-us/web/css/width/index.md index 1845e025496aa0a..a4c898d4ed5a4d4 100644 --- a/files/en-us/web/css/width/index.md +++ b/files/en-us/web/css/width/index.md @@ -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")}} -- The mapped logical properties: {{cssxref("block-size")}}, {{cssxref("inline-size")}} +- {{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