Volodymyr Siedlecki created MYFACES-4450: --------------------------------------------
Summary: outputLabel does not render tabindex Key: MYFACES-4450 URL: https://issues.apache.org/jira/browse/MYFACES-4450 Project: MyFaces Core Issue Type: Bug Components: JSR-344, JSR-372 Affects Versions: 3.0.2, 2.3-next-M7, 2.3.10, 2.2.14, 4.0.0-RC1 Reporter: Volodymyr Siedlecki A minor issue was discovered where outputLabel failed to render tabindex even though it's part of the VDL docs: [https://docs.oracle.com/javaee/7/javaserver-faces-2-2/vdldocs-facelets/h/outputLabel.html] {color:#d4d4d4} {color}{color:#808080}<{color}{color:#569cd6}h:outputLabel{color}{color:#d4d4d4} {color}{color:#9cdcfe}tabindex{color}{color:#d4d4d4}={color}{color:#ce9178}"1"{color}{color:#d4d4d4} {color}{color:#9cdcfe}value{color}{color:#d4d4d4}={color}{color:#ce9178}"your name"{color}{color:#808080} />{color} {color:#d4d4d4} {color}{color:#808080}<{color}{color:#569cd6}h:inputText{color}{color:#d4d4d4} {color}{color:#9cdcfe}tabindex{color}{color:#d4d4d4}={color}{color:#ce9178}"2"{color}{color:#808080} />{color} I have a fix for this, and will get a PR up soon. -- This message was sent by Atlassian Jira (v8.20.10#820010)