mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
36061c7f5d
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 |
||
---|---|---|
.. | ||
ve.ce.LanguageAnnotation.js | ||
ve.ce.LinkAnnotation.js | ||
ve.ce.TextStyleAnnotation.js |