Michal Čaplygin

Results 27 comments of Michal Čaplygin

Sure, would not be surprised if it behaved differently in other OSes, but cannot test. Just telling that calling `minimize` before `hide` fixes the "nothing is active after toggle or...

For record, in unlikely case some other Windows user with `AutoHotkey` installed would like to have more reliable global hotkey until the native ones quirk is sorted out, this snippet...

Did a quick [test](http://myfonj.github.io/tst/nested-dataURI-CSS-imports-test.html) if `@import url()` could be expanded to plain old static data URIs even when nested and it seems to work as expected (with paying attention to...

Probably just presenting **summary of all external resources** (`url()`s) that could be potentially loaded by the userstyle could give it's user quite clear picture what he can expect. Zero external...

Yes, it could have some potential benefits not related to security as well, at least protection from resource down times and reduced flicker of dynamically loaded ones. Some extra performance...

Nor does Chrome: [SVG (filter | fill | stroke | clip-path | mask | marker-*) from external files not applied](https://crbug.com/109212)

Blurbed this issue into https://github.com/w3c/webcomponents-cg/discussions/92#discussioncomment-9238212

### What about ``? I believe that backwards-compatible idiomatic accessible HTML "fallback" markup for this kind of user input is a **radio group**. So instead of introducing new types of...

I am getting such ridiculous hints as "use delete" or "home". Obviously those are exactly keys I am using already. (No, I am really not using mouse context menu.) ![Tip:...

Don't have real Safari at hand, but in Playwright's `AppleWebKit/605.1.15` and **even any Chromium-derived browser** on my machine touching `list-item` by either `counter-reset` or `counter-set` does not seem to have...