Re: Thoughts on align

Adam Megacz <[email protected]> Fri, 02 Apr 2004 21:38:30 -0800
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
Charles Goodwin <[email protected]> writes:
> On the other hand, if boxes determine their own alignment, this all gets
> very simple and requires very little intervention in terms of additional
> boxes.

Ambiguous

  <box width=30>
      <box align=right width=5>
      <box align=right width=5>
      <box align=left  width=5>
  </box>

What should this look like?  Do the two "align right" boxes "push"
harder than the align-left box?

  - a