Re: Re: Does text-overflow fail reflow and/or text-spacing

On Mon, 08 Jul 2019 17:17:50 +0200, Granquist, Christina M  
<christina.granquist@usbank.com> wrote:

> -When considering this problem on mobile and in a non editable element,  
> where content is still truncated. How would this problem >be handled,  
> considering the smaller screen and also that mouse hover, to reveal the  
> extended label would not be possible. >Additionally, having multiple  
> show all buttons in a non editable table would clutter up the interface.  
> The above quote seems >relevant to editable and or actionable content  
> but how would this same issue be handled when considering content that  
> is not >actionable (for example, an informational table)?

One approach is to do something like spreadsheets do in practice. If there  
is space to show the content, do so, but also have a dedicated region that  
shows the current content, making each cell focusable. That's not ideal,  
since the things aren't actionable, but otherwise keyboard users won't be  
able to get to them, and if you try to make your own navigation thing to  
keep the focus clean you need people to learn one for each website which  
is also a bad approach.

A modification on that is essentially to "zoom" the current cell -  
something like moving through a non-animated carousel, or using slide  
tools that allow for 2-dimensional rather than purely linear navigation.

cheers

Chaals

-- 
Using Opera's mail client: http://www.opera.com/mail/

Received on Monday, 8 July 2019 16:25:44 UTC