Commit Graph

193 Commits (e7af4d770652f83773166f1c7aa418a2e6c24955)

Author SHA1 Message Date
Anthony Le Goas 58790a9281
a11y: check if mouse events are accompanied by key events () 4 years ago
Dennis Kaspar b464320607
Add trusted modifier () 4 years ago
Roy Choo 228832c9a3
fix: :global(...):some-pseudoclass should be considered global () 4 years ago
Tan Li Hau bbcc1e7479
disallow multiple selectors inside :global() () 4 years ago
Térence Hollander 842b8412b6
fix(a11y): do not warn if href value is dynamic () 4 years ago
Tan Li Hau 3d1af7fb68
support :global() in compound selector () 4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> () 4 years ago
Tan Li Hau 6589aa2548
warn module variables are nonreactive and make them truly nonreactive () 4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations () 4 years ago
Tan Li Hau 2d5d6b05ed
warn if React attributes are used () 4 years ago
Mikail Khan 9745b61aab
fixed typo in each loop animation error () 4 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 () 4 years ago
Tan Li Hau 2d88dc460e
warn for possible use of component without uppercase tag name () 4 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier () 4 years ago
Tan Li Hau 6e0cd9bcbf
fix missing-declaration warning for use:obj.method () 4 years ago
Tan Li Hau aef5671411
update acorn and parse expression as module script () 4 years ago
Bassam Ismail fb51dd8f07
add a11y-media-has-caption check () 5 years ago
Bassam Ismail 62ab75e365
add a11y-label-has-associated-control check () 5 years ago
Bassam Ismail 10f7b5ee70
skip a11y-missing-content check with contenteditable bindings () 5 years ago
André Lins f7d1bf35a0
A11y rule no-onchange () 5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring () 5 years ago
Conduitry bdabd89f09
fix exception with empty alt attribute () 5 years ago
Doga Genc ba89c29b98
fix img-reduntant-alt bug () 5 years ago
André Lins 153b128fe2
a11y: implement img-redundant-alt () 5 years ago
André Lins 07242f994c
a11y: do not warn about <a name> / <a id> () 5 years ago
Kalan 56d1af493b
a11y: warn about href="javascript:..." () 5 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time () 5 years ago
Tan Li Hau 77ec48deba
add await catch shorthand () 5 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component () 5 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables () 5 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive () 5 years ago
Conduitry f5f489984f
fix handling of reserved keywords when parsing () 5 years ago
Tan Li Hau 527ddea289 disallow binding variables declared in await and catch 5 years ago
burningTyger b9368d5de4 remove quotes from code suggestion 5 years ago
David Kondrad 6b5a4870df tests: validator: add support for customElement compile option + test cases () 5 years ago
Benjamin W. Broersma 3433418dce Skip JS globals for InlineComponent nodes in warn_if_undefined. () 5 years ago
Conduitry e996ef750d fix warnings for props that are only used as stores () 5 years ago
Richard Harris 74fa2447b1 error on empty css declarations - fixes 5 years ago
Tan Li Hau 81c5c480e8 feat: warn unused exports 5 years ago
Richard Harris ad0e8670ca tweak text of warning 5 years ago
Tan Li Hau cfd3b63b9b warn if using svelte:options tag without compile_options.customElement 5 years ago
Colin Casey ee8825d34f fix reactive declaration cycle detection + clearer error on cycle 6 years ago
Samuel Elgozi 7342d484f1 feat: added a new `self` event modifier 6 years ago
Rich Harris e41a4846c3
Merge pull request from sveltejs/gh-3272 6 years ago
Richard Harris e3e3ad9be0 disable validation with magic comments 6 years ago
Richard Harris 46cd6ff370 disallow global references to $$-prefixed vars 6 years ago
Richard Harris 4c8f3a296c throw error if $ is referenced as global - fixes 6 years ago
Rich Harris cf24dbd6a9
Merge pull request from Conduitry/gh-3274 6 years ago
Conduitry c04def9081 don't warn when using each index in key () 6 years ago
Conduitry 276eb8e553 fix erroneous a11y warning with input type='image' () 6 years ago