|
@@ -18,7 +18,7 @@ const tableSymbol = Symbol( 'isTable' );
|
|
|
* * Calls the {@link module:widget/utils~toWidget} function with the proper element's label creator.
|
|
* * Calls the {@link module:widget/utils~toWidget} function with the proper element's label creator.
|
|
|
*
|
|
*
|
|
|
* @param {module:engine/view/element~Element} viewElement
|
|
* @param {module:engine/view/element~Element} viewElement
|
|
|
- * @param {module:engine/view/writer~Writer} writer An instance of the view writer.
|
|
|
|
|
|
|
+ * @param {module:engine/view/downcastwriter~DowncastWriter} writer An instance of the view writer.
|
|
|
* @param {String} label The element's label. It will be concatenated with the table `alt` attribute if one is present.
|
|
* @param {String} label The element's label. It will be concatenated with the table `alt` attribute if one is present.
|
|
|
* @returns {module:engine/view/element~Element}
|
|
* @returns {module:engine/view/element~Element}
|
|
|
*/
|
|
*/
|