[ 
https://jira.codehaus.org/browse/DOXIA-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=323006#comment-323006
 ] 

Dennis Lundberg commented on DOXIA-404:
---------------------------------------

Thanks for fixing part of this Robert.

I agree that borders are best handled with cascading style sheets. The problem 
is that the xhtml code that is generated by the above APT snippet adds 
{{border="1"}} to the {{table>}} element. I think it would be better to not 
have this attribute generated.
                
> Problems using table headers in APT documents
> ---------------------------------------------
>
>                 Key: DOXIA-404
>                 URL: https://jira.codehaus.org/browse/DOXIA-404
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.1.3
>         Environment: Maven Site Plugin 2.1.1
>            Reporter: Dennis Lundberg
>            Assignee: Robert Scholte
>             Fix For: 1.4
>
>
> When using the [APT enhancement for table header 
> cells|http://maven.apache.org/doxia/references/doxia-apt.html#Table_header_cells]
>  the table itself automatically gets a border.
> This table gets a border:
> {noformat}
> *-----------+-----------+
> || Header 1 || Header 2 |
> *-----------+-----------+
>   Cell 1    | Cell 2    |
> *-----------+-----------+
>   Cell 3    | Cell 4    |
> *-----------+-----------+
> {noformat}
> We need to figure out a way to have table header cells in a table without 
> borders.
> Also cells 1 and 3 in the example are made into header cells, even though 
> they haven't been specified as such.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to