Skip to content

Commit 9732400

Browse files
committed
FF141 Relnote closedBy/closedby on dialogs
1 parent ff02a2c commit 9732400

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

files/en-us/mozilla/firefox/experimental_features/index.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -407,22 +407,6 @@ The [HTML Sanitizer API](/en-US/docs/Web/API/HTML_Sanitizer_API) allow developer
407407
- `dom.security.sanitizer.enabled`
408408
- : Set to `true` to enable.
409409

410-
### `closedBy` attribute for `<dialog>`
411-
412-
The {{domxref("HTMLDialogElement/closedBy", "closedBy")}} attribute of the {{domxref("HTMLDialogElement")}} interface, and corresponding [`closedby`](/en-US/docs/Web/HTML/Reference/Elements/dialog#closedby) attribute of the {{htmlelement("dialog")}} element, are supported.
413-
These can be used by developers to specify whether users can close a dialog by clicking outside of the dialog area, or the dialog must be closed programmatically, and so on.
414-
([Firefox bug 1964077](https://bugzil.la/1964077)).
415-
416-
| Release channel | Version added | Enabled by default? |
417-
| ----------------- | ------------- | ------------------- |
418-
| Nightly | 140 | Yes |
419-
| Developer Edition | 140 | No |
420-
| Beta | 140 | No |
421-
| Release | 140 | No |
422-
423-
- `dom.dialog.light-dismiss.enabled`
424-
- : Set to `true` to enable.
425-
426410
### Removal of `beforescriptexecute` and `afterscriptexecute` events
427411

428412
The non-standard events [`beforescriptexecute`](/en-US/docs/Web/API/Document/beforescriptexecute_event) and [`afterscriptexecute`](/en-US/docs/Web/API/Document/afterscriptexecute_event) on the {{domxref("Document")}} interface, and [`afterscriptexecute`](/en-US/docs/Web/API/Element/afterscriptexecute_event) and [`beforescriptexecute`](/en-US/docs/Web/API/Element/beforescriptexecute_event) on the {{domxref("Element")}} interface are on the path to removal. They have been disabled in Nightly.

files/en-us/mozilla/firefox/releases/141/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Firefox 141 is the current [Nightly version of Firefox](https://www.mozilla.org/
3939

4040
### APIs
4141

42+
- The {{domxref("HTMLDialogElement/closedBy", "closedBy")}} attribute of the {{domxref("HTMLDialogElement")}} interface, and corresponding [`closedby`](/en-US/docs/Web/HTML/Reference/Elements/dialog#closedby) attribute of the {{htmlelement("dialog")}} element, are supported.
43+
Developers can use these to specify what mechanisms are able to close the dialogs, such as user interaction outside the dialog ("light dismiss") or programmatic closing.
44+
([Firefox bug 1964078](https://bugzil.la/1964078)).
45+
4246
#### DOM
4347

4448
#### Media, WebRTC, and Web Audio

0 commit comments

Comments
 (0)