RSS in HTML

I have a question: has anyone ever tried to standardize an RSS feed in HTML?

I can’t find any discussion around it — but I’d love to read more about the idea because it intrigues me.

The OG RSS was an XML feed.

Later we got JSON feeds.

So why not an HTML feed standard? (I know, I know, obligatory xkcd link.) At this point, I think it’s fair to say HTML has won. As Yehuda says:

HTML…is humanity's best effort to create a single set of portable semantics for the interaction patterns in computing.

In 100 years, will we still be writing XML for feeds? I would venture to guess that HTML will still be prevalent, so why not be writing HTML?

Plus it would be nice to have an “RSS” link on your website that, when an end-user clicks on it, is actually human-readable.[1]

If you go to my blog’s XML feed, well who knows what you’ll get. Depends on the browser. If you’re in Chrome, the resulting page is indecipherable unless you know what you’re looking at.

Screenshot of an a bunch of XML code in Chrome browner

My blog’s JSON feed is the same thing:

Screenshot of the JSON feed for blog.jim-nielsen.com in a Chromium browser

Why not have feeds in HTML? Then you wouldn’t need an RSS client to read content, only to subscribe to it.

Feeds would be readable like any other content on the web.

Plus, betting on HTML in the long run seems like a good idea.

Anyway, just a thought. Surely others have had it. Send me a link if you know where this conversations has happened.