Module

x/vue3_reactivity/shared/domAttrConfig.ts

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
import * as mod from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/shared/domAttrConfig.ts";

Variables

The full list is needed during SSR to produce the correct initial markup.

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

CSS properties that accept plain numbers

Functions

Boolean attributes should be included if the value is truthy or ''. e.g. <select multiple> compiles to { multiple: '' }