WICG / spatial-navigation

Directional focus navigation with arrow keys
https://drafts.csswg.org/css-nav-1/
Other
214 stars 38 forks source link

More precise `isVisibleStyleProperty` function #184

Closed jihyerish closed 4 years ago

jihyerish commented 5 years ago

For figuring out whether the element is focusable or not, there is a function isFocusable. isFocusable also use isVisibleStyleProperty.

According to https://drafts.csswg.org/css-display/#unbox, sometimes display: content also computes to display: none. The polyfill also needs to take this account.