mediawiki-extensions-Visual.../modules
Catrope bb5c82745e Handle aliens correctly in the converter
Previously, data-mw-gc (generated content) elements were unconditionally
converted to alienInline nodes, and unrecognized elements were
unconditionally converted to alienBlock nodes. This is wrong and
produced weird results when I started experimenting with <code> tags.

Instead, I made both gc and unknown element trigger alienation, but the
decision of whether we generate an alienInline or an alienBlock node is
separate and is based only on whether we're inside a content node.

Change-Id: I12335337c3fa60c725ae7bcfbfb52a1dda153fb5
2012-06-14 12:24:14 -07:00
..
jquery Add TransactionProcessor tests, and fix TP to make them pass 2012-04-30 19:06:20 -07:00
parser Minor code cleanup 2012-06-13 13:47:26 -05:00
qunit Updated QUnit 2012-03-09 21:50:24 +00:00
rangy svn:eol-style native 2012-02-10 16:57:02 +00:00
sandbox OMG. We have typing, autocorrect and spellcheck working. (Still no IME and still may break cut/paste) 2012-06-13 21:46:29 -07:00
ve Focus can now be set in slugs using showCursor or showSelection. 2012-05-24 13:18:30 -07:00
ve2 Handle aliens correctly in the converter 2012-06-14 12:24:14 -07:00