Skip to content

Commit 94bb5f3

Browse files
committed
[css-device-adapt-1][css-display-3] Spell check.
1 parent cd6661f commit 94bb5f3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

css-device-adapt-1/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ means the CSS pixel size will be smaller than
4646
by CSS 2.1. Users will likely need to zoom on the content to view it
4747
comfortably.
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
5050
well on small viewports. This specification describes the CSS
5151
<code class=css>@viewport</code> rule which allows authors to control and
5252
opt-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,
5555
making it arguably difficult to read.
5656
Significant editorial work may be needed
5757
to 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
517517
non-''zoom/auto'' 'zoom' values, but also to limit the allowed zoom factor
518518
that 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
520520
the 'user-zoom' section. The UA should also use this
521521
value as a constraint when choosing an actual zoom factor when the
522522
used 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

css-display-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Introduction</h2>
143143
or when a <a>block box</a> is broken across pages or columns,
144144
in a process called <a>fragmentation</a>.
145145
It can also happen due to bidi reordering of text
146-
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
146+
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
147147
in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
148148
or higher-level <a>display type</a> box splitting,
149149
e.g. <a href="https://www.w3.org/TR/CSS2/visuren.html#img-anon-block">block-in-inline splitting</a>
@@ -1188,7 +1188,7 @@ Appendix A: Glossary</h2>
11881188
Note: some [=formatting contexts=] inhibit floating,
11891189
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
11901190

1191-
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely posititioned</dfn>
1191+
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely positioned</dfn>
11921192
<dd>
11931193
A box is <a>absolutely positioned</a>
11941194
if its 'position' property is either ''position/absolute'' or ''position/fixed''.
@@ -1502,7 +1502,7 @@ Changes Prior to Candidate Recommendation Status</h3>
15021502

15031503
<ul>
15041504
<li>Deferred the <css>box-suppress/display-or-not</css> property to the next level of Display,
1505-
in order to provide time for futher discussion of use cases.
1505+
in order to provide time for further discussion of use cases.
15061506
<li>Specified the effects of ''display: contents'' on unusual elements such as replaced elements and form controls.
15071507
<li>Clarified that an element’s ''::before'' and ''::after'' pseudo-elements still exist if its own box is not generated due to ''display: contents''.
15081508
<li>Clarified that event bubbling is not affected by ''display: contents''.

0 commit comments

Comments
 (0)