Reputation: 41
I am learning HTML with the Aptana IDE v3.6 (the latest version).
When I type in some HTML5 tags like it remind me
the main tag is not recognized.
Aptana does not recognize html5?
Or how should I fix that?
Upvotes: 4
Views: 2132
Reputation: 19406
If you want to get rid of the error, you could shut off Unrecognized Elements warnings like so:
Window > Preferences > Aptana Studio > Validation > HTML Tidy Validator
Select HTML Tidy Validtor > Elements > Unrecognized Elements
Note, however, that without these warnings, you'll be able to type undefined tags (e.g. <abc>
).
Upvotes: 1