Go to file
Catrope 61229a5313 Make selectNodes tests actually compare nodeOuterRange
Change-Id: I5c251eb6972e8064ab7e9b2cb9fe2e93060c830f
2012-06-06 11:47:35 -07:00
api
contentEditable
demos
modules
tests Make selectNodes tests actually compare nodeOuterRange 2012-06-06 11:47:35 -07:00
.gitignore
.gitreview
ApiVisualEditor.php
README
SpecialVisualEditorSandbox.php
VisualEditor.alias.php
VisualEditor.hooks.php
VisualEditor.i18n.php
VisualEditor.php

We're starting to merge bits from Wikidom and ParserPlayground tests here.
Enjoy!

Short-term work highlights:
* convert parser to wikidom format & using the wikidom serializer
* port/update/write more tests
* Special: page to host the editor as a standalone demo
* Opt-in test mode to switch the editor in on EditPage (initially blank)
* Use serializer to save pages from editor
* Use parser to load pages into editor

Long-term work highlights:
* more thorough & bulk testing
* more extension support