Commit Graph

796 Commits (c47d2bd88dbf123735362e6f630ffb5ff4303c70)

Author SHA1 Message Date
Rich Harris c47d2bd88d extract some shared init logic
9 years ago
Rich Harris cd33f05704 Merge pull request #852 from sveltejs/gh-849
9 years ago
Rich Harris c8ce6feb65 Merge pull request #851 from sveltejs/gh-850
9 years ago
Rich Harris 3fc667b18a compile time error on slotted content inside if/each blocks. closes #849
9 years ago
Rich Harris 71a315f818 use anchor.parentNode as target instead of slot document fragment - fixes #850
9 years ago
Rich Harris baa4dbf640 typo
9 years ago
Rich Harris 33d374d5f1 failing test for #850
9 years ago
Rich Harris 0f7a08a8ca Merge pull request #847 from sveltejs/gh-827
9 years ago
Rich Harris c7b8c98e5e Merge branch 'master' into gh-827
9 years ago
Rich Harris de2aaaab5c escape shadow DOM CSS - fixes #840
9 years ago
Rich Harris f8be8f5a13 dont use skipped text nodes as anchors - fixes #843
9 years ago
P 88418b318b Change let -> var, solves #838
9 years ago
Rich Harris 879b6b3d0d use anchors for slotted content - fixes #822
9 years ago
Rich Harris a18c7c8cc3 Merge pull request #833 from sveltejs/nightmare
9 years ago
Rich Harris 630aa04603 increase timeout
9 years ago
Rich Harris 63d65d87ea reenable all tests
9 years ago
Rich Harris 3dd32b9fc2 use nightmare to test custom element stuff
9 years ago
Rich Harris 0c957496f3 remove requestAnimationFrame stuff, convert time ranges to {start, end} objects
9 years ago
Rich Harris 32a2ddc1af failing test for #827
9 years ago
Rich Harris 7d447bff86 add snapshot test for #830
9 years ago
Conduitry ee4a4a8eb0 fix a11y-html-has-lang unit test
9 years ago
Rich Harris aae316ce4f Update input.html
9 years ago
jpsc a40d6dbc69 feat(a11y): add warning missing lang on html tag
9 years ago
Rich Harris fcca63ae81 reenable all tests, fix some failures
9 years ago
Rich Harris 7f5eb2a86a tabindex-no-positive
9 years ago
Rich Harris 688dbdf102 scope
9 years ago
Rich Harris 864bdd90fd no-distracting-elements
9 years ago
Rich Harris 97686302b8 no-autofocus
9 years ago
Rich Harris 275a3ec460 no-access-key
9 years ago
Rich Harris 636016b26c heading-has-content
9 years ago
Rich Harris 3fce4d400f aria-role
9 years ago
Rich Harris 9f2481c90b aria-props
9 years ago
Rich Harris 9f3f35e37b update some tests
9 years ago
Rich Harris 6842c37ab6 anchor-is-valid
9 years ago
Rich Harris defa982029 anchor-has-content
9 years ago
Rich Harris 9e1ae7202c a11y checks (#374)
9 years ago
Rich Harris c430094b36 Merge pull request #814 from sveltejs/gh-645
9 years ago
Rich Harris 9db4e7a5ef remove redundant input blowback guard - closes #645
9 years ago
Rich Harris 2654f6a2c0 Merge branch 'master' into gh-781
9 years ago
Rich Harris bc69c67e23 more consistent style for generated code
9 years ago
Rich Harris 99f9e6a4c1 use component name in runtime dev warnings - fixes #781
9 years ago
Rich Harris 62764624c6 merge master -> gh-797
9 years ago
Rich Harris 25bac688bc Merge branch 'master' into gh-797
9 years ago
Rich Harris b4b4197032 handly directly instantiated custom elements, and slots
9 years ago
Rich Harris 155a6327cf use helper for setting styles
9 years ago
Rich Harris 9e5f871550 update tests
9 years ago
Rich Harris cbfc609064 scoped styles
9 years ago
Rich Harris aee6d4ade7 update tests
9 years ago
Rich Harris 440bdbe1e0 basic custom element generation (#797)
9 years ago
Rich Harris 3d487264ff handle url(...) and quoted values
9 years ago