Documentation Feedback
Documentation suggests using the align attribute to align the content of mat-dialog-actions directives to the middle or right. However, align is an obsolete HTML attribute and not valid HTML5, and my IDE's static code analysis tools rightfully complain about using it. If using align really is the right way of doing this regardless of W3C standards, this should be clarified in the docs (and possibly be explicitly declared as a property of the MatDialogActions directive to make IDEs stop complaining).
Affected documentation page: https://material.angular.io/components/dialog/overview
Documentation Feedback
Documentation suggests using the
alignattribute to align the content ofmat-dialog-actionsdirectives to the middle or right. However,alignis an obsolete HTML attribute and not valid HTML5, and my IDE's static code analysis tools rightfully complain about using it. If usingalignreally is the right way of doing this regardless of W3C standards, this should be clarified in the docs (and possibly be explicitly declared as a property of theMatDialogActionsdirective to make IDEs stop complaining).Affected documentation page: https://material.angular.io/components/dialog/overview