tmb-github

Results 14 comments of tmb-github

It's still failing for Links with preload: ``

@sideshowbarker Any chance this can be fixed?

@sideshowbarker There's another Link/imagesrcset issue I've discovered. LINK elements do not need to have 'href' attributes if 'imagesrcset' is used. See recommended practice against using href in presence of imagesrcset...

@nschonni It does not produce an error when run on that validator (https://jigsaw.w3.org/css-validator/). Try it and see. The error seems to be in the HTML parsing of the two tags...

I'm getting this error: `[webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Cannot find module 'mini-css-extract-plugin/dist/CssDependency'`

P.S. On further inspection, the recaptcha__en.js code also triggers the same type of error, but this time a trusted html object is needed: ``` recaptcha__en.js:formatted:2690 [Report Only] This document requires...

@rowan-m Thanks! This also affects Google Analytics and Google Tag Manager, and I don't know how to alert those teams. If you could ping them to look at this issue...

@av09 I dropped using reCaptcha entirely because of this problem. The Google Analytics and Google Tag Manager have been rebuilt to use TrustedTypes; it's possible that reCaptcha has as well....

@sideshowbarker It no longer throws those errors when I test it against the example I submitted, nor against my own live site code, so it seems to be fixed. Many...

Sigh, the latest version provided on that page, for 8.1, doesn't work for 8.2. Using PHP 8.2 and following those instructions for 8.1, I get the expected mismatch error: >...