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

How to feature detect from script #9

Open
bokand opened this issue May 4, 2023 · 0 comments
Open

How to feature detect from script #9

bokand opened this issue May 4, 2023 · 0 comments

Comments

@bokand
Copy link
Owner

bokand commented May 4, 2023

Previously we had script-based detection by checking for allow in <a> but #5 says allow is probably not the right keyword. I'm currently leaning to replacing allow with a new value for rel but that's no longer feature detectable from script.

Some potential options:

  • Something specific for feature detection, e.g. 'multilink' in navigator
  • Instead of a rel value add a new attribute, e.g. <a multi> which can be feature detected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant