mediawiki-extensions-Visual.../modules/ve2/dm
Trevor Parscal 14862a1212 Fixed bug in isStructuralOffset which didn't consider neighboring a non-content leaf to be a structural offset
This was caused by the fact that a non-structural leaf can not have children, which makes it appear incompatible as a sibling to an arbitrary structural element (like a paragraph) but since it can not contain content we can check that instead.

Change-Id: Ie3c58b4b43f2aa6921f8f82aa82511e231207854
2012-05-25 13:19:56 -07:00
..
nodes Restructured static node rules 2012-05-21 17:39:12 -07:00
ve.dm.BranchNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Document.js Fixed bug in isStructuralOffset which didn't consider neighboring a non-content leaf to be a structural offset 2012-05-25 13:19:56 -07:00
ve.dm.DocumentSynchronizer.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.HTMLConverter.js Updated demo and fixed HTML converter 2012-05-23 10:15:44 -07:00
ve.dm.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.LeafNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Node.js Replaced static array with real logic inside of ve.ce.BranchNode.canNodeHaveSlug 2012-05-24 13:12:45 -07:00
ve.dm.NodeFactory.js Replaced static array with real logic inside of ve.ce.BranchNode.canNodeHaveSlug 2012-05-24 13:12:45 -07:00
ve.dm.Surface.js Fixes for Roan's crazy half-baked commit 2012-05-04 16:13:54 -07:00
ve.dm.Transaction.js Implement newFromInsertion() 2012-05-23 12:45:28 -07:00
ve.dm.TransactionProcessor.js Merged ve.dm.DocumentFragment and ve.dm.Document 2012-05-17 11:23:56 -07:00