html
html copied to clipboard
The `shared attribute processing steps for iframe and frame elements` may invoke `iframe load event steps` on frame element
https://html.spec.whatwg.org/multipage/iframe-embed-object.html#shared-attribute-processing-steps-for-iframe-and-frame-elements
In step 4.2. we call out to run iframe load event steps
given element
, which expects an iframe
parameter. However, the element
at this point may also be a frame
.