12:41 | <zcorpan> | I think <form method=dialog> was probably a mistake. Should have used <button type=closedialog> or so instead without a form |
12:44 | <zcorpan> | Currently you can't have a dialog within a form and use the declarative way to close it |
12:58 | <zcorpan> | I suppose invokers fixes it, but it needs explicit invoketarget |
16:12 | <Luke Warlow> | Your idea of an implicit target is definitely an interesting one https://github.com/openui/open-ui/issues/1057 |
16:33 | <hsivonen> | annevk: FYI: https://www.unicode.org/review/pri504/ |
17:53 | <keithamus> | 👋 in aria-wg we discussed about how <slot> elements forbid role= and aria-* attributes, and I'm curious if there's a compelling reason for this restriction, or if it is something that can be lifted? I know the UA has slot { display: contents } but changing that creates a node without any AT exposure which feels strange given how it can be interleaved between other elements that are exposed. |