Skip to content

Commit d795dd6

Browse files
committed
[css-values-4] Spell check.
1 parent 6479b6c commit d795dd6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-values-4/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Relative URLs</h4>
711711
<h5 id='local-urls'>
712712
Fragment URLs</h5>
713713

714-
To work around some common eccentriticites in browser URL handling,
714+
To work around some common eccentricities in browser URL handling,
715715
CSS has special behavior for fragment-only urls.
716716

717717
If a ''url()''’s value starts with a U+0023 NUMBER SIGN (<code>#</code>) character,
@@ -758,7 +758,7 @@ Empty URLs</h4>
758758

759759
Note: This matches the behavior of empty urls for embedded resources elsewhere in the web platform,
760760
and avoids excess traffic re-requesting the stylesheet or host document
761-
due to editting mistakes leaving the ''url()'' value empty,
761+
due to editing mistakes leaving the ''url()'' value empty,
762762
which are almost certain to be invalid resources for whatever the ''url()'' shows up in.
763763
Linking on the web platform <em>does</em> allow empty urls,
764764
so if/when CSS gains some functionality to control hyperlinks,
@@ -1087,7 +1087,7 @@ Mixing Percentages and Dimensions</h3>
10871087
<h4 id="combine-mixed">
10881088
Combination of Percentage and Dimension Mixes</h4>
10891089

1090-
<a>Interpolation</a> of percengage-dimension value combinations
1090+
<a>Interpolation</a> of percentage-dimension value combinations
10911091
(e.g. <<length-percentage>>, <<frequency-percentage>>, <<angle-percentage>>, <<time-percentage>>
10921092
or equivalent notations)
10931093
is defined as
@@ -1220,7 +1220,7 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
12201220
or, in the case of ''rem'' and ''rlh'', the metrics of the root element.
12211221

12221222
<figure>
1223-
<img src="images/Typography_Line_Terms.svg" alt="The word 'Sphinx' annotated with various font metrics: ascender height, to the top of the h's serif; cap height, to the visually approximate top of the S; the x height, to the visually approximate top of the x; the baseline, along the bottom of S, h, i, n, and x; and the descender height, to the bottom fo the p.">
1223+
<img src="images/Typography_Line_Terms.svg" alt="The word 'Sphinx' annotated with various font metrics: ascender height, to the top of the h's serif; cap height, to the visually approximate top of the S; the x height, to the visually approximate top of the x; the baseline, along the bottom of S, h, i, n, and x; and the descender height, to the bottom of the p.">
12241224
<figcaption>
12251225
Common typographic metrics
12261226
</figcaption>
@@ -2472,7 +2472,7 @@ Basic Arithmetic: ''calc()''</h3>
24722472
}
24732473
</pre>
24742474

2475-
Altho '--ar' <em>could</em> have been written as simply
2475+
Although '--ar' <em>could</em> have been written as simply
24762476
''--ar: (16 / 9);'',
24772477
'--w' is used both on its own (in 'width')
24782478
and as a ''calc()'' component (in '--h'),
@@ -3035,7 +3035,7 @@ Syntax</h3>
30353035

30363036
In addition, [=whitespace=]
30373037
is required on both sides of the <css>+</css> and <css>-</css> operators.
3038-
(The <css>*</css> and <css>/</css> operaters can be used without white space around them.)
3038+
(The <css>*</css> and <css>/</css> operators can be used without white space around them.)
30393039

30403040
Several of the math functions above have additional constraints
30413041
on what their <<calc-sum>> arguments can contain.
@@ -3273,7 +3273,7 @@ Type Checking</h3>
32733273
and ''width: 5px;''
32743274
are valid.
32753275

3276-
Note: Altho there are a few properties in which a bare <<number>>
3276+
Note: Although there are a few properties in which a bare <<number>>
32773277
becomes a <<length>> at used-value time
32783278
(specifically, 'line-height' and 'tab-size'),
32793279
<<number>>s never become "length-like" in ''calc()''.
@@ -3591,7 +3591,7 @@ Registration for the <code>about:invalid</code> URL scheme</h3>
35913591
<th>Intended Usage
35923592
<td>
35933593
The <code>about:invalid</code> URL references a non-existent document with a generic error condition.
3594-
It can be used when a URL is necessary, but the default value shouldn't be resolveable as any type of document.
3594+
It can be used when a URL is necessary, but the default value shouldn't be resolvable as any type of document.
35953595
<tr>
35963596
<th>Contact/Change controller
35973597
<td>CSS WG &lt;<a href="mailto:www-style@w3.org">www-style@w3.org</a>> (on behalf of W3C)
@@ -3663,4 +3663,4 @@ Security and Privacy Considerations</h2>
36633663
This specification defines units that expose the user's screen size
36643664
and default font size,
36653665
but both are trivially observable from JS,
3666-
so they do not constitutate a new privacy risk.
3666+
so they do not constitute a new privacy risk.

0 commit comments

Comments
 (0)