Change record status: 
Project: 
Introduced in branch: 
11.5.x
Introduced in version: 
11.5.0
Description: 

The configuration for filter formats with the Filter HTML plugin are saved with the allowed_html configuration sorted alphabetically. The list of html tags is sorted alphabetically.

Site administrators should expect to see this change in their diff when exporting configuration and committing it to version control.

Before
  allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>'
After
  allowed_html: '<a href hreflang> <blockquote cite> <br> <cite> <code> <dd> <dl> <dt> <em> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <li> <ol start type> <p> <span> <strong> <ul type>'
Impacts: 
Site builders, administrators, editors
Module developers