After a full test using MS Accessibility Insights, I found that boolean attributes with values like "true" were actually failing a DOM parsing check.
For instance, hidden could be set to just hidden, or some other values. Maybe test those first and see if that improves it.
This is super trivial, as it all works, but can't hurt.
After a full test using MS Accessibility Insights, I found that boolean attributes with values like "true" were actually failing a DOM parsing check.
For instance, `hidden` could be set to just `hidden`, or [some other values](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden). Maybe test those first and see if that improves it.
This is super trivial, as it all works, but can't hurt.