[jbosstools-issues] [JBoss JIRA] (JBIDE-16952) Greater-than sign incorrectly considered an invalid character in HTML5 text

Alexey Kazakov (JIRA) issues at jboss.org
Mon Mar 31 13:34:13 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-16952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-16952:
-----------------------------------

    Fix Version/s: 4.2.0.Beta2

    
> Greater-than sign incorrectly considered an invalid character in HTML5 text
> ---------------------------------------------------------------------------
>
>                 Key: JBIDE-16952
>                 URL: https://issues.jboss.org/browse/JBIDE-16952
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing, upstream
>         Environment: JBoss Tools version that is in JBDS 7.1.1.GA
>            Reporter: Ron Šmeral
>            Assignee: Victor Rubezhny
>            Priority: Minor
>             Fix For: 4.2.0.Beta2
>
>
> A HTML5 file like the following
> {code:html}
> <!DOCTYPE html>
> <html>
>   <head><title>README</title></head>
>   <body>
>     <p>To run the tests, select Run As &ndash;> JUnit Test in the context menu.</p>
>   </body>
> </html>
> {code}
> results in a warning of type _HTML Problem_ with the text _Invalid character used in text string_, marking the greater-than sign (">").
> This warning is incorrect, since ">" is a valid character in HTML5 text elements as confirmed by the W3C validator.

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



More information about the jbosstools-issues mailing list