This shouldn’t be browser specific, I blocked a custom script whose name contains a .
which is transformed to a space, which then breaks attribute selectors when used unquoted: https://mathiasbynens.be/notes/unquoted-attribute-values
Also, the quotes are added to the minified version, so there’s really no use in omitting them in the source
Edit: Sorry, just checked and the .
only gets replaced by a space in the placeholder notice, in the markup it’s a -
so that should in theory not be the problem, but I still had to quote every attribute in the cookiebanner.js
to get rid of the errors. Using Firefox Developer Edition 111 btw.
-
This reply was modified 1 year, 8 months ago by marcelbusch.
-
This reply was modified 1 year, 8 months ago by marcelbusch.