Issue #3150364 by rajneeshb, Pooja Ganjage, quietone, jhodgdon, mgifford,...
Issue #3150364 by rajneeshb, Pooja Ganjage, quietone, jhodgdon, mgifford, andrewmacpherson: Add a description for the language toolbar button to the CKEditor help page
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!16Draft: Resolve #2081585 "History storage"
$output.='<dd>'.t('The built in WYSIWYG editor (CKEditor) comes with a number of <a href=":features">accessibility features</a>. CKEditor comes with built in <a href=":shortcuts">keyboard shortcuts</a>, which can be beneficial for both power users and keyboard only users.',[':features'=>'http://docs.ckeditor.com/#!/guide/dev_a11y',':shortcuts'=>'http://docs.ckeditor.com/#!/guide/dev_shortcuts']).'</dd>';
$output.='<dd>'.t('HTML tables can be created with both table headers as well as caption/summary elements. Alt text is required by default on images added through CKEditor (note that this can be overridden). Semantic HTML5 figure/figcaption are available to add captions to images.').'</dd>';
$output.='<dd>';
$output.='<ul>';
$output.='<li>'.t('HTML tables can be created with table headers and caption/summary elements.').'</li>';
$output.='<li>'.t('Alt text is required by default on images added through CKEditor (note that this can be overridden).').'</li>';
$output.='<li>'.t('Semantic HTML5 figure/figcaption are available to add captions to images.').'</li>';
$output.='<li>'.t('To support multilingual page content, CKEditor can be configured to include a language button in the toolbar.').'</li>';