One thing I've seen done to heading anchor points in help docs is to disable user selection of the anchor text, so that a user can freely drag-select the header text to copy it without worrying about including the anchor text. I think just adding a user-select should cover it, and I don't encounter any interference with setting the anchor point. And a side bonus is that for single-word headers, it allows double-clicking anywhere on the header bar to select the text, similar to double-clicking on the text itself.
I don't think it should affect anchor creation on a mobile browser but I can test it when I'm back later.
I don't think it should affect anchor creation on a mobile browser but I can test it when I'm back later.
Code:
.heading-anchor { user-select: none;}
Statistics: Posted by Alex88 — Yesterday, 10:23 pm