DioxusLabs / DioxusLabs/blitz

Bug: border-collapse rendered incorrectly

Open
#386 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.1k
Forks
203
Avg merge
8h 58m
Merged PRs (30d)
112

Description

## Comparison: FIrefox (left) vs blitz (right)

Image

## Example: https://docoxide.github.io/fixtures/border-collapse.html
```html



border-collapse

table {
border: 2px solid black;
margin-bottom: 2rem;
}
th,
td {
border: 2px solid black;
padding: 0.5rem 1rem;
}

.collapse {
border-collapse: collapse;
}
.separate {
border-collapse: separate;
}





Name
Age


Alice
30


Bob
25



Name
Age


Alice
30


Bob
25


```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.