Skip to content

Commit 25b1a6e

Browse files
committed
[css-align-3][css-break-3][css-break-4][css-color-4] Spell check.
1 parent d795dd6 commit 25b1a6e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

css-align-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insets</h3
17341734
alt="Start alignment sizes into the space between
17351735
the start edge of the static-position rectangle and the end edge of the containing block.
17361736
End alignment sizes into the space between
1737-
the end edge of the static-position rectangle and the start edge of the containg block.
1737+
the end edge of the static-position rectangle and the start edge of the containing block.
17381738
Center alignment sizes into the space between
17391739
the two edges of the static-position rectangle.">
17401740
<figcaption>
@@ -1954,7 +1954,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
19541954
<dl>
19551955
<dt id="gap-multicol"><a>multi-column containers</a>
19561956
<dd>
1957-
'column-gap' specifes the [=gutter=] between adjacent <a>column boxes</a>.
1957+
'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>.
19581958
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
19591959
'row-gap' does not currently apply.
19601960

@@ -2356,7 +2356,7 @@ Changes</h2>
23562356
(<a href="https://github.com/w3c/csswg-drafts/issues/509">Issue 509</a>,
23572357
<a href="https://github.com/w3c/csswg-drafts/issues/2297">Issue 2297</a>)
23582358
<li>Fixed errors in handling <css>left</css> and <css>right</css> in the grammars.
2359-
<li>Fixed discrepency in ''align-content/space-align'' fallback alignment.
2359+
<li>Fixed discrepancy in ''align-content/space-align'' fallback alignment.
23602360
(<a href="https://github.com/w3c/csswg-drafts/issues/2316">Issue 2316</a>)
23612361
<li>Tightened up handling of baseline alignment in cases where the box edges don't align.
23622362
(<a href="https://github.com/w3c/csswg-drafts/issues/1556">Issue 1556</a>,

css-break-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Fragmentation Model and Terminology</h2>
142142
<p class="note">
143143
A box can be broken into multiple <a>fragments</a>
144144
also due to bidi reordering of text
145-
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
145+
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
146146
in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
147147
or higher-level <a>display type</a> box splitting,
148148
e.g. <a href="https://www.w3.org/TR/CSS2/visuren.html#img-anon-block">block-in-inline splitting</a>
@@ -397,7 +397,7 @@ Child→Parent Break Propagation</h4>
397397

398398
<p>
399399
Break <a>propagation</a> does not affect <a>computed values</a>;
400-
it is part of interpeting the elements’ computed values for layout.
400+
it is part of interpreting the elements’ computed values for layout.
401401
</p>
402402

403403
<h3 id="break-within">
@@ -881,7 +881,7 @@ Breaking into Varying-size Fragmentainers</h3>
881881
<p>Below are listed (informatively) some implications of these rules:</p>
882882
<ul>
883883
<li>
884-
Boxes (including tables) fullfilling layout constraints at their
884+
Boxes (including tables) fulfilling layout constraints at their
885885
<a lt='stretch-fit size'>stretch-fit</a> or percentage-based size
886886
may change <a>inline size</a> across pages.
887887
</li>
@@ -1051,7 +1051,7 @@ Fragmented Borders and Backgrounds: the 'box-decoration-break' property</h3>
10511051
splits an incompatible ancestor
10521052
(such as an <a>inline box</a> / <a>block container</a>).
10531053
Otherwise such breaks must be handled as ''slice''.
1054-
See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
1054+
See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
10551055
in [[css-writing-modes-3#text-direction|CSS Writing Modes]],
10561056
<a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">CSS2&sect;9.2 Block-level elements and block boxes</a>,
10571057
and <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">CSS Multi-column Layout &sect;6 Spanning Columns</a>.
@@ -1248,7 +1248,7 @@ Changes</h2>
12481248
<ins><p class="note">
12491249
A box can be broken into multiple <a>fragments</a>
12501250
also due to bidi reordering of text
1251-
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
1251+
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
12521252
in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
12531253
or higher-level <a>display type</a> box splitting,
12541254
e.g. <a href="https://www.w3.org/TR/CSS2/visuren.html#img-anon-block">block-in-inline splitting</a>
@@ -1269,7 +1269,7 @@ Changes</h2>
12691269
splits an incompatible ancestor
12701270
(such as an <a>inline box</a> / <a>block container</a>)</ins>.
12711271
Otherwise such breaks must be handled as ''slice''.
1272-
<ins>See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
1272+
<ins>See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
12731273
in [[css-writing-modes-3#text-direction|CSS Writing Modes]],
12741274
<a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">CSS2&sect;9.2 Block-level elements and block boxes</a>,
12751275
and <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">CSS Multi-column Layout &sect;6 Spanning Columns</a>.</ins></p>

css-break-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Fragmentation Model and Terminology</h2>
147147

148148
Note:A box can be broken into multiple <a>fragments</a>
149149
also due to bidi reordering of text
150-
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
150+
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
151151
in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
152152
or higher-level <a>display type</a> box splitting,
153153
e.g. <a href="https://www.w3.org/TR/CSS2/visuren.html#img-anon-block">block-in-inline splitting</a>
@@ -397,7 +397,7 @@ Child→Parent Break Propagation</h4>
397397
This propagation stops before it breaks through the nearest matching fragmentation context.
398398

399399
Break <a>propagation</a> does not affect <a>computed values</a>;
400-
it is part of interpeting the elements’ computed values for layout.
400+
it is part of interpreting the elements’ computed values for layout.
401401

402402

403403
<h3 id="break-within">
@@ -852,7 +852,7 @@ Breaking into Varying-size Fragmentainers</h3>
852852
Below are listed (informatively) some implications of these rules:
853853
<ul>
854854
<li>
855-
Boxes (including tables) fullfilling layout constraints at their
855+
Boxes (including tables) fulfilling layout constraints at their
856856
<a lt='stretch-fit size'>stretch-fit</a> or percentage-based size
857857
may change <a>inline size</a> across pages.
858858

@@ -1021,7 +1021,7 @@ Adjoining Margins at Breaks: the 'margin-break' property</h3>
10211021
<figure>
10221022
<img src="images/margin-break-keep-keep.png"
10231023
alt="Here the top margins occurring at the top of each column
1024-
as well as the bottom margins occurng at the bottom of each column
1024+
as well as the bottom margins occurring at the bottom of each column
10251025
are all kept; this increases the height of the auto-height container
10261026
to accommodate the bottom margins.">
10271027
<figcaption>''margin-break: keep keep''</figcaption>
@@ -1123,7 +1123,7 @@ Fragmented Borders and Backgrounds: the 'box-decoration-break' property</h3>
11231123
splits an incompatible ancestor
11241124
(such as an <a>inline box</a> / <a>block container</a>).
11251125
Otherwise such breaks must be handled as ''slice''.
1126-
See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
1126+
See [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reordering Algorithm]]
11271127
in [[css-writing-modes-3#text-direction|CSS Writing Modes]],
11281128
<a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">CSS2&sect;9.2 Block-level elements and block boxes</a>,
11291129
and <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">CSS Multi-column Layout &sect;6 Spanning Columns</a>.

css-color-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Examples of HSL colors</h3>
967967

968968
Issue(3088):
969969

970-
<div class="note">The conversions in the table below are known to contain errors. They are copied from CSS Color 3, which aso had the same errors. Those colors were supposedly computed by a program in ABC. A future spec will correctly compute those colors. Meanwhile, please note that these conversions are non-normative examples.</div>
970+
<div class="note">The conversions in the table below are known to contain errors. They are copied from CSS Color 3, which also had the same errors. Those colors were supposedly computed by a program in ABC. A future spec will correctly compute those colors. Meanwhile, please note that these conversions are non-normative examples.</div>
971971

972972
<div style="overflow: hidden;" class="color-table">
973973
<table>
@@ -2220,7 +2220,7 @@ Specifying a color profile: the ''@color-profile'' at-rule</h3>
22202220
Note: the media-relative colorimetric rendering intent is
22212221
often used with black point compensation, where the source medium black point
22222222
is mapped to the destination medium black point as well.
2223-
This method must map the source white point to the desination white point. If
2223+
This method must map the source white point to the destination white point. If
22242224
black point compensation is in use, the source black point must also be
22252225
mapped to the destination black point. Adaptation algorithms should be used
22262226
to adjust for the change in white point. Relative relationships of colors

0 commit comments

Comments
 (0)