Skip to content

Commit 4ed3834

Browse files
committed
[css-inline-3] Spell check.
1 parent 32efde3 commit 4ed3834

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-inline-3/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Line Sizing Containment: the 'line-sizing' property</h3>
646646
Computed value: the specified keyword
647647
</pre>
648648

649-
ISSUE: This is a rought draft of a proposal, and has not yet been approved by the CSSWG.
649+
ISSUE: This is a rough draft of a proposal, and has not yet been approved by the CSSWG.
650650
See discussion in <a href="https://github.com/w3c/csswg-drafts/issues/3199">Issue 3199</a>, <a href="https://lists.w3.org/Archives/Public/www-style/2011Mar/0364.html">Hyatt's message</a>, and <a href="https://dev.w3.org/cvsweb/~checkout~/csswg/css3-linebox/Attic/Overview.html?rev=1.5;content-type=text%2Fhtml#LineStacking">dbaron's proposal</a>.
651651

652652
This property controls the method by which line boxes are sized,
@@ -697,7 +697,7 @@ Line Sizing Containment: the 'line-sizing' property</h3>
697697
<h3 id="leading-trim-property">
698698
Leading Control: the 'leading-trim-over' and 'leading-trim-under' properties and 'leading-trim' shorthand</h3>
699699

700-
ISSUE: This is a rought draft of a proposal,
700+
ISSUE: This is a rough draft of a proposal,
701701
and is likely to change significantly
702702
as design critiques and use cases are registered.
703703
Values and property names may be added, dropped, and/or renamed,
@@ -739,7 +739,7 @@ Leading Control: the 'leading-trim-over' and 'leading-trim-under' properties and
739739
alt="Consider some Latin text placed to the right of an image,
740740
to be centered between its top and bottom.
741741
Measuring from the top of the image to the top of the text box yields 13px;
742-
likewise measuring from the bottom of the image to the bottom of the text box yelds 13px,
742+
likewise measuring from the bottom of the image to the bottom of the text box yields 13px,
743743
theoretically perfectly centering the text.
744744
However, measuring from the top of the image to the cap-height yields 21px;
745745
and measuring from the bottom to the alphabetic baseline yields 19px,
@@ -751,7 +751,7 @@ Leading Control: the 'leading-trim-over' and 'leading-trim-under' properties and
751751
</figure>
752752

753753
To center the text visually,
754-
it's necessary to asume the cap height and alphabetic baseline
754+
it's necessary to assume the cap height and alphabetic baseline
755755
as the top and bottom edges of the text,
756756
respectively.
757757

@@ -1045,8 +1045,8 @@ Drop Initial</h4>
10451045

10461046
<figure>
10471047
<img src="images/Devangari-Initial.png" width="480"
1048-
alt="Devangari initial letter">
1049-
<figcaption>Devangari <a>initial letter</a> aligned with hanging baseline. Alignment points shown in red.</figcaption>
1048+
alt="Devanagari initial letter">
1049+
<figcaption>Devanagari <a>initial letter</a> aligned with hanging baseline. Alignment points shown in red.</figcaption>
10501050
</figure>
10511051

10521052

@@ -1175,7 +1175,7 @@ Creating Initial Letters: the 'initial-letters' property</h3>
11751175
defines the number of lines the initial letter should
11761176
<dfn dfn lt="initial letter sink" local-lt="sink">sink</dfn>.
11771177
A value of ''1'' indicates a <a>raised initial</a>;
1178-
values greater than ''1'' indiciate a <a>sunken initial</a>.
1178+
values greater than ''1'' indicate a <a>sunken initial</a>.
11791179
Values less than one are invalid.
11801180

11811181
<dt><dfn>raise</dfn>

0 commit comments

Comments
 (0)