ansible-community/antsibull-docs

Anchor links on module parameters, attributes and return values are broken on Safari

samccann opened this issue · 4 comments

Summary

The possibility to have an anchor on parameters, attributes and return values of a module page seems broken on Safari.
The link does appear properly when hovering the corresponding table cell, though, but they still cannot be clicked and seems not recognised as links, for some reason.

Example of the issue:
Screenshot 2023-06-16 at 23 16 28

As compared to an anchor on a title, that is working
Screenshot 2023-06-16 at 23 16 47

On top of that, removing the visibility: hidden; in the class table.ansible-option-table .ansibleOptionLink makes all the links appear and clickable as they should.

I was not able to trace what is the underlying issue of this for the moment being, though.

This is definitely a Safari related bug, as the exact same page(s) on Chrome does offer the proper behaviour.

Issue Type

Documentation Report

Component Name

Any module page

OS / Environment

Safari Version 16.5 (18615.2.9.11.4) on Mac OS Ventura (13.4)

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

I don't use Mac, but I'm able to reproduce this issue on Gnome Web which also uses Webkit (the browser engine used by Safari).

I have been able to reproduce it with Eolie, which I guess is also based on WebKit.

#189 fixes it for me on Epiphany. (Eolie apparently won't display HTML files on disk...)