Results 146 comments of François REMY

Strange. I bet the slowness comes from an invalid selector, which forces the browser to enter the catch section, and might be the root cause of the problem. Can you...

Ahaha, yes, I meant `*` and `*,…`. Markdown ate both our `*` selectors, your post has the same issue :)

Oh, I see, that happens during copyStyle which manually computes the cascaded style of elements. This is not the polyfill framework trying to see which elements match the polyfilled css...

I would indeed recommend to use the script directly. There is a bower port courtesy of https://github.com/FremyCompany/css-grid-polyfill/issues/24 but I don't think it is entirely up to date (probably not). At...

Hi, Thank you for your kind words, I am currently spending very few time on my public work as I'm transitioning to a new life in the United States. I'm...

You cannot split text areas. It is the expected behavior that those are not splitted. What is unexpected is that it seems like it is carried over and over. A...

Please provide a test case I can look into.

And which browsers/OS you tried this in

I am asking because the feature is manually tested and so I know for sure it used to work: https://github.com/FremyCompany/css-grid-polyfill/blob/master/demo/css-grid/layout3.html