diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index 0f2e846633f..2230ecfed10 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -215,7 +215,7 @@ Selectors Overview E:dir(ltr) - an element of type E in with left-to-right directionality + an element of type E with left-to-right directionality (the document language specifies how directionality is determined) [[#the-dir-pseudo]] 4 @@ -705,7 +705,7 @@ Scoped Selectors Note: If the context does not explicitly define any :scope elements for the selector, - the scoping root is a :scope element. + the scoping root is the :scope element.

Relative Selectors

@@ -1306,7 +1306,7 @@ Universal selector The universal selector is a special type selector, that represents an element of any element type. - It is written a CSS qualified name + It is written as a CSS qualified name with an asterisk (* U+002A) as the local name. Like a type selector, the universal selector can be qualified by a namespace,