Content.maxtextrunFrom MozillaZine Knowledge Base
[edit] BackgroundRather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. Because the application must wait for a node to be completed before rendering it, very long text nodes can prevent the page from reflowing. To prevent the wait, Mozilla applications split text nodes to a length specified by this preference. [edit] Possible values and their effectsThe maximum number of bytes in a text node. (Default: 8191) [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs |
|