I am using Eclipse Kepler and when annotating a div with contenteditable tag, it underlines and says "Undefined attribute name". I wonder if this is not yet supported by the HTML editor.
Asked
Active
Viewed 247 times
0
-
Which Kepler version? – nitind Jun 06 '14 at 03:55
1 Answers
1
you need to use HTML DOCTYPE Declaration for HTML5 in your jsp/html file: "!DOCTYPE html" surround with < and >

listen1984
- 61
- 2