For web.dev, we have the request for users to be able to deep link into sections of the HTML report. Each section, currently has an id=AUDIT_NAME, but loading the report does not always scroll properly to that section during page load or the section is hidden under by the top fixed banner. Also need to expand the details element when users are deep linking into a section.
Example:
https://lighthouse-dot-webdotdevsite.appspot.com/lh/html?url=https://ericbidelman.com#errors-in-console
Items to handle:
b/119882633
Does web.dev include report-ui-features.js? If so, take a look at #5915 and see if it fits what you need :)
Sounds like you want #5915 :)
Include offset so section isn't hidden under top nav
Is still an issue, though
Just wanted to add a comment that yes, this is something that we still need for web.dev-- the ability to deep link into a specific audit result.
Most helpful comment
Does web.dev include
report-ui-features.js? If so, take a look at #5915 and see if it fits what you need :)