-
@a_arknu @ChromiumDev @MSEdgeDev FYI, I have pinged the engineering team. Please note that all client-side hyphenation libraries come at a cost (npmjs.com/search?q=keywords:hyphenation), so if hyphenation is essential for you, be sure to only download the library for user-agents that need it and else rely on native hyphenation.
-
@a_arknu @ChromiumDev @MSEdgeDev Rough idea to get you started:
javascript if (!CSS.supports('hyphens: auto')) { // Dynamically import hyphenation // library and dictionary. }