|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 1.31 1997-12-29 22:03:14 ijacobs Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 1.32 1998-01-08 20:19:43 ijacobs Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
6 | 6 | <title>Tables</title> |
@@ -45,7 +45,7 @@ class="propinst-display">'display'</span> values of |
45 | 45 | title="block"><span class="value-inst-block">'block'</span></span> if |
46 | 46 | their <span class="propinst-float">'float'</span> property is not |
47 | 47 | 'none' or their <span class="propinst-position">'position'</span> |
48 | | -property is not 'static'. |
| 48 | +property is not 'normal'. |
49 | 49 |
|
50 | 50 | <p>Any children of a <span class="index-inst" title="table"><span |
51 | 51 | class="value-inst-table">'table'</span></span>, <span |
@@ -99,22 +99,28 @@ title="row-group"><span |
99 | 99 | class="value-inst-row-group">'row-group'</span></span>, until an |
100 | 100 | element of a different type, or the end of the parent. |
101 | 101 |
|
102 | | -<p><span class="index-inst" title="col-group"><span |
103 | | -class="value-inst-col-group">'Col-group'</span></span> elements are |
104 | | -ignored (i.e,, treated as 'none') if they are not the |
| 102 | +<p>Conforming user agents may consider the value of the <span |
| 103 | +class="index-inst" title="col-group"><span |
| 104 | +class="value-inst-col-group">'col-group'</span></span> property to be |
| 105 | +'none' if the property is specified for an element that is not the |
105 | 106 | child of a <span class="index-inst" title="table"><span |
106 | | -class="value-inst-table">'table'</span></span>. <span |
107 | | -class="index-inst" title="col"><span |
108 | | -class="value-inst-col">'Col'</span></span> elements are ignored if |
109 | | -they are not the child of a <span class="index-inst" |
| 107 | +class="value-inst-table">'table'</span></span>. <p>Conforming user |
| 108 | +agents may consider the value of the <span class="index-inst" |
| 109 | +title="col"><span class="value-inst-col">'col'</span></span> property |
| 110 | +to be 'none' if the property is specified for an element that is not |
| 111 | +the child of an element with <span class="index-inst" |
110 | 112 | title="table"><span class="value-inst-table">'table'</span></span> or |
111 | 113 | a <span class="index-inst" title="col-group"><span |
112 | | -class="value-inst-col-group">'col-group'</span></span>. Any content |
113 | | -and descendants of a 'col' are ignored. Any content or descendants of |
114 | | -a <span class="index-inst" title="col-group"><span |
| 114 | +class="value-inst-col-group">'col-group'</span></span> specified. Any |
| 115 | +content and descendants of a <span class="value-inst-col">'col'</span> |
| 116 | +are <span class="index-inst" title="skip"><a |
| 117 | +href="syndata.html#skip">skipped.</a></span> Any content or |
| 118 | +descendants of a <span class="index-inst" title="col-group"><span |
115 | 119 | class="value-inst-col-group">'col-group'</span></span>, other than |
116 | 120 | <span class="index-inst" title="col"><span |
117 | | -class="value-inst-col">'col'</span></span>, are also ignored. |
| 121 | +class="value-inst-col">'col'</span></span>, are also <span |
| 122 | +class="index-inst" title="skip"><a |
| 123 | +href="syndata.html#skip">skipped.</a></span> |
118 | 124 |
|
119 | 125 | <div class=example> |
120 | 126 | <p>[Need example here] |
@@ -378,7 +384,9 @@ separate border as well. |
378 | 384 | </div> |
379 | 385 |
|
380 | 386 | <p>In this mode, rows, columns, row-groups and column groups cannot |
381 | | -have borders. (The border properties on those elements are ignored.) |
| 387 | +have borders (i.e., user agents must <span class="index-inst" |
| 388 | +title="skip"><a href="syndata.html#skip">skip</a></span> the border |
| 389 | +properties for those elements. |
382 | 390 |
|
383 | 391 | <div class=example> |
384 | 392 | <p>The table in figure 3 could be the result of a style sheet like |
|
0 commit comments