Michael Scharnagl

Results 8 comments of Michael Scharnagl

I would go with service worker only. Appcache is it not worth the trouble in my opinion. Yes, this way it won't work offline in Safari and Edge at the...

The problem is that case 2 can not be detected via css, because there is no selector for "label that contains an input as children", at least as far as...

I also get an error related to this when I check the "Block any sites from setting data" option in Chrome. The error is `Uncaught SecurityError: Failed to read the...

Hi @addyosmani I just created a new branch on my fork to compare the performance, see: https://github.com/justmarkup/basket.js/commit/256161ad13a6ed7b0c89769efb7b246b284fef70 I am not adding a try/catch block inside any of the functions as...

From my experience as a Front-end Developer I think of the following use cases. ### Reduce Content Shifting This is probably the biggest use case, especially on slow connections (often...

@tomhodgins I really appreciate your work on EQCSS and would love to have `ew` and `eh` native in CSS but I think it will be hard to implement them and...

Did you see the draft, eg. [example 3](https://wicg.github.io/logical-sizing-properties/#example-99ccde2f) covers some of your questions.

It is an early draft so there are open questions, but from what I understand from the draft it should work this way for your examples: ``` iframe { width:...