Skip to content

docs: document Geometry Interfaces (DOMMatrix, etc.) (2.8)#3095

Open
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-geometry-interfaces
Open

docs: document Geometry Interfaces (DOMMatrix, etc.) (2.8)#3095
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-geometry-interfaces

Conversation

@lunadogbot
Copy link
Copy Markdown

Summary

Documents the Geometry Interfaces (DOMMatrix, DOMPoint, DOMRect, DOMQuad and ReadOnly variants) that became available globally in Deno 2.8 (denoland/deno#27527).

  • New "Geometry Interfaces" section in runtime/reference/web_platform_apis.md placed just above "Deviations of other APIs from spec".
  • Lists each type with a one-line description and an MDN link.
  • Small transform example so readers can see the shape of the API.

Test plan

  • deno task serve — section renders, anchor #geometry-interfaces resolves.
  • If the upstream PR ends up gated behind an --unstable- flag at merge time, this section will need that note added — current diff doesn't show one.

Adds a Geometry Interfaces section to the Web platform APIs reference,
covering DOMMatrix / DOMPoint / DOMRect / DOMQuad and their ReadOnly
variants — all available globally as of Deno 2.8 per the Geometry
Interfaces Module Level 1 spec. Includes a small transform example.

Refs denoland/deno#27527
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant