Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove position: relative from table elements #567

Open
barmac opened this issue Aug 7, 2020 · 0 comments
Open

Remove position: relative from table elements #567

barmac opened this issue Aug 7, 2020 · 0 comments
Labels
backlog Queued in backlog bug Something isn't working

Comments

@barmac
Copy link
Member

barmac commented Aug 7, 2020

Describe the Bug

Also, the position: relative effect on i.a. table cells is undefined according to CSS 2.1 spec 🙈 https://www.w3.org/TR/CSS21/visuren.html#propdef-position
More on that here: https://stackoverflow.com/questions/4564638/using-position-relative-absolute-within-a-td

Originally posted by @barmac in #562 (comment)

As a result, at some point we might run into problems such as #540.

Expected Behavior

No more usage of properties which have undefined behavior in the spec.

@barmac barmac added the bug Something isn't working label Aug 7, 2020
@barmac barmac added the backlog Queued in backlog label Aug 7, 2020 — with bpmn-io-tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant