Tagged Questions
5
votes
5answers
184 views
How to handle history events from scolling and other in-page events
On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
3
votes
1answer
198 views
Does a URL fragment identifier have a bad effect on user experience?
In this link from CSS-Tricks, it's claimed that using the hash sign in a URL for linkablity purposes is not a good idea, because browsers will scroll to the item which has its id mentioned in the ...