|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.23 1998-03-19 19:59:40 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.24 1998-03-21 00:38:37 ijacobs Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
6 | 6 | <title>Tables</title> |
@@ -108,9 +108,9 @@ TH { speak-header: always } |
108 | 108 | <P>The preceding example shows how CSS works with HTML 4.0 elements; |
109 | 109 | in HTML 4.0, the semantics of the various table elements (TABLE, |
110 | 110 | CAPTION, THEAD, TBODY, TFOOT, COL, COLGROUP, TH, and TD) are |
111 | | -well-defined. In other document languages (such as XML), there may not |
112 | | -be pre-defined table elements. Therefore, CSS2 allows authors to <span |
113 | | -class="index-inst" title="mapping elements to table |
| 111 | +well-defined. In other document languages (such as XML applications), |
| 112 | +there may not be pre-defined table elements. Therefore, CSS2 allows |
| 113 | +authors to <span class="index-inst" title="mapping elements to table |
114 | 114 | parts">"map"</span> document language elements to table elements via |
115 | 115 | the <span class="propinst-display">'display'</span> property. For |
116 | 116 | example, the following rule makes the FOO element act like an HTML |
@@ -147,12 +147,12 @@ rows, row groups, columns, column groups, and cells. |
147 | 147 |
|
148 | 148 | <P>The CSS model does not require that the <a |
149 | 149 | href="conform.html#doclanguage">document language</a> include elements |
150 | | -that correspond to each of these components. For document |
151 | | -languages (such as XML) that do not have pre-defined table elements, |
152 | | -authors must map document language elements to table elements; this is |
153 | | -done with the <span class="propinst-display">'display'</span> |
154 | | -property. The following <span |
155 | | -class="propinst-display">'display'</span> values assign table |
| 150 | +that correspond to each of these components. For document languages |
| 151 | +(such as XML applications) that do not have pre-defined table |
| 152 | +elements, authors must map document language elements to table |
| 153 | +elements; this is done with the <span |
| 154 | +class="propinst-display">'display'</span> property. The following |
| 155 | +<span class="propinst-display">'display'</span> values assign table |
156 | 156 | semantics to an arbitrary element:</p> |
157 | 157 |
|
158 | 158 | <dl> |
|
0 commit comments