-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [#474] Event listener properties prefixed with "on" should be th…
…e evaluated value of the corresponding attribute (#1760) * fix: [#474] Event listener properties should be the value of the corresponding attribute * fix: [#474] Event listener properties should be the value of the corresponding attribute
- Loading branch information
1 parent
73a3672
commit ee6fff7
Showing
46 changed files
with
3,969 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": "0.2", | ||
"ignorePaths": [], | ||
"dictionaryDefinitions": [], | ||
"dictionaries": [], | ||
"words": [ | ||
"clonable", | ||
"ISVG", | ||
"oncompositionend", | ||
"oncompositionstart", | ||
"oncompositionupdate", | ||
"oncontentvisibilityautostatechange", | ||
"onpointerrawupdate", | ||
"onscrollsnapchange", | ||
"onscrollsnapchanging", | ||
"onsearch" | ||
], | ||
"ignoreWords": [], | ||
"import": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.