mediawiki-extensions-Visual.../modules/ve-mw/test/dm
Roan Kattouw d3c706ff93 Add a node type for numbered external links
Since I0f0a826c in Parsoid, numbered external links are now empty
<a rel="mw:ExtLink"></a> tags. This means we have to put in a node type
for them to prevent them from being considered empty annotations and
getting converted to alienMeta.

MWNumberedExternalLinkNode is protected and focusable to avoid making
the link text (which isn't editable) clickable. It isn't inspectable
yet, we need to work on that.

Bug: 53505
Change-Id: I83f69695f3974089e51a84e799f31ab6ed879e05
2013-10-18 22:31:45 +02:00
..
nodes Prevent escaping of piped links in wikitext parameters 2013-07-11 16:20:39 +01:00
ve.dm.InternalList.test.js Prevent naming collisions when generating unique reference names 2013-09-19 21:03:15 -07:00
ve.dm.MWConverter.test.js ve.copy: Remove obsolete copyArray and copyObject 2013-07-30 01:44:22 +02:00
ve.dm.mwExample.js Add a node type for numbered external links 2013-10-18 22:31:45 +02:00
ve.dm.SurfaceFragment.test.js Actually run all the tests 2013-07-10 19:36:55 -07:00
ve.dm.Transaction.test.js Rename getDocumentSlice to cloneFromRange 2013-10-03 12:48:01 +01:00