diff --git a/packages/ckeditor5-select-all/docs/_snippets/features/select-all.html b/packages/ckeditor5-select-all/docs/_snippets/features/select-all.html index 9d073fb2a53..b9220f5056e 100644 --- a/packages/ckeditor5-select-all/docs/_snippets/features/select-all.html +++ b/packages/ckeditor5-select-all/docs/_snippets/features/select-all.html @@ -1,26 +1,13 @@

The three greatest things you learn from traveling

+
A lone wanderer looking at Mount Bromo volcano in Indonesia. +
Leaving your comfort zone might lead you to such beautiful sceneries like this one.
+
+

Like all the great things on earth traveling teaches us by example. Here are some of the most precious lessons I’ve learned over the years of traveling.

-
- - - - - - - -
-

Appreciation of diversity

+

Appreciation of diversity

-

Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.

-
-

Leaving your comfort zone might lead you to such beautiful sceneries like this one.

-
- A lone wanderer looking at Mount Bromo volcano in Indonesia. -
Mount Bromo, Indonesia.
-
-
-
+

Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.

diff --git a/packages/ckeditor5-select-all/docs/features/select-all.md b/packages/ckeditor5-select-all/docs/features/select-all.md index 5a48a90f6f9..2d624f8de07 100644 --- a/packages/ckeditor5-select-all/docs/features/select-all.md +++ b/packages/ckeditor5-select-all/docs/features/select-all.md @@ -13,16 +13,10 @@ Press Ctrl/⌘+A or use the toolbar button to select the e {@snippet features/select-all} -### Boundaries - -Note that when editing an {@link features/image#image-captions image caption}, the selection will only expand to the boundaries of the caption. Successive use will expand the selection beyond these boundaries to encompass more and more content up to the entire editable root of the editor. This is to allow the user to do more focused editing and select only related content. - - The Select All boundaries are created by any {@link framework/guides/deep-dive/schema#limit-elements limit element} which can contain a text or paragraph. + When the selection is inside the {@link features/image#image-captions image caption}, it will only expand to the boundaries of the caption. Use the keystroke or the toolbar button again to include more content until the entire content of the editor is selected. The same rule applies, for instance, when the selection is inside a table cell or any self–contained (nested) editable region in the content. - - ## Installation