Giacomo Petri

Results 72 issues of Giacomo Petri

- **URL**: https://www.w3.org/WAI/ARIA/apg/example-index/landmarks/index.html - **Accessibility failure**: contrast ratio between related documents links text color and background is not sufficient (#337ab7 foreground color and #f4f4f4 background color, with a contrast ratio...

bug
example of pattern implementation

- **URL**: https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/ (or any page containing a NOTE section) - **Accessibility failure (not following best practices)**: every NOTE section starts with an H5. Even though the NOTE content is...

bug
Feedback

Updates: - updated **fixed values** list item in Applicability section adding necessary type values to reflect html specs; - removed "hidden" type from that list; - added background note both...

Rule Update
reviewers wanted

While reviewing pull request [#1904](https://github.com/act-rules/act-rules.github.io/pull/1904/) I noticed passed example 7: > This text has the default browser text color on the default browser background color. By default this is black...

Added: * failed example 3 * updated "Accessibility Support" section Closes issue: #1861 Need for Call for Review: This will require a 1 week Call for Review Note: Sorry if...

Rule Update
reviewers wanted
Review Call 1 week

- Rule: Focusable element has no keyboard trap via standard navigation - URL: https://www.w3.org/WAI/standards-guidelines/act/rules/a1b64e/proposed/ - Description: 1. From Expectations: > For each target element, focus can cycle to the browser...

- Rule: Autocomplete attribute has valid value - URL: https://www.w3.org/WAI/standards-guidelines/act/rules/73f2c2/#attribute-value - Reference: https://html.spec.whatwg.org/#image-button-state-(type=image) > The following content attributes must not be specified and [do not apply](https://html.spec.whatwg.org/#do-not-apply) to the element: [accept](https://html.spec.whatwg.org/#attr-input-accept),...

In [Heading has non-empty accessible name](https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/proposed/), [Failed Example 8](https://w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/0bf7d49ddf99066b816fe42e5cd827a15c7ad24d.html) > This h1 element has an [explicit role](https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/proposed/#explicit-role) of none. However, the [global](https://www.w3.org/TR/wai-aria-1.1/#global_states) [property](https://www.w3.org/TR/wai-aria/#dfn-property) aria-label is specified. Per [ARIA 1.3 -...

WAI-ARIA 1.2

Hello, I’ve a question about a specific scenario, referring to [Form field has non-empty accessible name](https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/) ### Example: ``` First name ``` ### Properties: - label containing input (sufficient technique)...

Agenda item

- **Starting URL**: https://www.w3.org/WAI/standards-guidelines/act/rules/59796f/ - **Highlighted element**: input type image, empty alt attribute and non-empty title attribute `` - **Description**: should we add an example for input type image with...