Skip to content

Commit ed8dd59

Browse files
committed
[css2] Added spaces to empty table cells
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401620
1 parent 42170e7 commit ed8dd59

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

css2/notes.src

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: notes.src,v 2.12 1998-04-30 23:44:17 clilley Exp $ -->
3+
<!-- $Id: notes.src,v 2.13 1998-05-03 00:40:56 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -534,42 +534,42 @@ it is unable to represent Tibetan for example, or other scripts introduced with
534534

535535

536536
<tr><td><span class="descinst-baseline">'baseline'</span>
537-
<td><td><td><tt>bsln</tt> table, see <a href="#bsln">note</a>
537+
<td>&nbsp;<td>&nbsp;<td><tt>bsln</tt> table, see <a href="#bsln">note</a>
538538

539539
<tr><td><span class="descinst-bbox">'bbox'</span>
540540
<td><tt>FontBBox</tt>, font dictionary<td><tt>'xMin'</tt>, <tt>'xMax'</tt>, <tt>'yMin'</tt> and <tt>'yMax'</tt>
541541
entries of the <tt>'head'</tt> table<!-- Apple API to get this: http://17.126.23.20/dev/techsupport/insidemac/Text/Text-273.html#HEADING273-0 -->
542-
<td>
542+
<td>&nbsp;
543543

544544
<tr><td><span class="descinst-cap-height">'cap-height'</span>
545-
<td><tt>CapHeight</tt> in AFM/PFM file<td><td>
545+
<td><tt>CapHeight</tt> in AFM/PFM file<td>&nbsp;<td>&nbsp;
546546

547547
<tr><td><span class="descinst-descent">'descent'</span>
548-
<td><tt>'Descender'</tt> in the AFM/PFM file.<td><td>
548+
<td><tt>'Descender'</tt> in the AFM/PFM file.<td>&nbsp;<td>&nbsp;
549549

550550
<tr><td><span class="descinst-mathline">'mathline'</span>
551-
<td><td><td><tt>bsln</tt> table
551+
<td>&nbsp;<td>&nbsp;<td><tt>bsln</tt> table
552552

553553
<tr><td><span class="descinst-font-family">'font-family'</span>
554-
<td><tt>FamilyName</tt>, fontinfo dictionary<td><tt>name</tt> table<td>
554+
<td><tt>FamilyName</tt>, fontinfo dictionary<td><tt>name</tt> table<td>&nbsp;
555555

556556
<tr><td><span class="descinst-stemh">'stemh'</span>
557-
<td><tt>StdHW</tt>, private dictionary of AFM/PFM file<td><td>
557+
<td><tt>StdHW</tt>, private dictionary of AFM/PFM file<td>&nbsp;<td>&nbsp;
558558

559559
<tr><td><span class="descinst-stemv">'stemv'</span>
560-
<td><tt>/StdVW</tt>, private dictionary<td><tt>cvt</tt> table<td>
560+
<td><tt>/StdVW</tt>, private dictionary<td><tt>cvt</tt> table<td>&nbsp;
561561

562562
<tr><td><span class="descinst-topline">'topline'</span>
563-
<td><td><td><tt>bsln</tt> table
563+
<td>&nbsp;<td>&nbsp;<td><tt>bsln</tt> table
564564

565565
<tr><td><span class="descinst-unicode-range">'unicode-range'</span>
566-
<td>cmap file<td><tt>OS/2</tt> table, see <a href="#truetype-unicode">Appendix C</a>
566+
<td>cmap file<td><tt>OS/2</tt> table, see <a href="#truetype-unicode">Appendix C</a><td>&nbsp;
567567

568568
<tr><td><span class="descinst-units-per-em">'units-per-em'</span>
569-
<td><tt>FontMatrix</tt>, font dictionary<td><tt>unitsPerEm</tt>, <tt>head</tt> table.<td>
569+
<td><tt>FontMatrix</tt>, font dictionary<td><tt>unitsPerEm</tt>, <tt>head</tt> table.<td>&nbsp;
570570

571571
<tr><td><span class="descinst-widths">'widths'</span>
572-
<td><td><tt>hmtx</tt> table<td>
572+
<td>&nbsp;<td><tt>hmtx</tt> table<td>&nbsp;
573573

574574
</table>
575575

0 commit comments

Comments
 (0)