While replacing the custom HTML and CSS parsers and implementing support for newer standards, we'll eventually break something. This issue should help track intentional breaking and unintentional regressions. We could try and fix all the regressions when they're introduced, but in order to allow for faster contributions, which may include some of these fixes already, it makes more sense to move forward and document them here.
Breaking Changes
- Rendering blocks inside inline elements will lead to different behavior, as HtmlKit auto-closes the invalid HTML
corner-radius is replaced with the official border-radius
background-gradient is replaced with the official linear-gradient
Regression
While replacing the custom HTML and CSS parsers and implementing support for newer standards, we'll eventually break something. This issue should help track intentional breaking and unintentional regressions. We could try and fix all the regressions when they're introduced, but in order to allow for faster contributions, which may include some of these fixes already, it makes more sense to move forward and document them here.
Breaking Changes
corner-radiusis replaced with the officialborder-radiusbackground-gradientis replaced with the officiallinear-gradientRegression
<br />tags don't lead to empty lines