From d261b5d4869c2784cea7ae6849ebd8a43b6d5fe2 Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Thu, 3 Aug 2023 16:53:38 -0400 Subject: [PATCH] swaps usage of keywords and data types in intro --- files/en-us/web/css/box-edge/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/css/box-edge/index.md b/files/en-us/web/css/box-edge/index.md index 34629d4bc817fad..206e79f82621c59 100644 --- a/files/en-us/web/css/box-edge/index.md +++ b/files/en-us/web/css/box-edge/index.md @@ -7,7 +7,9 @@ spec-urls: https://drafts.csswg.org/css-box-4/#keywords {{CSSRef}} -The **``** keywords represent a [box edge](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model). These keywords are used to define different aspects of an element's box model and how elements are positioned and rendered on screen. The `` keyword values are the components of, but not limited to, the``, ``, ``, ``, and `` data types. These types are applied to properties such as {{cssxref("transform-box")}} and {{cssxref("background-clip")}}. +The **``** value types represent a [box edge](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model) keyword, such as [`content-box`](#content-box) and [`border-box`](#border-box). The box-edge keywords are used to define different aspects of an element's box model and how elements are positioned and rendered on screen. + +The box-edge keywords are the components of, but not limited to, the data types ``, ``, ``, ``, and ``. These types are applied to properties such as {{cssxref("transform-box")}} and {{cssxref("background-clip")}}. ## Syntax