We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This works fine:
const span = viewWriter.createAttributeElement( 'span', { class: 'foo' }, { priority: 1 } );
This has no effect on the order of attribute elements:
const span = viewWriter.createAttributeElement( 'span', { class: 'foo' }, { priority: 0 } );
The text was updated successfully, but these errors were encountered:
cc @scofalik
Sorry, something went wrong.
Merge pull request #9742 from ckeditor/i/5797
7422073
Fix (engine): Updated `downcastwriter` to allow setting up attribute element's priority to 0. Closes #5797.
mateuszzagorski
Successfully merging a pull request may close this issue.
This works fine:
This has no effect on the order of attribute elements:
The text was updated successfully, but these errors were encountered: