![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| ||||
| ||||
|
|
I'm wondering what the group thinks is the best way to display the label> element. The default rendering in Moz and MSIE/Win (probably others, too) only changes the mouse cursor (that's a strange term) from text-select to default (an arrow). That, to me, is too subtle, and is a bit like "mystery meat" navigation. The user must hover the mouse before they know there was something special. |
|
Simon Willison suggested changing the cursor to pointer used for links. I don't like that approache for two reasons: one, it confused links with labels; and two, it still suffers "mystery meat" syndrome. I've decided to add underlining to my labels, at least on a trial basis. The advantage is that it gives the user a clear indication that there's something different about that text. The danger is that it, too, could confuse visitors into thinking there's a link. |
|
The only distinguishing characteristic is the color: black for <label>, and the user's default link color for <a>. But then, there's no real danger to a user clicking on a label. It will only change focus to the associated field. |
|
Here's an example: http://www.bonfete.biz/contact/ Any thoughts? |
#2
| |||
| |||
|
|
Neal wrote: Perhaps a dotted under-border, then if the user expects a tooltip you can add title to tell them this is a label for a form item. Or something along those lines. Not ideal. What should one put in the title that isn't device specific? i.e., "click this text to focus on the 'email' input" is awkward, and far too concerned with the mechanics, which is a bad idea. What if the user does not use a mouse? Will they understand "focus"? Or "input"? |
"? (Which I|
I suppose it's no worse than before <label> was added. But it pains me, because <label> is one of the few elements that truly enhances a page and adds usability, especially for selecting those tiny checkboxes and radio buttons. |
#3
| |||
| |||
|
|
Neal wrote: All the old Myst players will click anywhere anyway, so they'll find it fine. You've lost me. What is "Myst"? |
![]() |
| Thread Tools | |
| Display Modes | |
| |