Die Rechtschreibprüfung hier weiß das auch, denn sie unterstreicht beide Wörter mit einer roten Wellenlinie.
Kann man übrigens konfigurieren
user_pref("ui.SpellCheckerUnderlineStyle",3); /* Schreibfehler gestrichelt */
Sollte noch Gültigkeit haben
In Firefox versions starting with Firefox 3.6 you can change the default wavy underline style via the hidden Integer pref ui.SpellCheckerUnderlineStyle to 0:none, 1:dotted, 2: long dots, 3:line, 4:double line, 5:wavy line (default).
You can set the color of the underlining via the String pref ui.SpellCheckerUnderline (default is red #FF0000) and the thickness of the underlining via the Integer pref ui.SpellCheckerUnderlineRelativeSize (default is 1.0 * 100 -> 100).
See also about:config
