Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望在 Kindle 网络浏览器上为我们的网页使用更高对比度的样式以进行电子墨水显示。但是 Kindle 使用常规screen媒体类型。提到了 Kindle 的使用amzn-mobi和amzn-kf8媒体类型,但它们似乎只适用于电子书,不适用于网络浏览器。
screen
amzn-mobi
amzn-kf8
我们总是可以查看用户代理字符串并相应地添加一个类,但是当有基于 CSS 的替代方案时,我们希望尽可能避免基于 JavaScript 的解决方案。
我们决定跳过那次冒险,因为:
由于这些原因,我们决定推迟实施任何特定样式,并增加设计中的默认对比度。