>s
diff --git a/selectors-5/Overview.bs b/selectors-5/Overview.bs
index 53cda1ae5f8a..8dad16be1afd 100644
--- a/selectors-5/Overview.bs
+++ b/selectors-5/Overview.bs
@@ -469,6 +469,22 @@ Reference combinators /ref/
+
+Grammar
+
+ This module extends the CSS grammar of selectors with:
+
+
+ <combinator> = '>' | '+' | '~' | [ '|' '|' ] | [ / <> / ]
+
+
+
+ -
+ White space is forbidden:
+ * Between the components of a <>.
+
+
+
Changes