vue3-core/packages/runtime-dom/__tests__
zhoulixiang bfc1838f31
fix(runtime-dom): set width/height with units as attribute (#8781)
Technically, width / height on `<img>`, `<video>` etc must be integers and cannot contain units. When set as a DOM property, the DOM force converts strings with units to 0. However, this is such a common mistake that most browsers nowadays supports such usage, and it makes sense for Vue to at least let it be set as an attribute.
2023-11-30 17:27:23 +08:00
..
directives fix(v-model): avoid overwriting number input with same value (#7004) 2023-11-09 15:14:38 +08:00
helpers fix(runtime-core): fix error when using cssvars with disabled teleport (#7341) 2023-10-20 16:34:11 +08:00
createApp.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
customElement.spec.ts chore: fix typo (#7693) 2023-06-10 17:17:41 +08:00
customizedBuiltIn.spec.ts chore: remove unnecessary imports from vitest (#8562) 2023-10-26 16:34:14 +08:00
nodeOps.spec.ts chore: remove no longer used cloneNode implementation in nodeOps 2022-09-27 16:17:14 +08:00
patchAttrs.spec.ts fix(runtime-dom): consistently remove boolean attributes for falsy values (#4348) 2021-08-16 18:18:36 -04:00
patchClass.spec.ts refactor: use symbol for private properties (#8681) 2023-08-22 16:57:15 +08:00
patchEvents.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
patchProps.spec.ts fix(runtime-dom): set width/height with units as attribute (#8781) 2023-11-30 17:27:23 +08:00
patchStyle.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
rendererStaticNode.spec.ts wip(runtime): test for static vnode handling 2020-05-15 16:11:53 -04:00