diff --git a/css-cascade-6/Overview.bs b/css-cascade-6/Overview.bs
index 26c2bfa2d2f1..76b2207a3e97 100644
--- a/css-cascade-6/Overview.bs
+++ b/css-cascade-6/Overview.bs
@@ -147,9 +147,12 @@ Cascade Sorting Order
Specificity
- The Selectors module [[!SELECT]] describes how to compute the specificity of a selector.
- Each declaration has the same specificity as the style rule it appears in.
- The declaration with the highest specificity wins.
+ The Selectors module [[!SELECT]]
+ describes how to compute the specificity of a selector.
+
+ When comparing declarations from two style rules,
+ the declaration belonging to
+ the style rule with the highest specificity wins.
Scope Proximity