Malvoz

Results 135 issues of Malvoz

FYI @danielstjules In a recent [WHATWG spec change](https://github.com/whatwg/html/pull/4330/files), all `target="_blank"` links should now imply `rel="noopener"`. And the [`opener`](https://html.spec.whatwg.org/multipage/links.html#link-type-opener) link relation was added. Additionally, the [`rel` attribute is now supported on...

(in some cases developers did not comply with the quoted-string rule defined in https://tools.ietf.org/html/rfc7230#section-3.2.6)

message

The word "home" (specifically in the context of maps) may be misinterpreted by blind users to mean the individual's home (perhaps indicative of obtaining the user's location through the Geolocation...

Google's [Web Light](https://support.google.com/webmasters/answer/6211428?hl=en) may transform secure pages, as explained in https://bugs.chromium.org/p/chromium/issues/detail?id=941948#c8, thus it'd be inaccurate to say that `Cache-Control: no-transform` is ineffective over https (notably Web Light does respect the...

It is currently not conveyed to screen reader users which results are available after typing text in the search input. Please consider following the ARIA Authoring Best Practices for the...

- [ ] The reset button is missing an [_accessible name_](https://www.w3.org/TR/accname-1.1/#dfn-accessible-name), it is currently announced as "times" or "multiplication" depending on the screen reader. It should have [`aria-label="Reset"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label). - [...

bug
help wanted
good first issue

Making the messagebox a [_live region_](https://www.w3.org/TR/wai-aria/#dfn-live-region) is important as it conveys to screen readers that the content should be announced when added to the DOM, or otherwise has been updated....

## Problem `removeOutsideVisibleBounds` is problematic for screen reader users, https://github.com/Leaflet/Leaflet/issues/3472#issuecomment-794280789: > simply hiding out-of-view markers is problematic to non-visual users, because (unlike e.g. https://github.com/Esri/a11y-map and https://github.com/mapbox/mapbox-gl-js/issues/10114) there's no feedback to...

## Problem The current HTML of a marker cluster looks something like this: ```html 23 ``` which results in the accessible name "23" for screen readers, which isn't very informative...

accessibility

I believe these directives were dismissed at some point due to no browser support, however there's increasing [support](https://caniuse.com/#feat=mdn-http_headers_cache-control_stale-while-revalidate) for [`stale-while-revalidate`](https://tools.ietf.org/html/rfc5861#section-3). [`stale-if-error`](https://tools.ietf.org/html/rfc5861#section-4) on the other hand [isn't](https://caniuse.com/#feat=mdn-http_headers_cache-control_stale-if-error) directly supported by browsers,...

type:bug
area:hint
good first issue