Using align="center"

This file contains an element <h1 align="center">, but it also applies to any element, like <p..., <table, etc...

The 'experimental' Nu Markup Checker flags this as an HTML5 ERROR with the string "Error: The align attribute on the h1 element is obsolete. Use CSS instead."

If 'clean' at present tidy 'silently' replaces this with CSS in TY_(CleanDocument)(doc), in Style2Rule( TidyDocImpl* doc, Node *node), using TY_(AttrGetById)(node, TidyAttr_STYLE);

Q: Should this behaviour be modified?

A: There are various possibilities