Hacker News new | ask | show | jobs
by dimaor 525 days ago
Is it weird that I expected the post to actually have running examples?
1 comments

From the article:

> If you want to see a decent quick example of them in action, you can check out my game Jumblie and click the Settings gear button at the top.

It has the backdrop filter but it doesn't prevent page scrolling.

BTW, MDN's data on Safari's support for the unprefixed `backdrop-filter` property is wrong, it still sometimes requires using `-webkit-backdrop-filter` (works in iOS Safari 18.2.1, doesn't work in Safari 18.2 on macOS 14.7.1).

I have read the article, and saw the link, I simply thought it is so simple to actually add an example since the post itself is a web page.
That would require adding JavaScript to the page and some people don't do that in their blog, especially when it's published using a static site generator.