[Question] Chromatic UI review to ignore tag comments
Question
We use lit-HTML on our storybook stories, unfortunately whenever the storybook gets compiled, lit will add a tag comment with an identifier on the SB stories. Is there a way to tell chromatic to ignore them? Because they are seen as changes on multiple SB stories that are not related to the changes in the matter 😞

You can ignore certain DOM elements: https://www.chromatic.com/docs/ignoring-elements/#ignore-dom-elements
But Chromatic only flags changes if there are visual changes in snapshot. The DOM diff should not trigger a change is the story doesn't change visually.
@winkerVSbecks Is there an chromatic option or flag to enable DOM diff to trigger change even if no visual diffs? I'd find it useful for catching regressions related to a11y and such.
@michaelsawyers not at the moment, but we are working on something for a11y testing.