Re: [w3ctag/design-reviews] EyeDropper API (#587)

@LeaVerou thanks again for the comments and apologies for taking longer to reply.

I have updated the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/EyeDropper/explainer.md) to address the feedback received:
- the API surface is simplified by moving to a promise based design
- the `ColorSelectEvent.value` property is renamed to `sRGBHex` to make it clear that the color is a string and it is in sRGB. it is also mentioned that is expected that a color object will be the primary mechanism by which authors will access sampled color data in the future
- providing selection coordinates is moved to a non-goal for now since when using them it would be good to have the option to constrain the selection area to areas that can produce such useful coordinates

Please let me know if these changes successfully addressed your concerns.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/587#issuecomment-852439441

Received on Tuesday, 1 June 2021 20:57:10 UTC