@ -1900,10 +1900,13 @@
19
],
"description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.",
"dom": [
"link[type=\"application/rss+xml\"]",
"link[type=\"application/atom+xml\"]"
"dom": {
"link[type*='application']": {
"attributes": {
"type": "application/(?:rss|atom)\\+xml"
}
},
"icon": "RSS.svg",
"website": "https://www.rssboard.org/rss-specification"