3

Pretty straightforward, was wondering what the inspiration or precedent for the CSS 'float' concept. I'm not familiar with any other graphic APIs or other layout DSLs that use this concept, but it's such a huge part of HTML layouts. I'm curious if a previous language had a similar concept, or if 'floats' originated from the land of HTML/CSS. Thanks.

asked Apr 14, 2013 at 2:23
2
  • I recall working with floating images in page layout in Microsoft Word and Aldus Pagemaker in the mid to late '80s. The concept of floating images is part of page layout that html adopted. Commented Apr 14, 2013 at 2:46
  • 2
    It probably goes back to the days of manual typesetting. Commented Apr 14, 2013 at 2:57

1 Answer 1

2

LaTeX has them. Tables and figures are typically floats. They are automatically placed in a good place rather than just wherever in your document you put them. The idea there presumably comes from how figures in books and articles are typically placed where there is room as opposed to just in the text.

answered Apr 14, 2013 at 2:40

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.