TIL that you can inject other non SVG XML into an SVG document. From our context, that means we can inject some HTML elements in the SVG. I’ve used it once at work and it was kind of nice 😃.
TLDR; this property, when applied to an html element will make it so that the element ignores user input (this also applies to screen readers).