mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d388c0ae62
BREAKING CHANGE: `<whatever />` used to be expanded to `<whatever></whatever>`. The parser now follows the HTML5 spec more closely. Only void and foreign elements can be self closed. Closes #5591