We tend to take embedded assistance like tooltips for granted. But where did tooltips come from?
From an Apple, if that surprises anyone. From 1991 to 2001, Mac OS incoporated something called balloon help. This Wikipedia article looks at the history of balloon help. It was and interesting idea, and was more detailed than the tooltips that we’re used to, but balloon help still didn’t take up much screen real estate.
What’s interesting is that Apple set standards for the wording of balloon help:
Developers were encouraged to include help text with a certain grammar, and not only name the object being looked at, but also explain to the user any state it might have. For instance, modern tooltips might say something like “copy” to explain a button, but Apple suggested the more detailed “Copies the selected text onto the clipboard,” as well as a second version that added “Not available now because there is no selection.” This sophisticated feature was invaluable for someone trying to understand why a particular menu item was greyed out. In this respect, balloons were far more helpful than modern tooltip systems, and helped users learn more about how their applications worked.
