While testing my web page on Brave browser on Android, there was an unexpected behaviour where a person's name that was displayed in the page within a td element was automatically turned into a web search link, e.g.
<td>James Cameron</td>
The test name happened to be 'James Cameron' (no relation) and presumably the browser has automatically Googled the text content and provided a link to the film producer of the same name in a panel at the bottom of the page. I don't want this, as it's intrusive and inappropriate for my use case. Is there a way to prevent this behaviour, perhaps by adding a META tag? I don't get this happening with Safari on IOS.