devopera
devopera copied to clipboard
Minor Atom feed validation errors
There are some minor feed validation errors that we may want to fix: http://feedvalidator.org/check.cgi?url=https%3A%2F%2Fdev.opera.com%2Ffeed%2F @pepelsbey What do you think?
We could fix some of them:
- Strip HTML from
<title> - Add some email
But I guess not all of them: we need <iframe> for videos and <figcaption> is HTML element.
Add some email
Why not just remove the <email> altogether, since we’re not using it?
@mathiasbynens, good point, I thought it’s required
Might be useful: https://mathiasbynens.be/notes.atom is a simple but valid example Atom feed.