Because of this <svg> element's "img" role, naming this element with the "aria-label" or "aria-labelledby" attribute to provide an accessible name is required. Visit https://www.w3.org/TR/wai-aria-practice ... e_guidance for more information. [MSGID:NONE]
While I can ask our design team to add an aria-label to this element, it struck me as odd to do so when the element is marked as hidden. I thought I would raise the question here to see if it would make sense for CSS HTML Validator to suppress this error or maybe display a warning rather than an error in cases like this.
If aria-hidden="true" then I can downgrade this message to a warning and assign it a message ID (so you can completely disable the message by message ID if you want). Does this sound good?