Skip to content

Commit c02c461

Browse files
frivoalgsnedders
authored andcommitted
[css2] Correct misleading note
This closes #1797
1 parent 58baf42 commit c02c461

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/visudet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,8 +1570,8 @@ <h3>10.8.1 <a name="leading">Leading and half-leading</a></h3>
15701570
the largest font size.
15711571
</p>
15721572
<p class=note><em><strong>Note.</strong> When there is only one value of <a href="visudet.html#propdef-line-height" class="noxref"><span
1573-
class="propinst-line-height">'line-height'</span></a> for all inline
1574-
boxes in a block container box and they are all in the same font (and
1573+
class="propinst-line-height">'line-height'</span></a> (other than 'normal') for all inline
1574+
boxes in a block container box and they all use the same first available font (and
15751575
there are no replaced elements, inline-block
15761576
elements, etc.), the above will ensure that
15771577
baselines of successive lines are exactly <a href="visudet.html#propdef-line-height" class="noxref"><span

css2/visudet.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,8 +1435,8 @@ class="propinst-line-height">'line-height'</span> value according to
14351435
the largest font size.
14361436
</p>
14371437
<p class=note><em><strong>Note.</strong> When there is only one value of <span
1438-
class="propinst-line-height">'line-height'</span> for all inline
1439-
boxes in a block container box and they are all in the same font (and
1438+
class="propinst-line-height">'line-height'</span> (other than 'normal') for all inline
1439+
boxes in a block container box and they all use the same first available font (and
14401440
there are no replaced elements, inline-block
14411441
elements, etc.), the above will ensure that
14421442
baselines of successive lines are exactly <span

0 commit comments

Comments
 (0)