Jeremy Frey

Results 7 issues of Jeremy Frey

## Describe the bug Several parts of the code and rendered markup use "aria-role" to attempt to describe to the accessibility API the purpose of the widget it labels. The...

Bug

In reviewing the [WAI ARIA combobox pattern](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) and seeing to what extent this library follows that pattern, I noticed that the form input is using `aria-owns`, which appears to be...

accessibility

I'm following the guides in sequence, and I think I've discovered an issue somewhere. When following the guides in sequence, 05-checkout-with-validation.md's [Adding server-side validation](https://github.com/dotnet-presentations/blazor-workshop/blob/main/docs/05-checkout-with-validation.md#adding-server-side-validation) section says I should be able...

## What is missing or needs to be updated? Modern browsers generally ignore `javascript:` in `` `src` attributes. Most of the examples listed which would execute javascript within an ``...

ACK_WAITING
UPDATE_CS
HELP_WANTED

## Is your feature request related to a problem? Please describe. WCAG 2.2 removes the success criterion 4.1.1 Parsing (Level A). In addition, with the release of WCAG 2.2, Parsing...

feature request
status: ready for work

### Nuget Package JsonSchema.Net.UniqueKeys ### Package Version 2.2.0 ### Operating System Windows ### .Net Target (if relevant, please specify the version in the description) .Net (5 or after) ### A...

bug
pkg:schema-unique-keys

I found SmtpServer while trying to get my team off of Papercut, since Papercut forces developers to write SMTP-facing code that supports cleartext and no authentication. SmtpServer met all of...