This vector shows which characters are allowed before a CSS property name
<div id=x style="$[chr]color:red">test</div>0x0D
window.getComputedStyle(x).color === 'rgb(255, 0, 0)' && log($[i])<div id=x style="0x09color:red">test</div>0x0D
<div id=x style="
color:red">test</div>0x0D
<div id=x style="0x0Ccolor:red">test</div>0x0D
<div id=x style="0x0Dcolor:red">test</div>0x0D
<div id=x style=" color:red">test</div>0x0D
<div id=x style=";color:red">test</div>0x0D
<div id=x style="}color:red">test</div>0x0D