|
|
|
|
|
by lisper
2285 days ago
|
|
> display:table I tried that once many years ago. It didn't work. It might work today but I no longer care. > this can be achieved by CSS contextual selectors That would be true if display:table worked, but it doesn't (or at least it didn't) and so it doesn't. And you still need some markup for the contextual selectors to work on. The obvious choice is <table><tr><td>, or, if it existed, <display-table><tr><td>. Maybe <grid><gr><gd> but that's not going to happen. |
|
Can you describe the problem you are having?