Manuel Rego
Manuel Rego
During the Blink API owners meeting, a few different people post comments and approve features. It'd be nice if the information gets updated without the need to reload the page...
Attribute reflection is now in the ARIA spec: https://github.com/w3c/aria/pull/1755 And also the HTML spec defines now how this work for Element and FrozenArray: https://github.com/whatwg/html/pull/7934 We could remove https://wicg.github.io/aom/spec/aria-reflection.html and make...
If we modify the `id` of the referenced element, we're going to get out of sync between the attribute and the element reference. Let's use an example: ``` target First...
#### 78a0bf5443f60e055cdbc8a8e46c1a4b7a095931 Integrate ARIA element reflection in the Accessibility Tree https://bugs.webkit.org/show_bug.cgi?id=244972 Reviewed by NOBODY (OOPS!). * LayoutTests/accessibility/element-reflection-ariaactivedescendant-expected.txt: Added. * LayoutTests/accessibility/element-reflection-ariaactivedescendant.html: Added. * LayoutTests/accessibility/element-reflection-ariacontrols-expected.txt: Added. * LayoutTests/accessibility/element-reflection-ariacontrols.html: Added. * LayoutTests/accessibility/element-reflection-ariadescribedby-expected.txt: Added....
@mukilan has been doing an experiment to try to build Servo on OpenHarmony OS (`aarch64-linux-ohos`). These are the current issues and workarounds: 1. socket2 needs patches for Iovlen type. [GitHub...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order ### What specific section or headline is this issue about? Examples ### What information was incorrect, unhelpful, or incomplete? `paint-order` is already supported for HTML content...
There's no spec about what we should do with the scrollTop value after applying zoom. Which makes Firefox fail the test: css/css-viewport/zoom/scroll-top-test-with-zoom.html Anyway checking that intermediate value is not relevant...
This is a separated issue extracted from https://github.com/leobalter/cross-root-aria-delegation/issues/7. What should happen if you delegate something and it isn't provided? Could it be provided implicitly somehow? Example: ```html ```
I'm not a fan of the name "Cross-root ARIA Reflection" that's why the title of the issue is longer than expected. I think it can be confused with ARIA attribute...
As discussed on the AOM meeting today, we'd like to include more complex examples on the explainer, maybe mixing both delegation/import and reflection/export together talking about why components are writing...