This vector shows which characters are allowed before a CSS property value
<div id=x style="color:$[chr]red">test</div>0x0D
window.getComputedStyle(x).color === 'rgb(255, 0, 0)' && log($[i])<div id=x style="color:⟦09⟧red">test</div>0x0D
<div id=x style="color:
red">test</div>0x0D
<div id=x style="color:⟦0C⟧red">test</div>0x0D
<div id=x style="color:⟦0D⟧red">test</div>0x0D
<div id=x style="color: red">test</div>0x0D
<div id=x style="color:\red">test</div>0x0D