|
@@ -96,7 +96,7 @@ export function modelViewRemove( evt, data, conversionApi ) {
|
|
|
* This change means that `<li>` elements parent changes from `<ul>` to `<ol>` (or vice versa). This is accomplished
|
|
* This change means that `<li>` elements parent changes from `<ul>` to `<ol>` (or vice versa). This is accomplished
|
|
|
* by breaking view elements, changing their name and merging them.
|
|
* by breaking view elements, changing their name and merging them.
|
|
|
*
|
|
*
|
|
|
- * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:changeAttribute
|
|
|
|
|
|
|
+ * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:attribute
|
|
|
* @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
|
|
* @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
|
|
|
* @param {Object} data Additional information about the change.
|
|
* @param {Object} data Additional information about the change.
|
|
|
* @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.
|
|
* @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.
|
|
@@ -133,7 +133,7 @@ export function modelViewChangeType( evt, data, consumable, conversionApi ) {
|
|
|
/**
|
|
/**
|
|
|
* A model-to-view converter for `indent` attribute change on `listItem` model element.
|
|
* A model-to-view converter for `indent` attribute change on `listItem` model element.
|
|
|
*
|
|
*
|
|
|
- * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:changeAttribute
|
|
|
|
|
|
|
+ * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:attribute
|
|
|
* @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
|
|
* @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
|
|
|
* @param {Object} data Additional information about the change.
|
|
* @param {Object} data Additional information about the change.
|
|
|
* @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.
|
|
* @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.
|