[
https://issues.apache.org/jira/browse/MYFACES-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3926.
-------------------------------------
Resolution: Fixed
Assignee: Leonardo Uribe
Fix Version/s: 2.2.10
> Disabled h:outputLink renders invalid attributes
> ------------------------------------------------
>
> Key: MYFACES-3926
> URL: https://issues.apache.org/jira/browse/MYFACES-3926
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.2.4
> Reporter: Sven Linstaedt
> Assignee: Leonardo Uribe
> Priority: Trivial
> Fix For: 2.2.10
>
>
> A disabled <h:outputLink/> component renders it's content in a <span/> tag.
> Unfortunately the renderer does not check, if attributes that does apply to
> <a/> will also apply to to the <span/> tag. So in addition to common
> attributes like styleClass other ones are rendered, that are not valid in the
> context of a <span/> like:
> * target
> * tabindex
> * shape
> * rel
> * rev
> * hreflang
> * coords
> * charset
> * ...maybe others, but I am no export for the html spec
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)