Daniel Ruf
Daniel Ruf
https://www.w3.org/TR/REC-html40/interact/scripts.html#h-18.2.1 says: " type = [content-type](https://www.w3.org/TR/REC-html40/types.html#type-content-type) [[CI]](https://www.w3.org/TR/REC-html40/types.html#case-insensitive) This attribute specifies the scripting language of the element's contents and overrides the default scripting language. The scripting language is specified as a...
It seems WHATWG has a different specification: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element The type attribute allows customization of the type of script represented: * Omitting the attribute, setting it to the empty string, or...
Afaik `type` without any value would be a boolean. Not an empty or normal string (at least this is how attributes like `checked`, `required` and `disabled` work).
> If treating `type` the same as `type=""` is acceptable, then this results in a green CI build: Not sure. > I'll be happy to open a PR if this...
If we have a header which sits directly at the top sticky.js does not track and does not set the class. I guess the tracking starts for elements in the...
> matthew-pillado-pllc Who created the theme?
+ the password stealer (the dll), see my last comment: https://github.com/faisalman/ua-parser-js/issues/536#issuecomment-950184949 The maintainer probably did not enforce 2FA for npm releases on npmjs.com.
Bump.
> see .nvmrc --> 0.10.44, I know this is quite an old project now. Supporting Node.js LTS is not planned currently, maybe with the next full refactor. I could help...
`grunt-node-inspector/node_modules/node-inspector/node_modules/v8-debug` Probably just an outdated dependency. Try updating Node.js and npm to the latest releases and clear the npm cache. https://stackoverflow.com/questions/40308623/cannot-find-module-internal-fs-after-upgrading-to-node-7/40406482#40406482