-
@rob_dodson Hehe 😉. So, @feedly, if a feed contains a custom element, it seems like you swallow the contents: github.com/GoogleChrome/web.dev/issues/2039. Example:
xml […] <foo-random> <span>I disappear on Feedly</span> </foo-random> […]
Is this working as intended?
-
@rob_dodson @feedly Technically it’s Atom by the way: github.com/GoogleChrome/web.dev/blob/9f0e8c71368a579c656fb8fc5391e005567e98af/src/site/content/en/feed.njk#L17. See the spec: tools.ietf.org/html/rfc4287. Most people (including me in the Issue) call any feed “RSS”—no matter the actual format. The actual RSS feed format has an interesting version history: rssboard.org/rss-history. Fun…