Steve Repsher

Results 210 comments of Steve Repsher

@joshms123 there are quite a few accessibility issues, some hanging around for a while like this one. I've been trying to improve accessibility one issue at a time through various...

@bramkragten @zsarnett can fixing this finally be made a priority? The ability to add/edit zone locations by inputting latitude and longitude now exists for other zones, but cannot be done...

Safari already supports shadow DOM, but autofill only works when the `Autocomplete` attribute is present, which the text field does not support at the moment.

Getting ready to patch this downstream because it's taking too long to address, and noticed today that the progress components do support `aria-label` but it's not documented. 👎

Just wanted to point out that this issue can adversely affect actual lit templates as well. Not considering the `import` of the tag and only considering fixed names means that...

Why not just let users configure how they want? ```js settings: { "lit/modules": { lit: ["html", "svg", "css"], "@polymer/polymer/lib/utils/html-tag": ["html"], }, }, ```

> allowing it to be strict against an import path would be good. but a start would be just allowing control of the const names I guess that would help,...

If there are still compatibility issues here to work out, can some output warnings or documentation be added to inform users in the meantime? I have a query that uses...

For `dynamicImport` at least, it seems the versions agree between Webpack and CanIUse with the exceptions of UC and kaios. A similar situation exists for `module`, `forOf`, and `destructuring` even...