Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/jvm1.5/src/org/litesoft/render/MockContainer.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.render;
2 3
3 4 import org.litesoft.core.util.*;
  @@ -10,7 +11,7 @@
10 11 *
11 12 * In addition, the size of a container may NOT be the sum of its TD sizes, there appears to be an opportunity for Firefox to
12 13 * mis-calculate the Offsets such that there is an empty pixel between the TDs (this has only been observed when the Table is
13 - * explicitly sized larger then the natural summed size of the children).
14 + * explicitly sized larger then the natural summed size of the children).
14 15 */
15 16 public abstract class MockContainer extends MockRenderableRect implements RenderableContainer
16 17 {