Index: lams_central/web/ckeditor/README.md
===================================================================
diff -u -r11a91a8288bd51cdbe46be667cf5b7e559afe94f -r47878417b86a5be6d98fe3c2323d6c6a8121c54a
--- lams_central/web/ckeditor/README.md (.../README.md) (revision 11a91a8288bd51cdbe46be667cf5b7e559afe94f)
+++ lams_central/web/ckeditor/README.md (.../README.md) (revision 47878417b86a5be6d98fe3c2323d6c6a8121c54a)
@@ -288,4 +288,14 @@
Insert the following:
""+
-(As in [https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=cc93c9f975e956a0f5e70032c0dbc1beb106e2fb](https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=cc93c9f975e956a0f5e70032c0dbc1beb106e2fb))
\ No newline at end of file
+(As in [https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=cc93c9f975e956a0f5e70032c0dbc1beb106e2fb](https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=cc93c9f975e956a0f5e70032c0dbc1beb106e2fb))
+
+- Do not set default tooltip to CKEditor instances
+By default, CKEditor adds a "title" attribute to its instances, which results in annoying tooltip shown.
+We remove it, but may have to review it when working on accessibility.
+Remove from ckeditor.js
+
+```
+a.changeAttr("aria-label",c);c&&a.changeAttr("title",c)
+```
+(As in [https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=4f3c21320d4784bc94f86b946f1fd304ce442b01](https://code.lamsfoundation.org/fisheye/changelog/lams-github?cs=4f3c21320d4784bc94f86b946f1fd304ce442b01))
\ No newline at end of file