Commit Graph

267 Commits (e44762aa2d5a7fde6371c45ff3c212eae912f57b)

Author SHA1 Message Date
Dominik G ee480bded6
[fix] only read static value for rel attribute validation (#8003)
2 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos (#7974)
2 years ago
Billy Levin 88ed9931f2
warn on assignment to const (#4960)
2 years ago
Joffrey LEVEUGLE c7c6c05c7f
[feat] add security warning for anchor element (rel attribute) (#6289)
2 years ago
gtmnayan bee1851faa
[feat] `|important` modifier for style directive (#7489)
2 years ago
metonym 26a428972b
[fix] "not interactive" -> "noninteractive" (#7930)
2 years ago
Tan Li Hau 8de7931c64
[feat] better error message for invalid logic block placement (#7862)
2 years ago
metonym 980aff8a4a
[fix] omit a11y warning for native checkbox/radio inputs (#7838)
2 years ago
MCMXC 82013aa161
feat(a11y): add click-events-have-key-events rule (#5073)
2 years ago
tanhauhau 899d0cc67c update docs for a11y-no-noninteractive-tabindex and rename from a11y-no-nointeractive-tabindex -> a11y-no-noninteractive-tabindex
2 years ago
Shinobu Hayashi 2cd661156e
[feat] Add a11y rule to check no tabindex in nointeractive element (#6693)
2 years ago
Vaibhav Rai 78b81277e7
[fix]: Warn user when binding rest operator (#7526)
2 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
2 years ago
Niko Simonson 419641bb3e
Recursively check label children for input control (#5323)
2 years ago
Tan Li Hau 91b20b9c2e
[fix] error when using combinator incorrectly (#7650)
2 years ago
Anthony Le Goas b517df14e4
[feat] check noninteractive roles on interactive elements (#5955)
2 years ago
Tan Li Hau 2db60a77e1
rename test files from svelte-slot -> svelte-fragment (#7679)
2 years ago
Anthony Le Goas f5111ef436
[feat] add a11y check on abstract roles (#6241)
2 years ago
kwangure 39901986d6
[feat]: Add A11y aria-proptypes check (#6978)
2 years ago
Mel 1d19aebe38
a11y: Add role-has-required-aria-props rule (#5852)
2 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block (#7451)
2 years ago
Henning Groß 9276f85768
[feat] improve error message for animate used in a non-keyed each block (#6838)
2 years ago
Tan Li Hau d9687da632
each animate allow having comment siblings (#7435)
2 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
2 years ago
rgossiaux e2adf6a211
fix: do not generate unused-export-let inside <script context="module"> (#7232)
3 years ago
Efe Selim Küçük 587f94eb65
[feat] Better error message for inline component style directive (#7187)
3 years ago
Yuichiro Yamashita 5665f711fd
[fix] raise compile error if variable name is same as imported variable name (#7145)
3 years ago
Andreas Ehrencrona a4e4027f79
Handle whitespace inside #each with animation (#5477)
3 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup (#6413)
3 years ago
Tan Li Hau 5e40277167
[feat] add reference for default values in destructuring context (#7007)
3 years ago
James Bradbury 84a4ef07c9
[feat] add a11y-no-redundant-roles check (#7067)
3 years ago
Oliver Ford f48239914d
[fix] warning on reactive use of module const (#6606) (#6607)
3 years ago
Maxime LUCE 0cf5511ae0
[feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194)
3 years ago
Tan Li Hau fd031105aa
[fix] do not warn if module variables are not the only dependencies in reactive statements (#6510)
3 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings (#6504)
3 years ago
Tan Li Hau f60cb22a9d
standalone :global() with multiple selectors shouldn't be treated as error (#6508)
3 years ago
Geoff Rich 391258aa10
Remove caption warning on <audio> (#6054)
3 years ago
Geoff Rich e73f641ca5
Remove deprecated a11y-no-onchange warning (#6457)
3 years ago
Tan Li Hau fca6a6d38a
:global() with pseudo element should be considered as global (#6470)
3 years ago
Tan Li Hau 98ddf8b588
update periscopic (#6471)
3 years ago
Ignatius Bagus 8c3fb922d8
only check selector that are direct children of `:global` (#6435)
3 years ago
Anthony Le Goas 58790a9281
a11y: check if mouse events are accompanied by key events (#5938)
3 years ago
Dennis Kaspar b464320607
Add trusted modifier (#6149)
3 years ago
Roy Choo 228832c9a3
fix: :global(...):some-pseudoclass should be considered global (#6317)
3 years ago
Tan Li Hau bbcc1e7479
disallow multiple selectors inside :global() (#6428)
3 years ago
Térence Hollander 842b8412b6
fix(a11y): do not warn if href value is dynamic (#6110)
3 years ago
Tan Li Hau 3d1af7fb68
support :global() in compound selector (#6223)
3 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
4 years ago
Tan Li Hau 6589aa2548
warn module variables are nonreactive and make them truly nonreactive (#5847)
4 years ago
Saurav Sahu 87417e5a7b
fix: "foreign" namespace elements should still allow binding 'this' (#5942)
4 years ago