Simon Pieters

Results 719 comments of Simon Pieters

I don't think removing the triangles solves anything. With that as the only change, people would still be tempted to click the link, and then not be aware that they're...

With my suggested change, the natural next step is to click one of the radio buttons, rather than clicking the links. When you do that, the `details` opens and then...

Submit a draft PR when you have a work in progress fix. :)

This might be slightly off-topic here, feel free to move to a new issue... Does the Open UI Pop Up API proposal meet the requirements for web maps / Leaflet?...

The optgroup label should be ignored when computing the width of a drop-down select, but not for a listbox select.

If it's web compatible it seems nice to break the onerror recusion at least if `src` is set to the same value as the previous value.

If I understand correctly, the change removed checking of the Accept header when matching the cached entry. So, it makes the error go away, but doesn't let you do content...

It could be inline SVG instead of in an `iframe`, but it can't be referenced with `img` because then hover doesn't work.

Another placeholder technique: * A gradient. I think a solid color and gradient are sufficiently handled using CSS, but other ideas could be explored. I suppose SVG could be used....

I was thinking of using 'background', but as you point out it would need to be turned off when the image is loaded. Also, it wouldn't work right if there's...