mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.22k stars 22.5k forks source link

Form submission blocked #36868

Closed jakeglobus closed 2 days ago

jakeglobus commented 2 days ago

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/returnValue

What specific section or headline is this issue about?

Result section

What information was incorrect, unhelpful, or incomplete?

The form was not submittable. Error in the console:

Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set.

What did you expect to see?

Expected the dialog form to be submitted and the returnValue to display

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details * Folder: `en-us/web/api/htmldialogelement/returnvalue` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/returnValue * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/api/htmldialogelement/returnvalue/index.md * Last commit: https://github.com/mdn/content/commit/d47348199a379f68bea876a403eb510628ec4ccb * Document last modified: 2024-10-16T00:20:59.000Z
Josh-Cena commented 2 days ago

Duplicate of https://github.com/mdn/yari/issues/11460