I am learning web design with Aptana and I have ran into a weird problem. The HTML editor does not recognize main element. Therefore, my .css file cannot select main element to style it. I have checked under windows --> preferences --> general --> editors and have made sure the HTML editor is default and selected. The only others are two text editors and web browser. Any fixes to this? Is it possible to download a better editor and install into Aptana? It has an add button.
Asked
Active
Viewed 381 times
1
-
I changed it to section and it fixed it. However, I do like using main for semantic reasons so if anybody has a fix let me know! Thank you! – William McDowell May 24 '17 at 22:57
1 Answers
0
I suppose that this element is not recognized because it is relatively new: at this time, it is not yet supported by the HTML Editor in Eclipse Web Tools for Neon.3, as you can see on this bug report for example).
You can also see these other related questions:

P. Mergey
- 313
- 4
- 18