Styling Bold as Caps-lock

This isn’t really a question, but more an idea.

Wouldn’t it be fun to annoy everybody and style <strong> tags as if they were written in caps-lock? It’d be really simple:

strong {
	font-weight: normal;
	text-transform: uppercase;
}

I guess I’m just easily amused… :stuck_out_tongue: