you are viewing a single comment's thread
view the rest of the comments
[–] 21 points 5 months ago (1 child)

There are libraries that can polyfill this with almost zero effort. List should not effect any active site that offers rss feeds.

  • source
  • hideshow 1 child comment
  • [–] 2 points 5 months ago

    It's not zero effort at all. For XML(which RSS is) with xlst it is serving only 2 static files. The XML file with a reference to the xlst file, and the xlst file.

    The XML can be read without transformation by tools like RSS readers, but displayed with transformation into HTML for viewing in a browser with the xlst.

    You're saying it is easy to polyfill, but involving JavaScript at all completely breaks the (useful) paradigm

  • source
  • parent