Reputation: 23443
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.
Upvotes: 0
Views: 250
Reputation: 61
you need to use HTML DOCTYPE Declaration for HTML5 in your jsp/html file: "!DOCTYPE html" surround with < and >
Upvotes: 1