https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103486

Revision: 103486
Author:   tparscal
Date:     2011-11-17 18:26:00 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
Simplified documentation

Modified Paths:
--------------
    trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js

Modified: trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js
===================================================================
--- trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js 
2011-11-17 18:23:53 UTC (rev 103485)
+++ trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js 
2011-11-17 18:26:00 UTC (rev 103486)
@@ -816,11 +816,10 @@
  * To resolve these issues in a predictable way the following rules must be 
obeyed:
  *     1. Structural elements are retained unless the range being removed 
covers the entire element
  *     2. Elements can only be merged if they are
- *        2a. of the same type
- *        2b. of the same depth 
- *        2c. share at least one ancestor fo the same type
- *     3. Merge takes place at the highest ancestor that both nodes share when 
each ancestral step
- *        has the same type and depth 
+ *        2a. Same type
+ *        2b. Same depth 
+ *        2c. Types match at each level up to a common ancestor 
+ *     3. Merge takes place at the highest common ancestor
  * 
  * @method
  * @param {es.Range} range


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to