On Mar 9, 2009, at 6:48 PM, Meryl Silverburgh <silverburgh.meryl at gmail.com > wrote: > Hi, > > Can you please tell me where is the Webkit code which does text > wrapping? > For example, I have a paragraph of text. How does Webkit decide where > to break into multiple lines? RenderBlock::findNextLineBreak() in bidi.cpp.