Commit Graph

48 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
halfnelson b50dc075ce Don't auto change to svg namespace when in foreign namespace (#6261)
5 years ago
Tan Li Hau e5370a3e74 implement <svelte:fragment> (#4556)
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 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
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 eb1d4f2c46 scope CSS sibling combinators (#5427)
6 years ago
Tan Li Hau e5ca2067df add nonpassive event modifier (#5442)
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
Bassam Ismail 5fd448d3ec skip a11y-missing-content check with contenteditable bindings (#5023)
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
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
Tan Li Hau 5da0de4ce0 complain if named slots other than direct descendant of component (#4509)
7 years ago
Tan Li Hau ff07d4a818 fix allow let scoped to root element (#4266)
7 years ago
Mattias Buelens 28b1304d20 Add bindings for HTMLVideoElement.videoHeight and videoWidth
7 years ago
Mattias Buelens c228807c64 Add binding for HTMLMediaElement.ended
7 years ago
Mattias Buelens 8b09833611 Add binding for HTMLMediaElement.seeking
7 years ago
Rich Harris daa2820ad6 compactify code
7 years ago
AlbertLucianto a47838630f fix input binding fails if type declared last
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Dave Poulter 6c4605fc8a Fix namespace for svg elements inside slots
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Conduitry 457497efe5 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Richard Harris 27c5509e02 make code style more consistent
7 years ago
Rich Harris a7aa95477f typo
7 years ago
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Richard Harris e30d7b97d0 initialise text/html bindings if necessary
7 years ago
Rich Harris 6cc03f873c Merge branch 'master' into master
7 years ago
James Garbutt 11ced4a257 Introduce ESLint to svelte sources (#2958)
7 years ago
Vlad Glushchuk bf0d66175b Add bind:text and bind:html support for contenteditable elements
7 years ago
Richard Harris 965fae7991 update folder structure - #2790
7 years ago