[Webkit-unassigned] [Bug 282132] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 26 02:39:16 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=282132

            Bug ID: 282132
           Summary: AX:
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yashrajbharti.met18 at itbhu.ac.in
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

The 'buttontext' color from button element injected by user agent stylesheet on all safari versions seems to give an accessibility issue.

```css
input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
align-items: flex-start;
text-align: center;
cursor: default;
color: buttontext;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 3px;
padding-left: 6px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: outset;
border-right-style: outset;
border-bottom-style: outset;
border-left-style: outset;
border-top-color: buttonface;
border-right-color: buttonface;
border-bottom-color: buttonface;
border-left-color: buttonface;
background-color: buttonface;
box-sizing: border-box;
}
```

The color buttontext in Safari seems to be #dcdcdc

Check:
https://github.com/mdn/interactive-examples/issues/2839
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu#try_it

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241026/18192999/attachment-0001.htm>


More information about the webkit-unassigned mailing list