Is it possible to add a context menu to a single specified element? Failing that, to a specific element type?
All I can gather from the available contexts in the documentation imply that you can specify certain types of elements, such as images. However, I would like to limit a context menu further, such as to input elements only, or better still, matching a querySelector.
You’re right. It was only available as an experimental feature behind a flag, and that flag was removed in version 52 in favor of a runtime flag. Oh well.