Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-8
-
Fix Version/s: 1.1
-
Component/s: Module - Xdoc, Module - Xhtml, Sink API
-
Labels:None
-
Number of attachments :
Description
The xdoc parser ignores rowspan and colspan attributes for <th> and <td> cells (even though the DTD says that these are legal) and the XHTML renderer subsequently does not render out these attributes.
As the Sink-API offers methods for generating table-cells with a defined width, this is easy to implement (see attached patch), but the rowspan attribute would require new methods in the (very unflexible) API that take both height and width.
The attached patch fixes the colspan problem for the xdoc parser and the xhtml renderer.
Activity
Jason van Zyl
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jason van Zyl [ jason ] |
Jason van Zyl
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Lukas Theussl
made changes -
| Resolution | Fixed [ 1 ] | |
| Assignee | Jason van Zyl [ jason ] | Lukas Theussl [ lukas ] |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Lukas Theussl
made changes -
| Component/s | Sink API [ 12822 ] | |
| Component/s | Module - Xhtml [ 12821 ] | |
| Component/s | Core [ 11998 ] | |
| Component/s | Module - Xdoc [ 12820 ] | |
| Fix Version/s | 1.0-beta-1 [ 13617 ] |
Lukas Theussl
made changes -
| Affects Version/s | 1.0 [ 12362 ] |
Lukas Theussl
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Lukas Theussl
made changes -
Lukas Theussl
made changes -
Lukas Theussl
made changes -
Dennis Lundberg
made changes -
| Comment |
[ [flights|http://getflightsto.com]
[Pregnancy Period|http://childcareforums.com] ] |
Patches applied.