Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
The calendar element has a div element as a child of button element. which is break the html validation rules.
Block elements are not allowed inside inline elements. In this case, the button and img tags are inline elements while div, h3 and p tags are block elements. So, it's still invalid.
Reproduction
Steps to reproduce:
1.
2.
Expected Behavior
Calendar element should not has a div element inside a button element.
Actual Behavior
Calendar element has a div element inside a button element.
Environment
- Angular:
- CDK/Material:
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):