Why the following XSS vectors work without closing bracket?
The following XSS injections will execute without the accompanying closing tag (see this demo):
<body/onload=alert(1)
<svg/onload=alert(1)
<iframe/onload=alert(1)
I just need to know why these work, any documentat… Continue reading Why the following XSS vectors work without closing bracket?