You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DataViews actions support handling user interactions. However, no explicit support exists for a "link" type that can enable navigation without custom implementations, such as;
This can lead to inconsistent behavior, such as broken native browser interactions for cmd+click, ctrl+click, and middle-click. This also impacts accessibility and increases complexity when a native tag could easily handle these use cases.
What problem does this address?
Currently, DataViews actions support handling user interactions. However, no explicit support exists for a "link" type that can enable navigation without custom implementations, such as;
This can lead to inconsistent behavior, such as broken native browser interactions for cmd+click, ctrl+click, and middle-click. This also impacts accessibility and increases complexity when a native tag could easily handle these use cases.
What is your proposed solution?
Adding a "link" type here
gutenberg/packages/dataviews/src/types.ts
Line 481 in c3ca59b
The text was updated successfully, but these errors were encountered: