03:53 | <Luca Casonato> | Luca Casonato: https://github.com/whatwg/html/pull/9668 does Deno need an issue for this? |
05:56 | <Christine Belzie> | Hey annevkI’ll do issue 7374. It’s in the HTML repo |
06:52 | <annevk> | Christine Belzie: sounds good, but https://github.com/whatwg/html/issues/7374 appears closed? |
11:59 | <vrafaeli> | HTML tables have a defined schema, table -> tbody -> tr -> td Is there a way for the row to behave like an <a> element, in a way that the row's link can be copied, or opened in a new tab with ctrl+click. |
12:00 | <vrafaeli> | Or would this just be a bad UX, and a table row should just have a column where the link is in? |
14:11 | <annevk> | vrafaeli: with scripting you can accomplish some if not all of that, but there's no way with just markup. Might be an interesting feature request for CSS to let a row act as the link of one of its columns |