File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Selectors Overview</h2>
215
215
<tbody>
216
216
<tr>
217
217
<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
219
219
(the document language specifies how directionality is determined)
220
220
<td> [[#the-dir-pseudo]]
221
221
<td> 4
@@ -705,7 +705,7 @@ Scoped Selectors</h3>
705
705
</div>
706
706
707
707
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> .
709
709
710
710
<h3 id="relative">
711
711
Relative Selectors</h3>
@@ -1306,7 +1306,7 @@ Universal selector </h3>
1306
1306
The <dfn export>universal selector</dfn> is a special <a>type selector</a> ,
1307
1307
that represents an element of any element type.
1308
1308
1309
- It is written a <a>CSS qualified name</a>
1309
+ It is written as a <a>CSS qualified name</a>
1310
1310
with an asterisk (<code> *</code> U+002A) as the local name.
1311
1311
Like a <a>type selector</a> ,
1312
1312
the <a>universal selector</a> can be qualified by a namespace,
You can’t perform that action at this time.
0 commit comments