ckeditor/ckeditor5-engine

View on GitHub
docs/_snippets/framework/extending-content-arbitrary-attribute-values.js

Summary

Maintainability
A
1 hr
Test Coverage

Function HandleFontSizeValue has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function HandleFontSizeValue( editor ) {
    // Add a special catch-all converter for the font size feature.
    editor.conversion.for( 'upcast' ).elementToAttribute( {
        view: {
            name: 'span',

    There are no issues that match your filters.

    Category
    Status