Open PunchyRascal opened 2 years ago
Id attribute of <noscript id="foo"> is not retained in the <div> that replaces the <noscript>. This may lead to missing styling.
<noscript id="foo">
<div>
<noscript>
+1, except not just the id attribute, but any kind of attribute.
id
Id attribute of
<noscript id="foo">
is not retained in the<div>
that replaces the<noscript>
. This may lead to missing styling.