Simon Pieters

Results 719 comments of Simon Pieters

https://quirks.spec.whatwg.org/#the-percentage-height-calculation-quirk basically avoids defining what should happen with tables. Now that https://drafts.csswg.org/css-tables/ exists, it could maybe be better defined.

Also see https://github.com/whatwg/html/pull/9493

I think this is covered under [the `aria-relevant` section](https://github.com/w3c/aria-practices/blob/zcorpan/live-regions/live-regions.md#aria-relevant), but it can be clearer. The ARIA spec says for `additions`: > Element nodes are added **to the accessibility tree** within...

If there are interoperability bugs in the area for dynamic updates, I think that should be addressed in the ARIA spec (if it needs changes), tests and bug reports. If...

Per https://w3c.github.io/html-aam/#html-element-role-mappings `output` has `role=status` by default, which makes it a live region. Credit to @scottaohara for this finding: https://www.scottohara.me/blog/2019/07/10/the-output-element.html I think this section should at least include an example...

I agree that correct implementation is important, but I think changing APG is not an effective way to fix bugs in implementations. APG is about how to use ARIA, not...

OK, I think this section could do more to explain the issues with live regions and go into more detail. It sounds like this topic could use some teleconference time...

@jnurthen I don't recall if we discussed this at TPAC. :) Should we discuss this on next week's telecon?

Add a link to second layout grid example