diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index e6f83354a57f..0f63a5d56032 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -160,7 +160,7 @@ Painting Area: the 'background-clip' property The syntax of the property is given with
-	<bg-clip> = <> | border | text
+	<bg-clip> = <> | border | text
 	
Issue: Or should this be defining the -webkit-background-clip property, @@ -168,7 +168,7 @@ Painting Area: the 'background-clip' property with this additional ''text'' value?
-
<> +
<>
The background is painted within (clipped to) the specified box of the element. diff --git a/css-box-3/Overview.bs b/css-box-3/Overview.bs index d3a015efbc52..3208cb01d7e2 100644 --- a/css-box-3/Overview.bs +++ b/css-box-3/Overview.bs @@ -211,42 +211,42 @@ The CSS Box Model {#box-model} Box-edge Keywords {#keywords} ----------------- - The following CSS keywords are defined for use + The following <box> CSS keywords are defined for use in properties (such as 'transform-box' and 'background-clip') that need to refer to various box edges: -
-
content-box +
+
content-box
Refers to the [=content box=] or [=content edge=]. (In an SVG context, treated as ''/fill-box''.) -
padding-box +
padding-box
Refers to the [=padding box=] or [=padding edge=]. (In an SVG context, treated as ''/fill-box''.) -
border-box +
border-box
Refers to the [=border box=] or [=border edge=]. (In an SVG context, treated as ''/stroke-box''.) -
margin-box +
margin-box
Refers to the [=margin box=] or [=margin edge=]. (In an SVG context, treated as ''/stroke-box''.) -
fill-box +
fill-box
Refers to the [=object bounding box=] or its edges. (In a CSS box context, treated as ''/content-box''.) -
stroke-box +
stroke-box
Refers to the [=stroke bounding box=] or its edges. (In a CSS box context, treated as ''/border-box''.) -
view-box +
view-box
Refers to the nearest [=SVG viewport=] element’s origin box, @@ -268,9 +268,9 @@ Box-edge Keywords {#keywords} For convenience, the following value types are defined:
 		<> = content-box | padding-box | border-box
-		<> = content-box | padding-box | border-box | margin-box
-		<> = content-box | padding-box | border-box | fill-box | stroke-box
-		<> = content-box | padding-box | border-box | fill-box | stroke-box | view-box
+		<> = <> | margin-box
+		<> = <> | fill-box | stroke-box
+		<> = <> | view-box
 	
Margins {#margins} diff --git a/css-box-4/Overview.bs b/css-box-4/Overview.bs index f80e0c652b24..6c82cd16ca80 100644 --- a/css-box-4/Overview.bs +++ b/css-box-4/Overview.bs @@ -197,42 +197,42 @@ The CSS Box Model {#box-model} Box-edge Keywords {#keywords} ----------------- - The following CSS keywords are defined for use + The following <box> CSS keywords are defined for use in properties (such as 'transform-box' and 'background-clip') that need to refer to various box edges: -
-
content-box +
+
content-box
Refers to the [=content box=] or [=content edge=]. (In an SVG context, treated as ''/fill-box''.) -
padding-box +
padding-box
Refers to the [=padding box=] or [=padding edge=]. (In an SVG context, treated as ''/fill-box''.) -
border-box +
border-box
Refers to the [=border box=] or [=border edge=]. (In an SVG context, treated as ''/stroke-box''.) -
margin-box +
margin-box
Refers to the [=margin box=] or [=margin edge=]. (In an SVG context, treated as ''/stroke-box''.) -
fill-box +
fill-box
Refers to the [=object bounding box=] or its edges. (In a CSS box context, treated as ''/content-box''.) -
stroke-box +
stroke-box
Refers to the [=stroke bounding box=] or its edges. (In a CSS box context, treated as ''/border-box''.) -
view-box +
view-box
Refers to the nearest [=SVG viewport=]’s origin box, @@ -253,9 +253,9 @@ Box-edge Keywords {#keywords} For convenience, the following value types are defined:
 		<> = content-box | padding-box | border-box
-		<> = content-box | padding-box | border-box | margin-box
-		<> = content-box | padding-box | border-box | fill-box | stroke-box
-		<> = content-box | padding-box | border-box | fill-box | stroke-box | view-box
+		<> = <> | margin-box
+		<> = <> | fill-box | stroke-box
+		<> = <> | view-box
 	
Margins {#margins} diff --git a/css-shapes-1/Overview.bs b/css-shapes-1/Overview.bs index 7d49a512df00..e2972604f79c 100644 --- a/css-shapes-1/Overview.bs +++ b/css-shapes-1/Overview.bs @@ -807,12 +807,12 @@ Shapes from Box Values These edges include border-radius curvature [[!CSS3BG]] from the used border-radius values. - The <> value extends the <> value + The <> value extends the <> value to include ''margin-box''. Its syntax is:
-		<> = <> | ''margin-box''
+		<> = <> | ''margin-box''
 	
The definitions of the values are: