You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When refactoring Image plugin, I noticed, that new converters are missing one functionality. Right now, we support upcasting an attribute from given view element, but we don't support same thing for downcasting.
This means that we can't state that we define conversion of, for example, src attribute that is set on model image element.
The text was updated successfully, but these errors were encountered:
Follow-up to ckeditor/ckeditor5-engine#1274.
When refactoring Image plugin, I noticed, that new converters are missing one functionality. Right now, we support upcasting an attribute from given view element, but we don't support same thing for downcasting.
This means that we can't state that we define conversion of, for example,
src
attribute that is set on modelimage
element.The text was updated successfully, but these errors were encountered: