Ok as programmers we all follow programming standards (as in W3 standards, or C++ standard, etc...), and many of us consider these standards "sacred" and also many seasoned programmers can recite their choice of standards by heart when asked about a question in their field of expertise. You can see this last case a lot here on SO by the way!
However I think most programmer's aren't aware that these standards are decided by committees of humans, and that our standards are actually living standards that constantly change to meet the current needs based on feedback (HTML5.0, Perl6.0, C++0x) etc...
Now my personal modus-operandi recently has been to read the upcoming standards that will affect me, and if I have concerns I don't rant, I mail the consortium explaining my concerns and suggestions. Many times I get positive responses, other times I get well explained reasoning why it can't be done, and of course other times I just get ignored :) However I know I tried, and did an effort to make the standard better.
So I was wondering if I'm some kind of standards freak, or if this kind of behavior is common among other SO users?