diff --git a/css-contain-1/Overview.bs b/css-contain-1/Overview.bs
index 225d0477103..a5e7445275a 100644
--- a/css-contain-1/Overview.bs
+++ b/css-contain-1/Overview.bs
@@ -512,8 +512,8 @@ Size Containment
Layout Containment
- If the element does not generate a principal box (as is the case with ''display: contents'' or ''display: none''),
- or if the element is an internal table element other than ''display: table-cell'',
+ If the element does not generate a principal box (as is the case with 'display' values of ''display/contents'' or ''display/none''),
+ or if the element is an internal table element other than ''display/table-cell'',
or if the element is an internal ruby element,
or if the element's principal box is a non-atomic inline-level box,
layout containment has no effect.
@@ -784,8 +784,8 @@ Style Containment
Paint Containment
- If the element does not generate a principal box (as is the case with ''display: contents'' or ''display: none''),
- or if the element is an internal table element other than ''display: table-cell'',
+ If the element does not generate a principal box (as is the case with 'display' values of ''display/contents'' or ''display/none''),
+ or if the element is an internal table element other than ''display/table-cell'',
or if the element is an internal ruby element,
or if the element's principal box is a non-atomic inline-level box,
paint containment has no effect.