#7577 closed defect (fixed)
validation textbox: invalid text equivalent should be larger
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Accessibility | Version: | 1.1.1 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description
In high contrast mode It is really hard to see the text equivalent (x) for the invalid icon in the validation textbox, it really should be close to the same size as the font (perhaps .75em)
Change History (4)
comment:1 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Hmm, I'm surprised that line-height makes any difference since the element is float:right. I had hoped we wouldn't need line-height or a font setting on the validation icon at all, but I guess that float:right complicates things, since the icon has the chance of being cut off?
Note: See
TracTickets for help on using
tickets.
FYI, may be affected by #7332.