mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
f58b5b6fc8
ve.ce.TextNode listed textStyle annotations that didn't actually exist, and failed to recognize some that did exist (such as span; bug 37808). Added all annotations to both places. <span> tags are now tolerated by the editor in that it doesn't crash anymore, but they're displayed (and saved!) without any attributes, so <span style="color:yellow;">y</span> doesn't show a yellow 'y' in the editor and is saved back as <span>y</span> . Change-Id: Iaae11ad5044150fa904010983ff83579cb37733d |
||
---|---|---|
api | ||
demos | ||
modules | ||
tests | ||
.gitignore | ||
.gitreview | ||
ApiVisualEditor.php | ||
README | ||
SpecialVisualEditorSandbox.php | ||
VisualEditor.alias.php | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.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