0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/test
Filip Ambrosius 1333be0c6a
fix: Regression itemscope as boolean_attribute (#8414)
Microdata are a strange set of attributes which are ONLY defined in markup, and have no relationship to the underlying Document Object Model node. As such programmatically defining an element and setting a property on it with a given Microdata attribute will not work:
https://codepen.io/iambrosius/full/jOvXBBG

One can read more about microdata here: https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata

The fix is to remove itemscope being a boolean attribute, because that opts into a transformation as a DOM property, which is wrong.
2023-03-27 11:02:12 +02:00
..
css feat: container query support via css-tree extension (#8275) 2023-03-27 10:07:39 +02:00
custom-elements
hydration feat: make preserveComments effective in DOM renderer (#7182) 2023-03-27 10:12:44 +02:00
js feat: make preserveComments effective in DOM renderer (#7182) 2023-03-27 10:12:44 +02:00
motion
parser feat: add back <svelte:document> (#7149) 2023-03-15 16:38:03 +01:00
preprocess
runtime fix: Regression itemscope as boolean_attribute (#8414) 2023-03-27 11:02:12 +02:00
runtime-puppeteer fix: use wholeText for only contenteditable for set_data (#8394) 2023-03-21 14:30:25 +01:00
server-side-rendering
sourcemaps
stats
store fix: derived store restarting when unsubscribed from another store with a shared ancestor (#8368) 2023-03-14 10:46:49 +01:00
utils feat: css units in fly & blur transitions (#7623) 2023-03-15 12:40:49 +01:00
validator fix: relax a11y-no-noninteractive-element-to-interactive-role warning (#8402) 2023-03-21 10:51:05 +01:00
vars
.eslintrc.json
helpers.ts
setup.js
test.ts
tsconfig.json