@@ -46,12 +46,12 @@ means the CSS pixel size will be smaller than
4646by CSS 2.1. Users will likely need to zoom on the content to view it
4747comfortably.
4848
49- This mitigation is unneccessary for sites that have been designed to work
49+ This mitigation is unnecessary for sites that have been designed to work
5050well on small viewports. This specification describes the CSS
5151<code class=css> @viewport</code> rule which allows authors to control and
5252opt-out of this behavior.
5353
54- Issue: This specification is written from an implementation centric point of view,
54+ Issue: This specification is written from an implementation- centric point of view,
5555making it arguably difficult to read.
5656Significant editorial work may be needed
5757to make it more understandable to different audiences.
@@ -483,7 +483,7 @@ Values have the following meanings:
483483<dl dfn-type=value dfn-for=min-zoom>
484484 <dt> auto</dt>
485485 <dd>
486- The lower limit on zoom factor is UA dependant . There will be no minimum
486+ The lower limit on zoom factor is UA dependent . There will be no minimum
487487 value constraint on the 'zoom' descriptor used in
488488 the <a href="#constraining-procedure">constraining
489489 procedure</a>
@@ -516,7 +516,7 @@ Specifies the largest allowed zoom factor. It is used as input to the
516516<a href="#constraining-procedure">constraining procedure</a> to constrain
517517non-''zoom/auto'' 'zoom' values, but also to limit the allowed zoom factor
518518that can be set through user interaction. The UA may choose to ignore
519- this limit for accessbility /usability reasons – see the relevant note in
519+ this limit for accessibility /usability reasons – see the relevant note in
520520the 'user-zoom' section. The UA should also use this
521521value as a constraint when choosing an actual zoom factor when the
522522used value of 'zoom' is ''zoom/auto'' .
@@ -526,7 +526,7 @@ Values have the following meanings:
526526<dl dfn-type=value dfn-for=max-zoom>
527527 <dt> auto</dt>
528528 <dd>
529- The upper limit on zoom factor is UA dependant . There will be
529+ The upper limit on zoom factor is UA dependent . There will be
530530 no maximum value constraint on the 'zoom' descriptor used in
531531 the <a href="#constraining-procedure">constraining
532532 procedure</a>
@@ -810,7 +810,7 @@ Procedure for applying CSS rules:
810810 The rationale for using the viewport descriptors obtained from applying
811811 the ''@viewport'' rules for evaluating media queries for style
812812 rules, is that media queries should match the ''actual viewport''
813- that the document will be layed out in and not the initial or the
813+ that the document will be laid out in and not the initial or the
814814 one specified in the UA stylesheet. Consider the example below
815815 given that the UA stylesheet has a viewport width of 980px, but an
816816 ''initial viewport'' width of 320px. The author has made separate
0 commit comments