I’m not trying to prolong this discussion, but I couldn’t help commenting on this: ;-)
> On Mar 16, 2018, at 6:38 AM, Alex Harui <[email protected]> wrote: > > Span was an attempt to keep things from unintentionally wrapping, which I > believe is the browser default. This is possibly where some of the disconnect is coming from. It’s not. In fact, I believe that normally the entire point of span is that it DOES wrap. We are using element.style.whiteSpace = "nowrap”; to prevent the text from wrapping. Harbs
