tmb-github

Results 9 issues of tmb-github

I defer all of my JavaScript until after DOMContentLoaded. The classList.js polyfill is not accessible unless it is loaded at or before document.readyState === "loading". How can this be overcome?

The arrowLeft and arrowRight HTML created by the fancybox JS routine contains invalid HTML, as reported by https://validator.w3.org/#validate_by_input and other validators. The issue is the DIV within the BUTTONs. DIVs...

Chrome Version 83.0.4103.97 (Official Build) (64-bit) Windows 8.1 I'm trying to use the new `require-trusted-types-for 'script'` header available in Chrome 83, and it poses a problem for a reCAPTCHA form...

question
widget

Variables defined in one style block are not being recognized in other style blocks in certain cases. See the following: ``` CSS problem :root { --header-height: 60px; } .minified{margin:calc(1em +...

The validator throws this error when a LINK element with an imagesrcset attribute does not also have a href: ``` Error: Element link is missing one or more of the...

spec-conformance

### Describe the feature you'd like to request In Next.js 12, we simply add a nonce attribute to `` and `` (from "next/document") in _document.js in order for nonces to...

template: story

...and we need a corresponding Imagick release. Is one in the works? Just checking.

URL being validated or code to reproduce error: ``` .my-form:has(label) div { display: block; } .my-form:has(:checked) div { display: block; } ``` Error message: ``` Error: CSS: Parse Error. [From...

My site uses the Trusted Types Content Security Policy, as detailed here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types and: https://web.dev/security-headers/#tt Specifically, my site sends out this CSP header: `require-trusted-types-for 'script';` It prevents the Ecwid JavaScript...