MicrosoftEdge / Status

This repository tracks the roadmap for the Microsoft Edge web platform. This data is used on https://status.microsoftedge.com/ to provide implementation status and forward-looking plans for web standards in Edge and other browsers.
https://status.microsoftedge.com
Other
534 stars 200 forks source link

Encode special characters in RSS #589

Closed shhnjk closed 6 years ago

shhnjk commented 6 years ago

Please encode special characters (at least < and >) of test in the link. There's a entry <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/status/detailssummary">The status of <details>/<summary> was changed from "In Development" to "Under Consideration"</a> in the rss which if you render as an HTML, <details>/<summary> will be treated as an HTML tag.

molant commented 6 years ago

Any reason why you closed this?

shhnjk commented 6 years ago

I figured out that this depends on RSS client. If RSS client is HTML-based, it would help if we change the existing model, but if RSS client is a text-based client (e.g. Twitter bot, Email), then it would be unreadable if we changed it. So I thought maybe it should be filtered by HTML client side.