mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
bb5c82745e
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 |
||
---|---|---|
.. | ||
annotations | ||
nodes | ||
ve.dm.Annotation.js | ||
ve.dm.AnnotationFactory.js | ||
ve.dm.BranchNode.js | ||
ve.dm.Converter.js | ||
ve.dm.Document.js | ||
ve.dm.DocumentSynchronizer.js | ||
ve.dm.js | ||
ve.dm.LeafNode.js | ||
ve.dm.Node.js | ||
ve.dm.NodeFactory.js | ||
ve.dm.Surface.js | ||
ve.dm.Transaction.js | ||
ve.dm.TransactionProcessor.js |