Changes between Version 1 and Version 2 of Ticket #29158, comment 101
- Timestamp:
- 10/26/2016 09:31:35 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29158, comment 101
v1 v2 9 9 There are instances where `focus` and `hover` can conflate in a single styling. Sometimes there are limited options, sometimes there is a need of higher visibility. 10 10 11 In this case however we have a situation where the two aren't just possible, but we also already have a design that make them perfectly interlocking (an element can have both `focus` and `hover` and the styling is designed to work combining them properly — thus we have ready a solution that is already optimal in many ways.11 In this case however we have a situation where the two aren't just possible, but we also already have a design that make them perfectly interlocking (an element can have both `focus` and `hover` and the styling is designed to work combining them properly). We have ready a solution that is already optimal in many ways. 12 12 13 13 Given we are perfectly following the interaction models, and we already have a proper solution to deal with `focus` and `hover`, I see no reason to revert to a less optimal case of having the stylings conflated into one, unless there's a strong reason — or a better design. :)