Problem/Motivation
Media embed attributes are rendered in the container div when preview is rendered in editing view. This includes the alt
attribute, which is not a valid attribute on div
element.
Proposed resolution
Do not render attributes on the preview container div in editing view.