Module

x/vue3_reactivity/shared/index.ts>isKnownHtmlAttr

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
variable isKnownHtmlAttr
import { isKnownHtmlAttr } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/shared/index.ts";

Known attributes, this is used for stringification of runtime static nodes so that we don't stringify bindings that cannot be set from HTML. Don't also forget to allow data-* and aria-*! Generated from https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes