[ 
https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753077#comment-13753077
 ] 

Leonardo Uribe commented on MYFACES-3717:
-----------------------------------------

I think it is not related to JSF 2.2 passthrough feature. Instead, is is a 
normal attribute that is "passed through" the markup, just like other html 
attributes like "style", "dir", "lang" or "title". The new feature in JSF 2.2 
aims to allow output additional html attributes to be more friendly with HTML5. 
The fix here is very simple: just check which renderes requires "role" 
attribute and update the code in the renderer classes, usually located in 
org.apache.myfaces.shared.renderkit.html.* package.
                
> Implement "role" attribute in related components and renderers
> --------------------------------------------------------------
>
>                 Key: MYFACES-3717
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3717
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-344
>            Reporter: Leonardo Uribe
>


--
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