Skip to content

Commit d0f91d3

Browse files
authored
Fix Selectors, Level 4 typos.
See w3c#2346.
1 parent 41bdbcd commit d0f91d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selectors-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Selectors Overview</h2>
215215
<tbody>
216216
<tr>
217217
<td><code>E:dir(ltr)</code>
218-
<td>an element of type E in with left-to-right directionality
218+
<td>an element of type E with left-to-right directionality
219219
(the document language specifies how directionality is determined)
220220
<td>[[#the-dir-pseudo]]
221221
<td>4
@@ -705,7 +705,7 @@ Scoped Selectors</h3>
705705
</div>
706706

707707
Note: If the context does not explicitly define any <a>:scope elements</a> for the selector,
708-
the <a>scoping root</a> is a <a>:scope element</a>.
708+
the <a>scoping root</a> is the <a>:scope element</a>.
709709

710710
<h3 id="relative">
711711
Relative Selectors</h3>
@@ -1306,7 +1306,7 @@ Universal selector </h3>
13061306
The <dfn export>universal selector</dfn> is a special <a>type selector</a>,
13071307
that represents an element of any element type.
13081308

1309-
It is written a <a>CSS qualified name</a>
1309+
It is written as a <a>CSS qualified name</a>
13101310
with an asterisk (<code>*</code> U+002A) as the local name.
13111311
Like a <a>type selector</a>,
13121312
the <a>universal selector</a> can be qualified by a namespace,

0 commit comments

Comments
 (0)