0

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

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215

1 Answers1

1

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

listen1984
  • 61
  • 2