tomayac’s avatartomayac’s Twitter Archive—№ 11,846

  1. …in reply to @a_arknu
    @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.
    1. …in reply to @tomayac
      @a_arknu @ChromiumDev @MSEdgeDev Rough idea to get you started: javascript if (!CSS.supports('hyphens: auto')) { // Dynamically import hyphenation // library and dictionary. }