mediawiki-extensions-Visual.../modules/ve/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.LanguageAnnotation.js Give ce.Annotations a reference to their ce.ContentBranchNode 2013-10-28 15:48:59 +00:00
ve.ce.LinkAnnotation.js Render resolved URLs for href and src attributes in CE 2013-10-28 15:49:04 +00:00
ve.ce.TextStyleAnnotation.js Give ce.Annotations a reference to their ce.ContentBranchNode 2013-10-28 15:48:59 +00:00