Parcourir la source

Docs: Removed outdated info and updated what's remained.

Piotrek Koszuliński il y a 7 ans
Parent
commit
26d064e789
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1 8
      docs/builds/guides/support/browser-compatibility.md

+ 1 - 8
docs/builds/guides/support/browser-compatibility.md

@@ -29,13 +29,6 @@ Not supported yet:
 
 * Internet Explorer 11. See the [Compatibility with IE11](https://github.com/ckeditor/ckeditor5/issues/330) ticket.
 
-### Notes
-
-Features known to not be fully supported yet:
-
-* Text composition. Input Method Engine (IME) is a mechanism that allows the users to input text in languages such as Japanese and Chinese. This mechanism is not fully supported yet and we will be polishing that feature in a close future.
-* Drag and drop inside the editor does not work yet. It is possible to drop images from your system if the {@link module:image/imageupload~ImageUpload} feature is enabled.
-
 ## Mobile environment
 
 CKEditor 5 is currently supported in the following mobile environments:
@@ -47,6 +40,6 @@ CKEditor 5 is currently supported in the following mobile environments:
 
 ## Quality assurance
 
-To ensure the highest quality, we maintain a complete test suite with a stable 100% of code coverage for each of the packages. As of April 2018, this means over 8200 tests and the number is growing.
+To ensure the highest quality, we maintain a complete test suite with a stable 100% of code coverage for each of the packages. As of October 2018, this means over 9600 tests and the number is growing.
 
 Such an extensive test suite requires a proper continuous integration service. We use [Travis CI](https://travis-ci.com/) as a build platform and [BrowserStack](https://www.browserstack.com/) to be able to run tests on all browsers. These services ensure seamless and fast developer experience and allow us to focus on the job.