Support gaps bigger than browser's maximal node size #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The empty space placeholder can be arbitrarily large for big documents, but browsers tend to have a limit on the height they support in a CSS property. In Firefox, the limit is 17895697 pixels. Have to test with other browsers. The library should create multiple elements below each other to work around this when necessary.
In Chrome the corresponding number appears to be 22369530. Maybe safest would be to stay under ten million? Haven't tested on IE and Safari yet.