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.
是否可以检查用户是否为 JS (jQuery) 的可访问性目的设置了自定义的前景色和背景色?
如果默认颜色已知,我知道的唯一方法是检查元素的背景和前景色。如果这些不同,则可能已在浏览器设置中设置了颜色。
我确实检查了页面加载后背景颜色和颜色是否发生了变化。如果是这样,我通过 JS 进行了一些修改。这就是我现在的解决方案。:)
此致