From 11b5c2e8f9514a2b6ad5d94679afa10493d78781 Mon Sep 17 00:00:00 2001 From: Arturo Castillo Delgado Date: Wed, 4 Dec 2024 15:49:57 +0100 Subject: [PATCH] Changelog, properly --- packages/eui/changelogs/upcoming/8202.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/8202.md diff --git a/packages/eui/changelogs/upcoming/8202.md b/packages/eui/changelogs/upcoming/8202.md new file mode 100644 index 00000000000..113a73a0c5d --- /dev/null +++ b/packages/eui/changelogs/upcoming/8202.md @@ -0,0 +1,3 @@ +**Accessibility** + +- In `EuiModal` the close button is now placed **after** the header, in the DOM, for correctness in reading order.