I am researching how the text resizing algorithm on mobile webkit works, in hopes of replicating the algorithm using Javascript on a desktop browser. I haven't found any literature on how it works other than some short posts about the -webkit-text-size-adjust property.
I am trying to look into the Webkit source code, but I am not sure that will be fruitful because I don't think the mobile webkit branch of webkit is open source.
Any more information on this or pointers for where to look would be very helpful, thanks.