Skip to content

Commit 963e69b

Browse files
committed
[css2] Missed an edit for 153.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403132
1 parent 8d9511d commit 963e69b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

css2/changes.src

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.135 2011-03-04 17:01:41 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.136 2011-03-04 17:21:55 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6727,14 +6727,25 @@ elements, the box used for alignment is the margin box.</ins>
67276727
</blockquote>
67286728

67296729
<p>Also, to make sure there always is a box whose height is
6730-
'line-height', removed a phrase earlier in the same section:
6730+
'line-height', a phrase earlier in the same section was removed:
67316731

67326732
<blockquote>
67336733
<p>User agent must align the glyphs in a non-replaced inline box to
67346734
each other by their relevant baselines<del>, and to nested inline
67356735
boxes according to 'vertical-align'</del>.
67366736
</blockquote>
67376737

6738+
<p>And another modified:
6739+
6740+
<blockquote>
6741+
<p>The height of the inline box <del>is then the smallest such that it
6742+
encloses all glyphs and their leading, as well as all nested inline
6743+
boxes.</del> <ins>encloses all glyphs and their leading and is thus
6744+
exactly 'line-height'. Boxes of child elements do not influence this
6745+
height.</ins>
6746+
</blockquote>
6747+
6748+
67386749
</BODY>
67396750
</HTML>
67406751

0 commit comments

Comments
 (0)