]
Vlado Pakan closed JBIDE-16952.
-------------------------------
Verified with JBDS Beta2-v20140601-0744-B106
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 –> 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.