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
Previously we had script-based detection by checking for
allowin<a>but #5 saysallowis probably not the right keyword. I'm currently leaning to replacingallowwith a new value forrelbut that's no longer feature detectable from script.Some potential options:
'multilink' in navigator<a multi>which can be feature detected