-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product option choice considered a soft navigation #7
Comments
After looking at the examples again, I'm less confident that it's a false positive:
So it seems like it may be reasonable to consider this a soft navigation to a similar (yet different) product page. ^^ @anniesullie |
I agree. To me there's a user interaction, a state change, a UI change, and a URL change. That to me seems like it should be a soft nav. The only concern is if there is not a navigation history. On the Walmart example, for example, clicking back does not take me to the previous option selection. So, rather than a URL update, should we insist on a URL |
Would love to collect a list of issues like this where it's a bit subjective whether it's a navigation and hear working group feedback! |
The reliance on contentful paints should potentially help here. |
crbug/1371927 outlines a few examples where the heuristic's result is arguably a false positive: product options where the user clicks to e.g. change the item's color result in a URL change and a DOM modification, and hence are considered a soft navigation.
More research is needed to see if this can be avoided.
The text was updated successfully, but these errors were encountered: