An open API service indexing awesome lists of open source software.

https://github.com/rdela/safari-css-filter-update

Demonstration of Safari CSS filter update bug
https://github.com/rdela/safari-css-filter-update

bug safari webkit

Last synced: about 1 month ago
JSON representation

Demonstration of Safari CSS filter update bug

Awesome Lists containing this project

README

        

# Safari/WebKit CSS Filter Update Bug

Open [index.html](./index.html) in Safari, or visit

Open Web Inspector and watch the buttons aria-selected attributes values change while clicking them. Observe how the CSS filter [grayscale(100%) unless aria-selected is true, then 0%] is not applied consistently when the values change. Try the same in Chromium and Firefox browsers. Oddly, in Safari, display only seems to update to the correct value when window focus changes or when Web Inspector is opened or closed.