Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 RC2
-
Fix Version/s: 1.0 RC2
-
Component/s: Documentation
-
Labels:None
-
Application server:Tomcat/5.0.29
Description
In example-styles.jsp,
in "Old Styles @deprecated" section,
row "tableCellHeader"
column "now use"
should be replaced: tbody -> theader
<wrong>
Assign a style to thead th element, you don't need a class. If you want this style to be applied only to the <display:table>, simply add a class or id to the table tag and create a parent.child rule in css like table.myclass tbody th {color:red;}
<corrected>
Assign a style to thead th element, you don't need a class. If you want this style to be applied only to the <display:table>, simply add a class or id to the table tag and create a parent.child rule in css like table.myclass theader th {color:red;}
in "Old Styles @deprecated" section,
row "tableCellHeader"
column "now use"
should be replaced: tbody -> theader
<wrong>
Assign a style to thead th element, you don't need a class. If you want this style to be applied only to the <display:table>, simply add a class or id to the table tag and create a parent.child rule in css like table.myclass tbody th {color:red;}
<corrected>
Assign a style to thead th element, you don't need a class. If you want this style to be applied only to the <display:table>, simply add a class or id to the table tag and create a parent.child rule in css like table.myclass theader th {color:red;}
Activity
fabrizio giustina
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | fabrizio giustina [ fgiust ] |
fabrizio giustina
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |