mediawiki-extensions-Visual.../modules/ve-mw/ce/annotations
Roan Kattouw 36061c7f5d Render resolved URLs for href and src attributes in CE
URLs are resolved according to the <base> URL from the Parsoid DOM.
For instance, a link can have its href set to '../Foo' in the DM, and
the target will show up as '../Foo' in the link inspector, but the CE
rendering will be <a href="http://localhost/Foo"> (assuming Parsoid sent
<base href="http://localhost/wiki/Bar">).

Bug: 48915
Change-Id: I919135eb758c82361525078f276ca193dc4c4820
2013-10-28 15:49:04 +00:00
..
ve.ce.MWExternalLinkAnnotation.js Render resolved URLs for href and src attributes in CE 2013-10-28 15:49:04 +00:00
ve.ce.MWInternalLinkAnnotation.js Render resolved URLs for href and src attributes in CE 2013-10-28 15:49:04 +00:00
ve.ce.MWNowikiAnnotation.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00