E576 [CSS2] Add quote marks around line-height property to match 2011 REC · w3c/csswg-drafts@d838c85 · GitHub
[go: up one dir, main page]

Skip to content

Commit d838c85

Browse files
committed
[CSS2] Add quote marks around line-height property to match 2011 REC
1 parent 826e525 commit d838c85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css2/css2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11608,7 +11608,7 @@ <h3>10.8.1 <a name="leading">Leading and half-leading</a></h3>
1160811608

1160911609
<p>Still for each glyph, determine the leading <var>L</var> to add,
1161011610
where <var>L</var> = <a href="visudet.html#propdef-line-height" class="noxref"><span
11611-
class="propinst-line-height">line-height</span></a> - <var>AD</var>. Half
11611+
class="propinst-line-height">'line-height'</span></a> - <var>AD</var>. Half
1161211612
the leading is added above <var>A</var> and the other half below
1161311613
<var>D</var>, giving the glyph and its leading a total height above
1161411614
the baseline of <var>A'</var> = <var>A</var> + <var>L</var>/2 and a

css2/visudet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ <h3>10.8.1 <a name="leading">Leading and half-leading</a></h3>
14441444

14451445
<p>Still for each glyph, determine the leading <var>L</var> to add,
14461446
where <var>L</var> = <a href="visudet.html#propdef-line-height" class="noxref"><span
1447-
class="propinst-line-height">line-height</span></a> - <var>AD</var>. Half
1447+
class="propinst-line-height">'line-height'</span></a> - <var>AD</var>. Half
14481448
the leading is added above <var>A</var> and the other half below
14491449
<var>D</var>, giving the glyph and its leading a total height above
14501450
the baseline of <var>A'</var> = <var>A</var> + <var>L</var>/2 and a

css2/visudet.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ href="#strut">strut</a> (an invisible glyph of zero width) with the
13271327

13281328
<p>Still for each glyph, determine the leading <var>L</var> to add,
13291329
where <var>L</var> = <span
1330-
class="propinst-line-height">line-height</span> - <var>AD</var>. Half
1330+
class="propinst-line-height">'line-height'</span> - <var>AD</var>. Half
13311331
the leading is added above <var>A</var> and the other half below
13321332
<var>D</var>, giving the glyph and its leading a total height above
13331333
the baseline of <var>A'</var> = <var>A</var> + <var>L</var>/2 and a

0 commit comments

Comments
 (0)
0