Hello, I would like to request that Instructure add the `main` HTML element to the allowed list of HTML elements as seen on this Canvas HTML Editor Allowlist page. It's odd to me that they allow `aside`, `footer`, `header`, `details`, and `picture` which are just as recent, but not `main`? It is great that they allow ARIA roles, so if necessary you could do
, but it's preferred to use the semantic HTML elements instead.
Thanks!