File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
711711Relative 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,
You can’t perform that action at this time.
0 commit comments