Rahim Abdi
Rahim Abdi
WPT investigation for: - https://github.com/w3c/accname/issues/227
Closes: https://github.com/web-platform-tests/interop-accessibility/issues/88
This PR adds additional tests for `` role calculation per [html-aam `` mapping guidance](https://www.w3.org/TR/html-aam-1.0/#el-summary): > If a summary element is not a child of a details element, or it is...
In "4.3.2 Computation steps", Step 2G of the name computation algorithm states: > G. Text Node: Otherwise, if the current node is a Text [Node](https://dom.spec.whatwg.org/#concept-node), return its textual contents. Although...
This feedback is for Name and Description Computation 1.2 Editor's Draft: https://w3c.github.io/accname/. In section 4.3.2 F, the `::before` and `::after` reference is out of date: https://www.w3.org/TR/CSS2/generate.html#before-after-content. I believe this is...
# Describe the change Some states/properties reference `undefined` as a value however, this value is missing from their Values table: ### aria-multiselectable The [Values table for `aria-multiselectable`](https://w3c.github.io/aria/#aria-multiselectable) does not have...
# Describe the change In order to address https://github.com/w3c/aria/issues/2156, @spectranaut /@smhigley /@aardrian suggested clarification in the spec of how to assign `undefined` for states and properties; namely, to clarify that...
# Describe the change I'm observing the following 6 spec instances of the term "content author": | Section | Text | | -------- | ------- | | [Section 5.2.1 Abstract...
Closes https://github.com/w3c/aria/issues/2156 Closes https://github.com/w3c/aria/issues/2177 This PR clarifies ambiguity in the varying behaviors of the `undefined` value for ARIA states and properties by providing a broader definition of "undefined" in [section...
# Describe the change As of ARIA 1.3, `aria-hidden="false"` will be a synonym of `aria-hidden="undefined"`. However, I noticed that the ["undefined"](https://pr-preview.s3.amazonaws.com/w3c/aria/pull/2090.html#valuetype_true-false-undefined) value is now differently defined for various states and...