https://developer.mozilla.org/en-US/docs/Web/HTML/Element/in...
Another example where reading the input might be nice:
input[type="cc-number"][value^="4"]+.cc-system-icon { background-image: url('visa.png'); }input[type="cc-number"][value^="5"]+.cc-system-icon { background-image: url('master-card.png'); }
Another example where reading the input might be nice: