-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/dialogdocsThis issue is related to documentationThis issue is related to documentationgood first issueThis issue is a good place to start for first time contributors to the projectThis issue is a good place to start for first time contributors to the project
Description
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
alixroyere
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/dialogdocsThis issue is related to documentationThis issue is related to documentationgood first issueThis issue is a good place to start for first time contributors to the projectThis issue is a good place to start for first time contributors to the project