Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Allow sites to target navigations at split tabs #9644

Open
xuzhengyi1995 opened this issue Aug 29, 2023 · 2 comments
Open

Proposal: Allow sites to target navigations at split tabs #9644

xuzhengyi1995 opened this issue Aug 29, 2023 · 2 comments
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest

Comments

@xuzhengyi1995
Copy link

Browsers such as Edge, Whale, Vivaldi and Arc ship split tab features, it is useful for users especially on some website like search engine result page, news feeds, document site, etc.

But currently, there is no option for web authors to target a link to open directly into a split tab. It would be great if there was a way to make <a> element and window.open capable of opening a split tab or doing navigation in existing split tab.

So we would like to propose a new target value called _split for <a> element and window.open to open split tab.

More details can be found in the explainer.

We are soliciting feedback on this proposal, suggestions are welcome.

cc: @sanketj

@annevk annevk added addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest labels Aug 29, 2023
@hvanops
Copy link

hvanops commented Sep 8, 2023

Have you considered possibly extending this to layouts in the future? (e.g., 2 tabs vertically, 2 tabs horizontally, 2x2 grid)

@sanketj
Copy link
Member

sanketj commented Sep 14, 2023

This is on the agenda to be discussed with the second screen WG at TPAC 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest
Development

No branches or pull requests

5 participants
@annevk @sanketj @xuzhengyi1995 @hvanops and others