diff --git a/layout/reftests/text/auto-hyphenation-fi-1-ref.html b/layout/reftests/text/auto-hyphenation-fi-1-ref.html index 470c07ae4131..1bb845a4056c 100644 --- a/layout/reftests/text/auto-hyphenation-fi-1-ref.html +++ b/layout/reftests/text/auto-hyphenation-fi-1-ref.html @@ -5,7 +5,7 @@
-Kaikki ih­mi­set syn­ty­vät va­pai­na ja ta­sa­ver­tai­si­na ar­vol­taan ja oi­keuk­sil­taan. +Kaik­ki ih­mi­set syn­ty­vät va­pai­na ja ta­sa­ver­tai­si­na ar­vol­taan ja oi­keuk­sil­taan.
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index a9ac18bb23cb..470c11515d9c 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1669,10 +1669,12 @@ pref("intl.hyphenation-alias.no-*", "nb"); pref("intl.hyphenation-alias.nb-*", "nb"); pref("intl.hyphenation-alias.nn-*", "nn"); -// In German, we allow hyphenation of capitalized words; otherwise not. +// In German and Finnish, we allow hyphenation of capitalized words; otherwise not. +// (Should this be extended to other languages? Should the default be changed?) pref("intl.hyphenate-capitalized.de-1996", true); pref("intl.hyphenate-capitalized.de-1901", true); pref("intl.hyphenate-capitalized.de-CH", true); +pref("intl.hyphenate-capitalized.fi", true); // All prefs of default font should be "auto". pref("font.name.serif.ar", "");