From d0f91d37b3389e4f97d0094ae4dc486ca284e97e Mon Sep 17 00:00:00 2001 From: Patrick Dark <10335392+patrickdark@users.noreply.github.com> Date: Wed, 7 Mar 2018 03:55:56 -0600 Subject: [PATCH] Fix Selectors, Level 4 typos. See https://github.com/w3c/csswg-drafts/issues/2346. --- selectors-4/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,