Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.DominantBaseline

type DominantBaseline =
| "alphabetic"
| "auto"
| "central"
| "hanging"
| "ideographic"
| "mathematical"
| "middle"
| "no-change"
| "reset-size"
| "text-after-edge"
| "text-before-edge"
| "use-script";

§Type

§
Globals | "alphabetic" | "auto" | "central" | "hanging" | "ideographic" | "mathematical" | "middle" | "no-change" | "reset-size" | "text-after-edge" | "text-before-edge" | "use-script"
[src]