Issue #3268307: $block wildcard resolves into a superset of the actual $block tags
3 unresolved threads
Merge request reports
Activity
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
1048 1044 } 1049 1045 1050 1046 /** 1051 * Gets a list of block-level elements. 1047 * Gets a list of CKEditor 5's `$block` text container elements. 1048 * 1049 * This list is a hard coded list of known elements that CKEditor 5 uses as a 1050 * `$block` text container elements. The elements listed here are registered 1051 * with `inheritAllFrom: "$block"` to the CKEditor 5 schema. 1052 * 1053 * This group of elements is special because they allow text directly inside 1054 * them. Also, these elements are allowed to be used for text styles that must 1055 * applied to the wrapper, instead of applying them inline to the text. One 1056 * concrete example of this is text alignment. changed this line in version 7 of the diff
1050 1046 /** 1051 * Gets a list of block-level elements. 1047 * Gets a list of CKEditor 5's `$block` text container elements. 1048 * 1049 * This list is a hard coded list of known elements that CKEditor 5 uses as a 1050 * `$block` text container elements. The elements listed here are registered 1051 * with `inheritAllFrom: "$block"` to the CKEditor 5 schema. 1052 * 1053 * This group of elements is special because they allow text directly inside 1054 * them. Also, these elements are allowed to be used for text styles that must 1055 * applied to the wrapper, instead of applying them inline to the text. One 1056 * concrete example of this is text alignment. 1057 * 1058 * This list excludes some special case text container elements like 1059 * `<caption>` that are not fully implementing the $block text container 1060 * interface. changed this line in version 4 of the diff
610 610 '<h4 class="text-align-center text-align-justify">', 611 611 '<h5 class="text-align-center text-align-justify">', 612 612 '<h6 class="text-align-center text-align-justify">', 613 '<dl class="text-align-center text-align-justify">', 614 '<dd class="text-align-center text-align-justify">', 615 '<blockquote class="text-align-center text-align-justify">', 616 '<ul class="text-align-center text-align-justify">', 617 '<ol class="text-align-center text-align-justify">', 613 '<li class="text-align-center text-align-justify">', added 1 commit
- 5d64eed3 - Update ckeditor5_plugin_elements_test.ckeditor5.yml
added 12 commits
-
5d64eed3...1cca2784 - 11 commits from branch
project:9.4.x
- 72a8dd2f - Merge remote-tracking branch 'origin/9.4.x' into 3268307-block-wildcard-resolves
-
5d64eed3...1cca2784 - 11 commits from branch
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
Please register or sign in to reply