AvaloniaUI / Avalonia.HtmlRenderer

Avalonia front-end for the HtmlRenderer project.
MIT License
137 stars 34 forks source link

Does not parse "border" fully + possible margin issue #34

Open kuiperzone opened 1 year ago

kuiperzone commented 1 year ago

Possibly two issues here. See screenshot below.

  1. Does not parse the tag string border:medium solid blue fully but ignores the color. However, it does parse border:medium solid;border-color:blue;.

  2. Correct me if I am mistaken on this, but there should be no spacing between the two borders shown in the screenshot and margin is explicitly set to 0 for both.

Linux Debian 12. Avalonia 11.

image