<!-- We use GitHub issues for bug reports only. Please post feature requests on our [community site](https://community.canvaslms.com/t5/Idea-Conversations/idb-p/ideas). For support, see [getting help](https://github.com/instructure/canvas-lms/wiki#getting-help). Thanks! --> ### Summary: `open` attribute is incorrectly removed from `details` element ### Steps to reproduce: 1. edit a Canvas page, switch to HTML editor and create a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#attributes">details element with `open` attribute</a> 2. save the changes 3. again open the editor, and examine the results ### Expected behavior: `open` attribute still present ### Actual behavior: `open` attribute missing (i.e., it was sanitized)
Summary:
openattribute is incorrectly removed fromdetailselementSteps to reproduce:
openattributeExpected behavior:
openattribute still presentActual behavior:
openattribute missing (i.e., it was sanitized)