Sam Thorogood

Results 36 comments of Sam Thorogood

Thanks! I might add this in the README.

Hm. I'd like this to work. I have a hunch that perhaps appending a lot of code at once via `.innerHTML` could cause a `` tag not to be upgraded....

For sure. I wrote this code mostly in 2017 and it could use a bit of upgrading, although I don't think by that much. There's a few major parts: -...

No, I don't work at Google any more. I'll throw @bramus under the bus?

I've just published v1.0.6, which more aggressively falls through to `Buffer` if it's available. This fixes this for Node v5.1 => v11. (From v11, `TextDecoder` is already supported natively`). Also,...

Should be an easy fix. FWIW there's been discussion that the official dialog should place focus at the start of the dialog, rather than on a tabbable. On Thu., 25...

I wonder if this could be fixed in at least IE10 with its [flexbox](http://caniuse.com/#feat=flexbox) support. Also, doesn't IE9-10 support this? ``` html Test ```

It's not really ideal because many folks want to restyle or move the `` around the page, and adding more CSS that they might then have to override, might be...

Now that's a HTML element I've not seen in a long time, ``. Is there a problem whereby the frameset is always visually in front of the dialog?

I feel like the +/- 1px was mostly to deal with Retina-ness and bring off-by-one. 10px seems extreme. Is there another styling reason why this is failing? On Tue., 18...