Commit Graph

1586 Commits (85e9ed9a81ec816d25ee74062e4aab9d545a736e)
 

Author SHA1 Message Date
Rich Harris 85e9ed9a81 tabindex-no-positive
7 years ago
Rich Harris 915c1835a4 scope
7 years ago
Rich Harris b3409ad405 no-distracting-elements
7 years ago
Rich Harris 81c5a1fb3b no-autofocus
7 years ago
Rich Harris d5b8d2fd48 no-access-key
7 years ago
Rich Harris 2364f6a04d heading-has-content
7 years ago
Rich Harris c62a74e8ae aria-role
7 years ago
Rich Harris 125191a843 aria-props
7 years ago
Rich Harris 073cbc0460 update some tests
7 years ago
Rich Harris a90e072086 alt-text
7 years ago
Rich Harris 6133976fec anchor-is-valid
7 years ago
Rich Harris bacbaef868 anchor-has-content
7 years ago
Rich Harris 51c2e0581b a11y checks (#374)
7 years ago
Rich Harris 66c382acae Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris c2352fe140 Merge pull request #814 from sveltejs/gh-645
7 years ago
Rich Harris 822f070d7e missed a few
7 years ago
Rich Harris 2c8268bf1c Merge pull request #812 from sveltejs/gh-781
7 years ago
Rich Harris 5e325d5a87 remove redundant input blowback guard - closes #645
7 years ago
Rich Harris 5ca6893f58 Merge branch 'master' into gh-781
7 years ago
Rich Harris dc48ae6358 Merge pull request #813 from sveltejs/tidy-up
7 years ago
Rich Harris e993ae0748 more consistent style for generated code
7 years ago
Rich Harris 75651bb070 use component name in runtime dev warnings - fixes #781
7 years ago
Rich Harris 0e80248cdd -> v1.37.0
7 years ago
Rich Harris 7c29defef4 Merge pull request #811 from sveltejs/gh-797
7 years ago
Rich Harris 81a04ad86c merge master -> gh-797
7 years ago
Rich Harris 7401590fba Merge branch 'master' into gh-797
7 years ago
Rich Harris 2380109f15 handly directly instantiated custom elements, and slots
7 years ago
Rich Harris 3ea3f53819 -> v1.36.0
7 years ago
Rich Harris 32bc47d06e Merge pull request #810 from sveltejs/gh-455
7 years ago
Rich Harris 186b770ef4 use helper for setting styles
7 years ago
Rich Harris 824998fdaa update tests
7 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested
7 years ago
Rich Harris 71bd8e3008 use template strings to prevent sourcemaps breaking the code
7 years ago
Rich Harris f5f35b5a50 scoped styles
7 years ago
Rich Harris 29fc3e5169 update tests
7 years ago
Rich Harris af618ba93f render <slot> elements
7 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris d54d00cac1 handle url(...) and quoted values
7 years ago
Rich Harris 228a7808ac optimize style attributes
7 years ago
Rich Harris 89c0b71e25 -> v1.35.0
7 years ago
Rich Harris 7510f9c929 Merge pull request #809 from sveltejs/gh-804
7 years ago
Rich Harris fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804)
7 years ago
Rich Harris e30ff542da Merge pull request #807 from sveltejs/gh-788
7 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes #788)
7 years ago
Rich Harris 865e84b856 Merge pull request #806 from sveltejs/gh-801
7 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
7 years ago
Rich Harris 223dbee98c Merge pull request #803 from sveltejs/gh-637
7 years ago
Rich Harris c682e365f6 optimise case where we can use innerHTML
7 years ago
Rich Harris d1a6f9c11e only use comments around <slot> as necessary
7 years ago