I think I just uncovered a minor bug in Feedbin‘s RSS parsing.
I used some inline CSS to flip an emoji upside-down in a recent blog post, but it’s displaying right side up in Feedbin (and therefore in NetNewsWire, so at first I thought it was a bug there, but if I let NNW read the RSS directly instead of pulling from Feedbin, it displays the inverted emoji properly).)
I’ve confirmed that the inline CSS is present in the raw RSS feed (which makes sense, since it displays properly when loaded directly in NNW).
But when I use Safari’s inspector to peek at the HTML that Feedbin is rendering, though the span
tag is there, the style
argument with the inline CSS has been stripped out.
Is this a bug? Or is Feedbin intentionally stripping inline CSS style
declarations out for some reason?