Veeck
Veeck
Thx for the bug report. What node version are you using?
@TomMettam new tests are always welcome. are you still interested in providing a PR for this?
@TomDeSmet any idea on how to fix this for CfA? Or is this FR not relevant anymore?
@paulirish two month since @patrickkettner has promised to fix it. I have given up hope. If I dont hear back till tomorrow I'll merge my PR with the new link...
Grrrr..... Uploading the updated modernizr-neue to the new.modernizr.com worked and most of the pages are working. Unfortunatly the most important page: https://new.modernizr.com/download throws a network error after the first visit.......
Ah, had to run the server part of the site too which removes trailing spaces.... Unfortunatly thats not possible on github io pages so I fell back to deploy it...
So with your es6 rewrite, would the v3 page code be able to build modernizr v4 too? Or would we have to do some work there too **IF** we want...
So, could we have a update of the webpage @patrickkettner with the 3.11 note and all the ones before in the meantime?
Can confirm this now too. Culprit is this line: https://github.com/Modernizr/Modernizr/blob/c21ecfe5770ddab5dc3590d3ab2ce67ad4d65736/feature-detects/css/nthchild.js#L31 Using width in the test lets it fail since the pixel get rounded in unexpcted ways in these zoom levels.
Maybe you can try this branch @vazitron and report if it really fixes your problem?