Axe complains that CKEDITOR uses incorrect role for body element, and it is right
CKEDITOR adds role textbox to body element inside an iframe,
textbox role can only be added to flow content as per HTML spec
and
flow content does not include body element
Axe complains that CKEDITOR uses incorrect role for body element, and it is right
CKEDITOR adds role textbox to body element inside an iframe,
textbox role can only be added to flow content as per HTML spec
and
flow content does not include body element