diff --git a/mozilla/editor/README.html b/mozilla/editor/README.html new file mode 100644 index 00000000000..3a4eba93424 --- /dev/null +++ b/mozilla/editor/README.html @@ -0,0 +1,51 @@ + + + +

+ +HTML (i.e. Composer) and plaintext editor

+ +

+ +The editor directory contains C++ interfaces, C++ code, and XUL/Javascript +for the embeddable editor component, which is used for the HTML Editor +("Composer"), for plain and html mail compose, and for text fields and +text areas throughout the product. +

+The editor is designed like a "browser window with editing features": it +adds some special classes for editing text and managing transaction +undo/redo, but reuses browser code for nearly everything else. + + +