Skip to content

Commit f1fd601

Browse files
committed
Spell check.
1 parent adeb343 commit f1fd601

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

selectors/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Selectors Overview</h2>
210210
<td><code>E:lang(zh, "*-hant")</code>
211211
<td>an element of type E tagged as being either in Chinese
212212
(any dialect or writing system)
213-
or othewise written with traditional Chinese characters
213+
or otherwise written with traditional Chinese characters
214214
<td>[[#the-lang-pseudo]]
215215
<td>2/4
216216
<tbody>
@@ -648,7 +648,7 @@ Scoped Selectors</h3>
648648
<div class='example'>
649649
For example,
650650
the <code>element.querySelector()</code> function defined in [[DOM]]
651-
allows the author to evalute a <a>scoped</a> selector
651+
allows the author to evaluate a <a>scoped</a> selector
652652
relative to the <code>element</code> it's called on.
653653

654654
A call like <code highlight=js>widget.querySelector("a")</code>
@@ -859,7 +859,7 @@ Pseudo-classing Pseudo-elements</h4>
859859
unless otherwise-specified, none of these <a>pseudo-classes</a>
860860
will match on the <a>pseudo-element</a>.
861861

862-
Issue: Clarify that '':not()'' and '':matches()'' can be used when containing abovementioned pseudos.
862+
Issue: Clarify that '':not()'' and '':matches()'' can be used when containing above-mentioned pseudos.
863863

864864
<div class="example">
865865
For example, since the '':hover'' pseudo-class specifies
@@ -1273,7 +1273,7 @@ Namespaces in Elemental Selectors</h3>
12731273

12741274
<div class='example'>
12751275
For example,
1276-
in the following stylesheet:
1276+
in the following style sheet:
12771277

12781278
<pre>
12791279
@namespace url("http://example.com/foo");
@@ -1544,7 +1544,7 @@ Default attribute values in DTDs</h3>
15441544
1.0.)
15451545

15461546
Note: Typically, implementations
1547-
choose to ignore external subsets. This corresponds to the behaviour
1547+
choose to ignore external subsets. This corresponds to the behavior
15481548
of non-validating processors as defined by the XML specification.
15491549

15501550
<div class="example">
@@ -3101,7 +3101,7 @@ Calculating a selector's specificity</h2>
31013101
if the two <var>B</var> values are also tied,
31023102
then the specificity with a larger <var>C</var> value is more specific;
31033103
if all the values are tied,
3104-
the two specifities are equal.
3104+
the two specificities are equal.
31053105

31063106
Due to storage limitations,
31073107
implementations may have limitations on the size of <var>A</var>, <var>B</var>, or <var>C</var>.

0 commit comments

Comments
 (0)