Commit Graph

120 Commits (b2d58ab072c5d1879362a4960ab7723a10719f1a)

Author SHA1 Message Date
Anthony Le Goas b2d58ab072 a11y: check if mouse events are accompanied by key events (#5938)
5 years ago
Dennis Kaspar c966102f42 Add trusted modifier (#6149)
5 years ago
Térence Hollander 3eb7453c56 fix(a11y): do not warn if href value is dynamic (#6110)
5 years ago
Tan Li Hau eb5dd98641 implement passing CSS custom properties to components (#6237)
5 years ago
halfnelson b50dc075ce Don't auto change to svg namespace when in foreign namespace (#6261)
5 years ago
Conduitry fe7f01e14a fix missing slotted elements in AST (#6148)
6 years ago
Tan Li Hau e5370a3e74 implement <svelte:fragment> (#4556)
6 years ago
Tan Li Hau 1ad9d3e633 allow destructured defaults to refer to variables (#5986)
6 years ago
Saurav Sahu 540de15980 fix: "foreign" namespace elements should still allow binding 'this' (#5942)
6 years ago
halfnelson 346c7a942d add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
6 years ago
Tan Li Hau 2386de39b1 deconflict conextual action variable (#5839)
6 years ago
Tan Li Hau f173221ce3 warn if React attributes are used (#5836)
6 years ago
Ben Welsh e542247cb8 add ARIA graphics roles as known (#5822)
6 years ago
Andreas Ehrencrona 3aaf845594 Added types to Node subclasses (#5755)
6 years ago
Tan Li Hau 0968686824 support spread into slot props (#5616)
6 years ago
Ben McCann 64634b5913 Curly brace cleanup and enforcement (#5647)
6 years ago
Mikail Khan bb2d94c587 fixed typo in each loop animation error (#5648)
6 years ago
Tan Li Hau 18dfeafb7b fix function slot props based on context (#5607)
6 years ago
Ben McCann 647e3359cc Curly braces linting fixes (#5585)
6 years ago
Andreas Ehrencrona 7cbf66ecee Updated to ESLint config 5.4.0 (#5541)
6 years ago
Oscar Mattsson 8f682fd8a3 Fixed outdated typescriptlang.org link in comment (#5544)
6 years ago
Ben McCann b68fc1526e upgrade ESLint config (#5472)
6 years ago
Tan Li Hau a75228a652 warn for possible use of component without uppercase tag name (#5302)
6 years ago
Tan Li Hau f675f8583d {#key} block (#5397)
6 years ago
Tan Li Hau eb1d4f2c46 scope CSS sibling combinators (#5427)
6 years ago
Tan Li Hau e5ca2067df add nonpassive event modifier (#5442)
6 years ago
Tan Li Hau 28d0868f81 fix missing-declaration warning for use:obj.method (#5454)
6 years ago
Tan Li Hau e420488769 update acorn and parse expression as module script (#5423)
6 years ago
Tan Li Hau 3a84b2e1ba maintain context for transition (#5392)
6 years ago
Antony Jones 710237d548 Fix lint warnings (#5263)
6 years ago
Bassam Ismail 09aafa6444 add a11y-media-has-caption check (#5075)
6 years ago
Bassam Ismail 622f09ae48 add a11y-label-has-associated-control check (#5074)
6 years ago
Tan Li Hau 7d6d17c8d1 fix bind:group contextual reference (#5199)
6 years ago
Tan Li Hau 524df97dc8 error on expression scope store (#5079)
6 years ago
Tan Li Hau 2cde304db4 update acorn@^7.3.1 for optional chaining support (#5013)
6 years ago
Bassam Ismail 5fd448d3ec skip a11y-missing-content check with contenteditable bindings (#5023)
6 years ago
Tan Li Hau 95d4913ed8 fix extracting names from ThisExpression (#5036)
6 years ago
Tan Li Hau 8728a9df8c fix bind:group in each (#4868)
6 years ago
Tan Li Hau 73b86b4e00 fix reactivity with assigning item in each block (#4945)
6 years ago
Tan Li Hau fadb58f093 fix reactivity when binding to each context (#4878)
6 years ago
Robert Hall f083a1bb0a Property "muted" for <audio> and <video> (#4690)
6 years ago
André Lins 4486480150 A11y rule no-onchange (#4788)
6 years ago
Billy Levin 060ea4c493 update for ARIA 1.2 working draft (#4845)
6 years ago
Tan Li Hau 4597d72460 dry {#each}/{#await} destructuring (#4596)
6 years ago
Conduitry f5f1903826 fix exception with empty alt attribute (#4778)
6 years ago
Doga Genc f1968460bb fix img-reduntant-alt bug (#4771)
6 years ago
André Lins 709c9aa8e8 a11y: implement img-redundant-alt (#4750)
6 years ago
André Lins 75b8ac3719 a11y: do not warn about <a name> / <a id> (#4739)
6 years ago
Kalan 5a7737b2d6 a11y: warn about href="javascript:..." (#4733)
6 years ago
Daniel Imfeld b8564ed657 prevent illegal attribute names at compile time (#4650)
6 years ago