[ 
http://issues.apache.org/jira/browse/TAPESTRY-932?page=comments#action_12377131 
] 

Brian K. Wallace commented on TAPESTRY-932:
-------------------------------------------

Embedded styles take priority over linked. That's the closest I can vouch for. 
Linked from two places? The second would override the first.. The problem with 
any CSS change combines "embedded vs. linked" as well as "users who do not use 
CSS themselves".

Hadn't planned on looking just yet, but I did and see the style embedded which 
would always take precedence. I'll look at removing it.
This also affects SimpleTableColumnFormComponent (Those are the only two which 
have embedded styles in framework or contrib)


> SimpleTableColumnComponent.html contains invalid CSS
> ----------------------------------------------------
>
>          Key: TAPESTRY-932
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-932
>      Project: Tapestry
>         Type: Bug

>   Components: Contrib
>     Versions: 4.0.1
>  Environment: Windows/Firefox
>     Reporter: Ryan Holmes
>     Priority: Minor

>
> Line 21 of SimpleTableColumnComponent.html refers to a nonexistent CSS 
> attribute, "align".  This causes any pages using the Table component with 
> sortable columns to fail CSS validation.
> If "vertical-align" was intended, the CSS should be changed accordingly 
> (probably "vertical-align: middle;").
> Since the style tag contains no other CSS, it might be preferable to remove 
> it entirely and leave it to the user to set attributes for the 
> .tableHeaderImage class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to