Commit Graph

304 Commits (202d119e9a22267c2d31bb24c466b861004724f7)

Author SHA1 Message Date
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
1 year ago
Simon Holthausen 573acf9073 Merge branch 'master' into version-4
1 year ago
Simon H b6288ecdb7
fix: Handle dynamic values in `a11y-autocomplete-valid` (#8567)
1 year ago
Simon Holthausen 418f4c2381 Merge branch 'master' into version-4
1 year ago
Vaibhav Rai 37c8bd7e67
fix: var scope should not extend outside the reactive block (#6800)
1 year ago
Christoph Rüßler 3f2f1e58df
feat: add a11y `autocomplete-valid` (#8520)
1 year ago
Karl Erik Hofseth afd38494b4
fix: provide a workaround for `unsafe-inline` CSP that also works in Safari (#7800)
1 year ago
Nguyen Tran c0363966d3
fix: treat slots as if they don't exist when using CSS adjacent and general sibling combinators (#8422)
1 year ago
Nguyen Tran 83679e9700
fix: array rest destructuring in markup (#8555)
1 year ago
Simon H d083f8a3f2
feat: custom elements rework (#8457)
1 year ago
xxkl1 b7359c8361
feat: add window bind devicePixelRatio support (#8534)
1 year ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
1 year ago
Nguyen Tran f064c39d5f
fix: relax no-redundant-roles implementation (#8536)
1 year ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` (#8391)
1 year ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
1 year ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402)
1 year ago
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` (#8392)
1 year ago
Dave Lunny f56fe33931
feat: `bind:innerText` for `contenteditable` (#4291)
1 year ago
Nguyen Tran 26c38e750c
feat: add a11y `no-noninteractive-element-to-interactive-role` (#8167)
1 year ago
Tan Li Hau d525901556
fix validation for global compound selector (#8344)
2 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier (#8341)
2 years ago
Roy Choo acbf8135a8
fix: add global compound selector validation (#6322)
2 years ago
Nguyen Tran ed575cc927
fix: make svelte-ignore work above components (#8338)
2 years ago
Simon H 60db05da86
fix: hide some a11y warnings for `<svelte:element>` tags (#8335)
2 years ago
Cory Virok 32a94fcfc5
chore: implemented a small runtime optimization for SSR (#7539)
2 years ago
Vaibhav Rai 26104eaaba
fix: no error assigning to a `const` property (#7966)
2 years ago
Nguyen Tran b56dfe51a8
feat: add a11y `role-supports-aria-props` (#8195)
2 years ago
Yuichiro Yamashita 5f99ae76ce
chore: Reduce number of lines of expected files (#8325)
2 years ago
Vaibhav c9a269c149
fix: silence no content a11y warning if the tag has an aria-label (#8299)
2 years ago
ngtr6788 3559997223
feat: implement a11y `aria-activedescendant-has-tabindex` (#8172)
2 years ago
Carlos Ivanchuk aa9b2dd5f3
fix: omit a11y warning on `<video>` when `aria-hidden="true"` (#7880)
2 years ago
Tim McCabe cb972ecdba
[chore] fix `a11y-no-nointeractive-tabindex` typo (#8252)
2 years ago
Ben McCann 34ae6aaf1f
fix: make `noreferrer` warning less zealous (#8230)
2 years ago
Ming07 1f021226c5
[fix] named slots breaks svelte-ignore comments (#8105)
2 years ago
wackbyte 094483b397
[fix] say "nonnegative" instead of "positive" tabIndex for `a11y-no-noninteractive-tabindex` (#8126)
2 years ago
Bert B ed3ac92ec0
[fix] Suppress `a11y-no-noninteractive-tabindex` warning if an element has a `tabpanel` (#8025)
2 years ago
Torsten Dittmann 676716979a
[fix] a11y - allow fallback roles (#8045)
2 years ago
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