-
Notifications
You must be signed in to change notification settings - Fork 64
[HTML] Canvas place element #997
Copy link
Copy link
Closed
Labels
Focus: API design (pending)Focus: Accessibility (pending)Focus: Internationalization (pending)Focus: Privacy (pending)Focus: Security (pending)Focus: Web architecture (pending)Resolution: overtakenfor example another proposal has emerged which covers the same use cases and enjoys broader supportfor example another proposal has emerged which covers the same use cases and enjoys broader supportVenue: WHATWGVenue: WICG
Metadata
Metadata
Assignees
Labels
Focus: API design (pending)Focus: Accessibility (pending)Focus: Internationalization (pending)Focus: Privacy (pending)Focus: Security (pending)Focus: Web architecture (pending)Resolution: overtakenfor example another proposal has emerged which covers the same use cases and enjoys broader supportfor example another proposal has emerged which covers the same use cases and enjoys broader supportVenue: WHATWGVenue: WICG
こんにちは TAG-さん!
I'm requesting an early TAG design review of "Canvas place element".
A fundamental capability missing from the web is the ability to complement Canvas with HTML elements. Adding this capability enables Canvas surfaces to benefit from all of the styling, layout and behaviors of HTML, including interactive elements and built-in accessibility.
There are 2 API surfaces to be exposed on this proposal. First, a high level API that brings an Element and its subtree into the 2D Canvas. Second, a broken down version that allows finer control over Javascript and is also available in 3D contexts.
Further details: