HJW
HJW

Reputation: 23443

Eclipse Kepler does not recognize HTML5 "contenteditable"

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.

enter image description here

Upvotes: 0

Views: 250

Answers (1)

listen1984
listen1984

Reputation: 61

you need to use HTML DOCTYPE Declaration for HTML5 in your jsp/html file: "!DOCTYPE html" surround with < and >

Upvotes: 1

Related Questions