Skip to content

Commit 65e847c

Browse files
committed
Replaying revision 1.142
date: 2007/06/11 00:12:54; author: pnelson; state: Exp; lines: +6 -6 Corrected reported spelling errors.
1 parent e513c6c commit 65e847c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ <h3 id="text-wrap"><span class="secno">5.1.</span>
968968
be honored.</p>
969969

970970
<p>When <span class="property">'text-wrap'</span> is set to 'normal' or
971-
'suppress', UAs that allow breaks at punctutation other than spaces
971+
'suppress', UAs that allow breaks at punctuation other than spaces
972972
should prioritize breakpoints.
973973
For example, if breaks after slashes have a lower priority than spaces,
974974
the sequence "check /etc" will never break between the '/' and the 'e'.
@@ -1687,7 +1687,7 @@ <h2 id="spacing"><span class="secno">7.</span>
16871687
increase and decrease with changes to the optimum spacing.
16881688
Normal minimum and maximum spacing may also vary according to some
16891689
measure of the amount of text on a line (e.g. block width divided by
1690-
font size): larger measures can accomodate tighter spacing constraints.
1690+
font size): larger measures can accommodate tighter spacing constraints.
16911691
Normal optimum/minimum/maximum spacing may also vary based on the
16921692
value of the <a href="#text-justify">'text-justify'</a> property,
16931693
the element's language, and other factors.
@@ -2571,7 +2571,7 @@ <h3 id="text-shadow"><span class="secno">8.3</span>
25712571
optional blur radius. The shadow is applied to all of the element's
25722572
text as well as any text decoration applied to it. <!-- merge with above sentence once issue resolved -->
25732573
<span class="issue">Would it be better to apply shadows together with
2574-
text decoration: i.e. a descendent of an underlined element doesn't
2574+
text decoration: i.e. a descendant of an underlined element doesn't
25752575
apply shadow to its underline, but the underlining element, if it has
25762576
shadows, would apply it to the underline of all text it underlines.</span>
25772577
When a <a href="#text-outline">text outline</a> is specified, the shadow
@@ -2731,7 +2731,7 @@ <h3 id="text-indent"><span class="secno">9.1</span>
27312731
</table>
27322732

27332733
<p>This property specifies the indentation applied to lines of inline
2734-
content in a block. The indendation only affects the first line of
2734+
content in a block. The indentation only affects the first line of
27352735
inline content in the block unless the 'hanging' keyword is specified,
27362736
in which case it affects all lines except the first.</p>
27372737

@@ -2755,7 +2755,7 @@ <h3 id="text-indent"><span class="secno">9.1</span>
27552755
</div>
27562756

27572757
<p class="note">Note that since the 'text-indent' property inherits,
2758-
when specified on a block element, it will affect descendent
2758+
when specified on a block element, it will affect descandent
27592759
inline-block elements.
27602760
For this reason, it is often wise to specify 'text-indent: 0' on
27612761
elements that are specified 'display: inline-block'.</p>
@@ -2921,7 +2921,7 @@ <h2 id="changes"><span class="secno">10.</span>
29212921
<p>Many sections intended for this module are not yet represented
29222922
in this draft. In particular, the 'text-justify-trim',
29232923
'text-overflow', 'text-decoration', 'text-transformation',
2924-
'text-autospace', other properties have not yet been evaulated.</p>
2924+
'text-autospace', other properties have not yet been evaluated.</p>
29252925

29262926
<p>Sections relating to text layout (vertical text, grids, 'text-combine')
29272927
will be moved to a separate Text Layout module. These features may

0 commit comments

Comments
 (0)