Possible Duplicate:
First letters of XML attributes not colored correctly if capitalized
I've been noticing today that the first character of each attribute name in markup code is black, and the remaining characters are red.
E.g.,
<Binding Path="LeftMargin"/>
As I type this, the "P" in Path is showing up black, but the "ath" is showing up red.
Is this intentional? It certainly looks bizarre to me.