Skip to content

Commit 0eb7019

Browse files
committed
[css2] Minor edit to make two edits for issue 153 use exactly the same
phrase: "half-leading on each side" instead of "leading." --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403172
1 parent 9a3433d commit 0eb7019

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

css2/changes.src

+3-2
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.146 2011-03-23 01:10:23 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.147 2011-03-23 09:10:41 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6745,7 +6745,8 @@ boxes according to 'vertical-align'</del>.
67456745
<blockquote>
67466746
<p>The height of the inline box <del>is then the smallest such that it
67476747
encloses all glyphs and their leading, as well as all nested inline
6748-
boxes.</del> <ins>encloses all glyphs and their leading and is thus
6748+
boxes.</del> <ins>encloses all glyphs and their half-leading on each
6749+
side and is thus
67496750
exactly 'line-height'. Boxes of child elements do not influence this
67506751
height.</ins>
67516752
</blockquote>

css2/visudet.src

+3-2
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: visudet.src,v 2.159 2011-03-23 01:03:38 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.160 2011-03-23 09:10:22 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -1323,7 +1323,8 @@ total depth of <var>D'</var> = <var>D</var> + <var>L</var>/2.
13231323
<p class=note><strong>Note.</strong> <var>L</var> may be negative.
13241324

13251325
<p id="inline-box-height">The height of the inline box encloses all
1326-
glyphs and their leading and is thus exactly 'line-height'. Boxes of
1326+
glyphs and their half-leading on each side and is thus exactly
1327+
'line-height'. Boxes of
13271328
child elements do not influence this height.
13281329

13291330
<p>Although margins, borders, and padding of non-replaced elements do

0 commit comments

Comments
 (0)