RSS feed 中的内联样式?
RSS 提要中可以使用内联样式吗?
我正在为一个网站制作 RSS 提要,该网站使用本身已导入的内容并包含内联样式。读者会使用或忽略这些内容吗?它们是否会导致任何其他问题?
谢谢
Is it ok to have inline styles in an RSS feed?
Im making an RSS feed for a site which uses content that itself has been imported and contains inline styles. Will these be used or ignored by readers, and could they cause any other issues?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RSS 提要并不真正意味着以任何方式设计样式,而是读者自己设计样式。它们可以在标题或描述等位置包含 HTML 标签,但是在其他位置添加标签可能会导致一些问题。
请参阅W3 rss feed 教程
RSS feed isn't really meant to be styled in any way, readers style them for themselves. They can contain HTML tags in places like titles or descriptions, however adding tags in other places might cause some issues.
See the W3 rss feed tutorial