Skip to content

The documentAbbrIsUsed test is buggy #20

@AnnaTomanek

Description

@AnnaTomanek

I tried to enable the documentAbbrIsUsed test on the new AC sample for CKEditor SDK, and it reports a warning for the following source:

<p>1) <strong>Intuitive user interface</strong> optimized for quick problem solving.<br />
2) Flexibility allowing you to use the <strong>accessibility checking engine</strong> of your choice.<br />
3) <strong>Quick Fix</strong> feature letting you fix common problems fully automatically.</p>

It does not help that this test marks an entire block as faulty instead of an inline element that is wrong - since <abbr> is an inline element, we should rather mark just the offending element and not the entire block.

Also, we might consider adding a Quick Fix for this as it should be relatively simple to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions