diff --git a/CHANGELOG.md b/CHANGELOG.md
index e867ac9c646..fa7985bd664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)
- Convert `EuiIcon` to TypeScript ([#1355](https://github.com/elastic/eui/pull/1355))
+- Add support for `aria-label`, `aria-labelledby` and `aria-describedby` to `EuiCodeEditor` ([#1354](https://github.com/elastic/eui/pull/1354))
## [`5.5.1`](https://github.com/elastic/eui/tree/v5.5.1)
diff --git a/src-docs/src/views/code_editor/code_editor.js b/src-docs/src/views/code_editor/code_editor.js
index 53eee421ced..40f520526c5 100644
--- a/src-docs/src/views/code_editor/code_editor.js
+++ b/src-docs/src/views/code_editor/code_editor.js
@@ -33,6 +33,7 @@ export default class extends Component {
enableLiveAutocompletion: true,
}}
onBlur={() => { console.log('blur'); }} // eslint-disable-line no-console
+ aria-label="Code Editor"
/>
);
}
diff --git a/src-docs/src/views/code_editor/custom_mode.js b/src-docs/src/views/code_editor/custom_mode.js
index 30dc07469e1..7e3bbd66050 100644
--- a/src-docs/src/views/code_editor/custom_mode.js
+++ b/src-docs/src/views/code_editor/custom_mode.js
@@ -20,6 +20,7 @@ export default class extends Component {
return (
+ Press Enter to start editing. +
++ When you’re done, press Escape to stop editing. +
++ Press Enter to start editing. +
++ When you’re done, press Escape to stop editing. +
+