Bug 180646 - The UI should follows the CSS standard strictly
Summary: The UI should follows the CSS standard strictly
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Birt-ReportDesigner CLA
QA Contact: Maggie Shen CLA
URL:
Whiteboard:
Keywords:
Depends on: 180644
Blocks: 181627
  Show dependency tree
 
Reported: 2007-04-03 04:43 EDT by Wei Yan CLA
Modified: 2010-10-14 04:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wei Yan CLA 2007-04-03 04:43:52 EDT
The BIRT style system is similar with the CSS standards with several differences, this SCR is used to enhance the BIRT system to follow the CSS standards strictly.

The differences include:
1. column is not the parent of cell, so cell can't inherit the style from the cell.
2. the semantic of vertical-align/text-align must follow the CSS definition.
3. the text-decoration should be merged into one property.

the remain differences will added into the comments.