Eric Portis

Results 30 issues of Eric Portis

The `min_size` / `max_size`/ `steps` preset config parameters are cool. What would be _really_ cool is to somehow use Cloudinary’s [responsive breakpoint generation logic](http://www.responsivebreakpoints.com) to dynamically figure out the number...

type: enhancement 🧗‍♂️
Hacktoberfest

Progress on #2884 Here's our todo list: ## Images - [x] Single-pixel images (`image_1x1.sql`) - [x] What percentage of pages include an `` element? (`at_least_one_img.sql`) - [x] What percentage of...

analysis

Now that [there is not a generic safelist carve-out for all `Sec-`-prefixed request headers](https://github.com/whatwg/fetch/pull/1000), we will need to safelist individual client hints as they become part of the platform. I...

topic: cors
topic: client hints

Test: https://ericportis.com/etc/ResizeObserver-polyfill-resize-bug/ The box should turn yellow when wider than the red line. It does in Chrome and Firefox, but doesn’t in Safari (until I resize the viewport).

bug

Under “Controlling the image dimensions” [here](https://uprootlabs.github.io/poly-flif/api.html) it talks about partially _decoding_ the image to fit a `canvas` element’s actual size... is there any way to partially _load_ the FLIF resource...

difficulty:high

[`ResizeObserverSize`](https://drafts.csswg.org/resize-observer/#resizeobserversize) only delivers an observed element’s `inline` and `block` sizes. This is great when working with textual content, but I ran into a use case today where I actually wanted...

Commenter Response Pending
resize-observer-1

Closes #2884 Staging link: https://20220922t004911-dot-webalmanac.uk.r.appspot.com/en/2022/media Home page quotes: https://20220922t004911-dot-webalmanac.uk.r.appspot.com/en/2022/?feat=media#featured-chapter Still need to: - [x] Add figure fallback image urls (@tunetheweb has a magic script for this?) - [ ] Add...

writing
editing

Last year, the original client hint names were depreciated, and [they were all given a `Sec-CH-` prefix](https://wicg.github.io/responsive-image-client-hints/#responsive-image-hints). Chrome still sends the old ones if you ask it to, but they...

aka the MacAdam Limit https://en.wikipedia.org/wiki/Gamut#Surfaces My use case is visualizing the visible gamut, but I suspect there are others (e.g., alerting CSS authors that a color is not only outside...

enhancement
API change

Forgive the “issue” (which might end up just being a request to ELI5) about [a demo](https://colorjs.io/apps/picker/); I'm not sure if there is a better place to put this. The XYZ...