A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Dialogs: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(+lightboxes)
Line 1: Line 1:
= Problem statement =
= Problem statement =


There's no markup for dialog boxes, tool palettes, hovering tooltips, the contents of popup widgets, and the like.
There's no markup or API for dialog boxes, tool palettes, hovering tooltips, the contents of popup widgets, and the like.


== Real world examples today ==
== Real world examples today ==

Revision as of 05:22, 16 June 2011

Problem statement

There's no markup or API for dialog boxes, tool palettes, hovering tooltips, the contents of popup widgets, and the like.

Real world examples today

Dialogs

Tooltips

  • The tooltips in the table of [1] are interesting because they are currently <div>s and force the parent to be a TD rather than a TH since TH is inline only, even though the visible content is really just phrasing content.

Lightboxes