When you do your build and pull this morning you will notice a
difference in the form controls.
We have disabled Quirks sizing (compatability with Nav 4.x) and are now
always sizing as if we were in Standard/Strict mode. This also means we
size a lot closer to IE.
Also, note that some text fields will be smaller on sites that serve up
different HTML depending on user-agent string. Nav 4.x text fields
always sized too large so sites sometimes served up text fields with the
"size" attr set to something smaller than IE. Since we now size smaller
than before the change won't break the layout of pages but they may look
a little strange because they size smaller.
Please don't file any bugs saying the text field sizes too small, I will
get enough of those from the net.
You can turn quirks back on (at least it will then be determined by the
DTD) by adding this pref:
user_pref("layout.forms.use_standard_or_quirks", true);
and uncommenting some of the style rules in quirk.css
Rod