Reputation: 77
I'm new to Eclipse, using PDT (helios). I keep getting warnings for "Unknown Tag (article)", also besides 'article' theres unknown tag warnings with 'nav', 'footer', 'header', etc. What I can infer from this is that Eclipse has a problem with HTML5 Validation.
I have one file Template.php which is used throughout the project and I've defined the DOCTYPE like so:
<!DOCTYPE html>
I tried looking into Project>Properties>Validation But I don't see anything there that I can change / modify for this. How would I ensure HTML5 is properly validated by eclipse?
Upvotes: 1
Views: 6044
Reputation: 4958
According to this blog post, HTML5 support was added to Eclipse Helios after its initial release. Have you made sure you've updated to the most recent version? If not, consider going straight to Indigo - since Eclipse doesn't require installation (just unzip and run), you can use multiple versions at the same time.
Upvotes: 2