I'm struggling to understand why this code works:
input[ type = "text" ]:last-of-type:focus{ border:1px solid red; }
but this code doesn't work:
input[ type = "checkbox" ]:last-of-type:checked{ border:1px solid red; }
The example given with the "border" property is just that, merely an illustration. Any other properties are also disregarded!