Skip to content
Snippets Groups Projects

Issue #3268307: $block wildcard resolves into a superset of the actual $block tags

Closed Issue #3268307: $block wildcard resolves into a superset of the actual $block tags
3 unresolved threads
3 unresolved threads

Merge request reports

Approval is optional

Closed by Ben MullinsBen Mullins 3 years ago (Mar 30, 2022 12:49pm UTC)

Merge details

  • The changes were not merged into 9.4.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Wim Leers
  • Wim Leers
  • Wim Leers
  • Wim Leers
  • Wim Leers
  • Wim Leers
  • Lauri Timmanee added 6 commits

    added 6 commits

    Compare with previous version

  • 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.
  • 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.
  • Wim Leers
  • 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">',
  • Lauri Timmanee added 1 commit

    added 1 commit

    • 477a36ae - Improve coment and fix cspell

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 5d64eed3 - Update ckeditor5_plugin_elements_test.ckeditor5.yml

    Compare with previous version

  • Ben Mullins added 12 commits

    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

    Compare with previous version

  • Ben Mullins
  • Ben Mullins
  • Ben Mullins
  • Ben Mullins
  • Ravi Shankar added 1 commit

    added 1 commit

    • c9aa346b - Updated docs as per suggestions.

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • db48d3ed - Revert "Updated docs as per suggestions."

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • b906a8ec - Apply 3 suggestion(s) to 1 file(s)

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • bf7e3566 - Add lines that were removed accidentally

    Compare with previous version

  • Ben Mullins
  • Lauri Timmanee added 1 commit

    added 1 commit

    • 079c5307 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading