Post Archive
› February 4, 2003
Sharks with laser beams
Folks using macs these days are lucky, one of the newest reasons for this is the new apple web browser Safari, which, despite being "just a beta" is frikin awesome.
So, you know this already, and you're aware that one of the main developers of Safari, Dave Hyatt, has a weblog (even more amazing). I consider Dave's willingness to share thoughts and notes about Safari development both extreemly good PR, and very generous. His generousity is doubtlessly stretched by a mileu of email, as a recent gentle reminder indicates.
But there is nothing wrong with conjecturing (on our own sites) what would make a great new feature for Safari. My number one "feature to wish for" is tooltips, or alt flags, or whatever those browser generated popup boxes are called that indicate the alt or title attributes (when specified). I'd like to see them rendered in a way simillar to how Safari shows a link being dragged:
What are your thoughts on new features for Safari? Leave a comment with your ideas, with one exception: everyone's cousin's step-brother seems to want tabs, have an idea for tabs, a workaround for tabs, etc. (a sampling) so let's leave that well documented concept out of the loop. I'm looking forward to hearing your ideas.
Comments
1. February 4, 2003 11:49 AM
2. February 4, 2003 12:43 PM
Michael Z. Posted…
Technical note: Tooltips should only be shown for HTML elements that have a TITLE attribute, which serves to provide additional info. TITLE can be applied to links, images and other kinds of elements. The ALT attribute is supposed to serve as a substitute for an image when it's not visible (e.g. image loading is turned off, server error, text-only browser). It should NOT be shown in a tooltip. When Windows browsers float the alt text "webgraphics" over a visible graphic heading that already says "webgraphics", they are directly contradicting the W3's reccomendation, and also being silly. Why not just show the contents of the TITLE attribute in the status bar at the bottom?3. February 4, 2003 12:53 PM
Nate Posted…
Michael Z, you make good points. And functionally, the status bar would be a much less intrusive place to show title elements, but on the other hand, in the case of a link, you'd need to mouseover the link, look down at the statusbar, and then look back up to continue where you were reading, so it might actually be more intrusive from a eye movement perspective. Of course all of this is pure extravigance, since the title attribute is supposed to be an accessibility feature as you indicated. I do like the ability to read titles though, often an alternate wording (even of a text link) can be informative in graphical browsers.4. February 4, 2003 01:35 PM
Darrel Posted…
I'd love for them to steal some of the great features that IE had/has: - A 'real' download manager (compact, stop/reload, etc.) - Apple(?)-click to drag-move the page around - drag-to-save an image - supports text clippings - and others... ;o)5. February 4, 2003 01:59 PM
evan Posted…
I also think Micheal's idea of putting the "title" attribute info into the status bar is a good idea. Nate, you don't look at the status bar as you click a link? That's very interesting. I personally never ever click on a link without checking to see where it's going to take me - one reason I hate navigating through flash sites so much. Conversely, I've always thought that the info that developers put into their link titles was superfluous and a big waste of time.6. February 4, 2003 08:43 PM
Joshua Kaufman Posted…
Just to be a weenie, the HTML spec doesn't dictate what tooltips should show, only what they may be used for. From the HTML 4 spec:Values of the title attribute may be rendered by user agents in a variety of ways. For instance, visual browsers frequently display the title as a "tool tip" (a short message that appears when the pointing device pauses over an object).So visual browsers frequently display the title as a tooltip, but they don't have to. We just come to expect it because almost everyone does it. The reason I like Nate's suggestion is because it kills two birds with one stone. It can display the TITLE attribute as well as the URL (if the TITLE is associated with an A element) so one wouldn't have to look in two places to get the info. Finally, for what it's worth I don't always look in the status bar as I click a link either. Who wants to waste half a second every time they click a link? When I think it's warrented I'll look, but every time? Now that's interesting.
Joshua Kaufman Posted…
* Tooltips per Nate's suggestion. * Subscribe to this site's RSS feed in NetNewsWire. * Any selected text or image should be draggable to the dock and opened in that app.