- From: Christopher Cameron <notifications@github.com>
- Date: Wed, 08 Jan 2025 05:29:24 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3ctag/design-reviews/issues/1036@github.com>
こんにちは TAG-さん! I'm requesting a TAG review of CanvasSettings. There is a lot of duplicated spec text for CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D, especially related to how CanvasRenderingContext2DSettings is handled. As with all things that are duplicated, there are accidental divergences. This creates a new mixin interface CanvasSettings. This will unify the accidentally diverged paths, and also prevent this from happening in the future. It will introduce some features accidentally left out of OffscreenCanvasRenderingContext2D. This is being pursued so that things like floating-point and HDR canvas do not need to add duplicate text when they are added to the specification. - Explainer¹: https://github.com/ccameron-chromium/ColorWeb-CG/blob/canvas_cleanup/canvas2d_settings.md - Specification: https://github.com/whatwg/html/pull/10904 - WPT Tests: https://chromium-review.googlesource.com/c/chromium/src/+/6157844 - User research: - Security and Privacy self-review²: N/A - Primary contacts: - @ccameron-chromium - Organization/project driving the specification: ColorWeb-CG - Multi-stakeholder support³: - Chromium comments: Support - Mozilla comments: https://github.com/mozilla/standards-positions/issues/1159 - WebKit comments: https://github.com/WebKit/standards-positions/issues/445 - Status/issue trackers for implementations⁴: - Chromium: https://chromestatus.com/feature/5508068999430144 - Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1940414 Further details: - [X] I have reviewed the TAG's [Web Platform Design Principles](https://www.w3.org/TR/design-principles/) - Relevant time constraints or deadlines: - The group where the work on this specification is currently being done: ColorWeb-CG (because of floating-point and HDR canvas) - The group where standardization of this work is intended to be done (if different from the current group): - Major unresolved issues with or opposition to this specification: - This work is being funded by: -- Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/1036 You are receiving this because you are subscribed to this thread. Message ID: <w3ctag/design-reviews/issues/1036@github.com>
Received on Wednesday, 8 January 2025 13:29:28 UTC