Skip to content

Commit c2a93bf

Browse files
committed
[css2] Correct misleading note
This closes w3c#1797
1 parent 4a6b7a0 commit c2a93bf

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
@@ -1540,8 +1540,8 @@ <h3>10.8.1 <a name="leading">Leading and half-leading</a></h3>
15401540
the largest font size.
15411541
</p>
15421542
<p class=note><em><strong>Note.</strong> When there is only one value of <a href="visudet.html#propdef-line-height" class="noxref"><span
1543-
class="propinst-line-height">'line-height'</span></a> for all inline
1544-
boxes in a block container box and they are all in the same font (and
1543+
class="propinst-line-height">'line-height'</span></a> (other than 'normal') for all inline
1544+
boxes in a block container box and they all use the same first available font (and
15451545
there are no replaced elements, inline-block
15461546
elements, etc.), the above will ensure that
15471547
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
@@ -1433,8 +1433,8 @@ class="propinst-line-height">'line-height'</span> value according to
14331433
the largest font size.
14341434
</p>
14351435
<p class=note><em><strong>Note.</strong> When there is only one value of <span
1436-
class="propinst-line-height">'line-height'</span> for all inline
1437-
boxes in a block container box and they are all in the same font (and
1436+
class="propinst-line-height">'line-height'</span> (other than 'normal') for all inline
1437+
boxes in a block container box and they all use the same first available font (and
14381438
there are no replaced elements, inline-block
14391439
elements, etc.), the above will ensure that
14401440
baselines of successive lines are exactly <span

0 commit comments

Comments
 (0)