@@ -614,7 +614,7 @@ Relative URLs</h4>
614
614
<h5 id='local-urls'>
615
615
Fragment URLs</h5>
616
616
617
- To work around some common eccentriticites in browser URL handling,
617
+ To work around some common eccentricities in browser URL handling,
618
618
CSS has special behavior for fragment-only urls.
619
619
620
620
If a ''url()'' ’s value starts with a U+0023 NUMBER SIGN (<code> #</code> ) character,
@@ -661,7 +661,7 @@ Empty URLs</h4>
661
661
662
662
Note: This matches the behavior of empty urls for embedded resources elsewhere in the web platform,
663
663
and avoids excess traffic re-requesting the stylesheet or host document
664
- due to editting mistakes leaving the ''url()'' value empty,
664
+ due to editing mistakes leaving the ''url()'' value empty,
665
665
which are almost certain to be invalid resources for whatever the ''url()'' shows up in.
666
666
Linking on the web platform <em> does</em> allow empty urls,
667
667
so if/when CSS gains some functionality to control hyperlinks,
@@ -1852,7 +1852,7 @@ Syntax</h4>
1852
1852
1853
1853
In addition, <a href="https://www.w3.org/TR/css-syntax/#whitespace">white space</a>
1854
1854
is required on both sides of the ''+'' and ''-'' operators.
1855
- (The ''*'' and ''/'' operaters can be used without white space around them.)
1855
+ (The ''*'' and ''/'' operators can be used without white space around them.)
1856
1856
1857
1857
UAs must support ''calc()'' expressions of at least 20 terms,
1858
1858
where each <code> NUMBER</code> , <code> DIMENSION</code> , or <code> PERCENTAGE</code> is a term.
@@ -1905,7 +1905,7 @@ Type Checking</h4>
1905
1905
(For example, ''opacity: 25%'' is identical to ''opacity: .25'' ;
1906
1906
it's just a trivial syntax transform.)
1907
1907
1908
- Note: Altho there are a few properties in which a bare <<number>>
1908
+ Note: Although there are a few properties in which a bare <<number>>
1909
1909
becomes a <<length>> at used-value time
1910
1910
(specifically, 'line-height' and 'tab-size' ),
1911
1911
<<number>> s never become "length-like" in ''calc()'' .
@@ -2391,7 +2391,7 @@ Registration for the <code>about:invalid</code> URL scheme</h3>
2391
2391
<th> Intended Usage
2392
2392
<td>
2393
2393
The <code> about:invalid</code> URL references a non-existent document with a generic error condition.
2394
- It can be used when a URL is necessary, but the default value shouldn't be resolveable as any type of document.
2394
+ It can be used when a URL is necessary, but the default value shouldn't be resolvable as any type of document.
2395
2395
<tr>
2396
2396
<th> Contact/Change controller
2397
2397
<td> CSS WG <<a href="mailto:www-style@w3.org">www-style@w3.org</a> > (on behalf of W3C)
@@ -2501,7 +2501,7 @@ Changes</h2>
2501
2501
2502
2502
A <a href="https://drafts.csswg.org/css-values-3/issues-cr-2016">Disposition of Comments</a> is available.
2503
2503
2504
- Changes since the <a href="https://www.w3.org/TR/2015/CR-css-values-3-20150611/">11 June 2015 Candidate Recomendation </a> are:
2504
+ Changes since the <a href="https://www.w3.org/TR/2015/CR-css-values-3-20150611/">11 June 2015 Candidate Recommendation </a> are:
2505
2505
2506
2506
<ul>
2507
2507
<li> Dropped ''toggle()'' for lack of implementations.
@@ -2572,4 +2572,4 @@ Security and Privacy Considerations</h2>
2572
2572
This specification defines units that expose the user's screen size
2573
2573
and default font size,
2574
2574
but both are trivially observable from JS,
2575
- so they do not constitutate a new privacy risk.
2575
+ so they do not constitute a new privacy risk.
0 commit comments