Commit Graph

91 Commits (fed93ab9e1da9b54852c17ebe1dc721e52bbb27b)

Author SHA1 Message Date
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` (#8392)
3 years ago
Dave Lunny f56fe33931
feat: `bind:innerText` for `contenteditable` (#4291)
3 years ago
Nguyen Tran 26c38e750c
feat: add a11y `no-noninteractive-element-to-interactive-role` (#8167)
3 years ago
Ben McCann f9efb4d992
chore: upgrade aria-query (#8353)
3 years ago
Brad Dougherty dd371f58fe
feat: add readyState binding for media elements (#6843)
3 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier (#8341)
3 years ago
Simon H 60db05da86
fix: hide some a11y warnings for `<svelte:element>` tags (#8335)
3 years ago
Nguyen Tran b56dfe51a8
feat: add a11y `role-supports-aria-props` (#8195)
3 years ago
Tan Li Hau d16dd5d7ca
feat: add naturalWidth and naturalHeight bindings (#7857)
3 years ago
Vaibhav c9a269c149
fix: silence no content a11y warning if the tag has an aria-label (#8299)
3 years ago
ngtr6788 3559997223
feat: implement a11y `aria-activedescendant-has-tabindex` (#8172)
3 years ago
Carlos Ivanchuk aa9b2dd5f3
fix: omit a11y warning on `<video>` when `aria-hidden="true"` (#7880)
3 years ago
Lioness100 5a3a1e488a
fix: correct typos in variable names (#8257)
3 years ago
Ben McCann 34ae6aaf1f
fix: make `noreferrer` warning less zealous (#8230)
3 years ago
Ramon Snir f84c00edb9
[fix] static svelte:element not replaced with tag in production mode (#7938)
3 years ago
Torsten Dittmann 676716979a
[fix] a11y - allow fallback roles (#8045)
3 years ago
Dominik G ee480bded6
[fix] only read static value for rel attribute validation (#8003)
3 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos (#7974)
3 years ago
Joffrey LEVEUGLE c7c6c05c7f
[feat] add security warning for anchor element (rel attribute) (#6289)
3 years ago
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline (#7716)
3 years ago
metonym 980aff8a4a
[fix] omit a11y warning for native checkbox/radio inputs (#7838)
3 years ago
MCMXC 82013aa161
feat(a11y): add click-events-have-key-events rule (#5073)
3 years ago
tanhauhau 899d0cc67c update docs for a11y-no-noninteractive-tabindex and rename from a11y-no-nointeractive-tabindex -> a11y-no-noninteractive-tabindex
3 years ago
Shinobu Hayashi 2cd661156e
[feat] Add a11y rule to check no tabindex in nointeractive element (#6693)
3 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
3 years ago
Niko Simonson 419641bb3e
Recursively check label children for input control (#5323)
3 years ago
Anthony Le Goas b517df14e4
[feat] check noninteractive roles on interactive elements (#5955)
3 years ago
Anthony Le Goas f5111ef436
[feat] add a11y check on abstract roles (#6241)
3 years ago
kwangure 39901986d6
[feat]: Add A11y aria-proptypes check (#6978)
3 years ago
Mel 1d19aebe38
a11y: Add role-has-required-aria-props rule (#5852)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` (#7280)
3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
3 years ago
Jacob Størdahl b6441eb655
[fix] add aria-description aria_attributes - (#7302)
4 years ago
Simon H 7044a32a2b
[fix] adjust style directive AST (#7127)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
James Bradbury 84a4ef07c9
[feat] add a11y-no-redundant-roles check (#7067)
4 years ago
Tan Li Hau f25a995f7b
collapse whitespace in class and style attributes (#6613)
4 years ago
Maxime LUCE 0cf5511ae0
[feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194)
4 years ago
Simon H b662c7fd41
[chore] move compiler warnings/errors to dedicate files (#6503)
4 years ago
Geoff Rich 391258aa10
Remove caption warning on <audio> (#6054)
4 years ago
Tan Li Hau 95f3f1c0b3
fix ci after merge conflicts (#6473)
4 years ago
Geoff Rich e73f641ca5
Remove deprecated a11y-no-onchange warning (#6457)
4 years ago
Anthony Le Goas 58790a9281
a11y: check if mouse events are accompanied by key events (#5938)
4 years ago
Dennis Kaspar b464320607
Add trusted modifier (#6149)
4 years ago
halfnelson 4633697214
Don't auto change to svg namespace when in foreign namespace (#6261)
4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
5 years ago
Saurav Sahu 87417e5a7b
fix: "foreign" namespace elements should still allow binding 'this' (#5942)
5 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
5 years ago
Tan Li Hau 2d5d6b05ed
warn if React attributes are used (#5836)
5 years ago