Tainted ids/names that can shadow globals through element attributes.
const nameValue = location.hash; const form = document.createElement('form'); form.name = nameValue; document.body.appendChild(form);