]
Alexey Kazakov updated JBIDE-16952:
-----------------------------------
Component/s: upstream
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
Priority: Minor
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 –> 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: