@@ -614,7 +614,7 @@ Relative URLs</h4>
614614<h5 id='local-urls'>
615615Fragment URLs</h5>
616616
617- To work around some common eccentriticites in browser URL handling,
617+ To work around some common eccentricities in browser URL handling,
618618 CSS has special behavior for fragment-only urls.
619619
620620 If a ''url()'' ’s value starts with a U+0023 NUMBER SIGN (<code> #</code> ) character,
@@ -661,7 +661,7 @@ Empty URLs</h4>
661661
662662 Note: This matches the behavior of empty urls for embedded resources elsewhere in the web platform,
663663 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,
665665 which are almost certain to be invalid resources for whatever the ''url()'' shows up in.
666666 Linking on the web platform <em> does</em> allow empty urls,
667667 so if/when CSS gains some functionality to control hyperlinks,
@@ -1852,7 +1852,7 @@ Syntax</h4>
18521852
18531853 In addition, <a href="https://www.w3.org/TR/css-syntax/#whitespace">white space</a>
18541854 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.)
18561856
18571857 UAs must support ''calc()'' expressions of at least 20 terms,
18581858 where each <code> NUMBER</code> , <code> DIMENSION</code> , or <code> PERCENTAGE</code> is a term.
@@ -1905,7 +1905,7 @@ Type Checking</h4>
19051905 (For example, ''opacity: 25%'' is identical to ''opacity: .25'' ;
19061906 it's just a trivial syntax transform.)
19071907
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>>
19091909 becomes a <<length>> at used-value time
19101910 (specifically, 'line-height' and 'tab-size' ),
19111911 <<number>> s never become "length-like" in ''calc()'' .
@@ -2391,7 +2391,7 @@ Registration for the <code>about:invalid</code> URL scheme</h3>
23912391 <th> Intended Usage
23922392 <td>
23932393 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.
23952395 <tr>
23962396 <th> Contact/Change controller
23972397 <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>
25012501
25022502 A <a href="https://drafts.csswg.org/css-values-3/issues-cr-2016">Disposition of Comments</a> is available.
25032503
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:
25052505
25062506 <ul>
25072507 <li> Dropped ''toggle()'' for lack of implementations.
@@ -2572,4 +2572,4 @@ Security and Privacy Considerations</h2>
25722572 This specification defines units that expose the user's screen size
25732573 and default font size,
25742574 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