mfluehr

Results 4 issues of mfluehr

https://developer.chrome.com/blog/new-in-chrome-104/#mq-math The range queries example fails to apply styles between 600px and 601px. The code should be more like this: ``` @media (width < 400px) { /* Styles for viewports...

bug
P2

MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-trim Spec: https://drafts.csswg.org/css-box-4/#margin-trim Can I use: https://caniuse.com/mdn-css_properties_margin-trim I've been developing with CSS for over ten years now, and my number one problem with modern CSS is that margins are...

State of CSS 2022
probably not
Feature

Why is `window.request_redraw()` invoked [when handling `Event::AboutToWait`](https://github.com/tuzz/game-loop/blob/12982d8473c1bae083bb8fef5532173be9216b89/src/helper.rs#L81)? I believe it would be better done when handling `WindowEvent::RedrawRequested`. According to the winit docs on [`AboutToWait`](https://docs.rs/winit/latest/winit/application/trait.ApplicationHandler.html#method.about_to_wait): > This is not an ideal...

Examples that use ogg files still run, but no longer produce sound. Based on my testing, this problem seems to have been introduced in #753.

bug