add lisp packages
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
accesskey
|
||||
class
|
||||
contenteditable
|
||||
contextmenu
|
||||
data-
|
||||
dir
|
||||
draggable
|
||||
dropzone
|
||||
hidden
|
||||
id
|
||||
itemid
|
||||
itemprop
|
||||
itemref
|
||||
itemscope
|
||||
itemtype
|
||||
lang
|
||||
onblur Fires the moment that the element loses focus
|
||||
onchange Fires the moment when the value of the element is changed
|
||||
onclick Fires on a mouse click on the element
|
||||
oncontextmenu [HTML5]\n\nScript to be run when a context menu is triggered
|
||||
oncopy Fires when the user copies the content of an element
|
||||
oncut Fires when the user cuts the content of an element
|
||||
ondblclick Fires on a mouse double-click on the element
|
||||
ondrag [HTML5]\n\nScript to be run when an element is dragged
|
||||
ondragend [HTML5]\n\nScript to be run at the end of a drag operation
|
||||
ondragenter [HTML5]\n\nScript to be run when an element has been dragged to a valid drop target
|
||||
ondragleave [HTML5]\n\nScript to be run when an element leaves a valid drop target
|
||||
ondragover [HTML5]\n\nScript to be run when an element is being dragged over a valid drop target
|
||||
ondragstart [HTML5]\n\nScript to be run at the start of a drag operation
|
||||
ondrop [HTML5]\n\nScript to be run when dragged element is being dropped
|
||||
onfocus Fires the moment when the element gets focus
|
||||
oninput [HTML5]\n\nScript to be run when an element gets user input
|
||||
oninvalid [HTML5]\n\nScript to be run when an element is invalid
|
||||
onkeydown Fires when a user is pressing a key
|
||||
onkeypress Fires when a user presses a key
|
||||
onkeyup Fires when a user releases a key
|
||||
onmousedown Fires when a mouse button is pressed down on an element
|
||||
onmousemove Fires when the mouse pointer is moving while it is over an element
|
||||
onmouseout Fires when the mouse pointer moves out of an element
|
||||
onmouseover Fires when the mouse pointer moves over an element
|
||||
onmouseup Fires when a mouse button is released over an element
|
||||
onmousewheel Deprecated. Use the onwheel attribute instead
|
||||
onpaste Fires when the user pastes some content in an element
|
||||
onreset [HTML5]\n\nFires when the Reset button in a form is clicked
|
||||
onscroll [HTML5]\n\nScript to be run when an element s scrollbar is being scrolled
|
||||
onsearch Fires when the user writes something in a search field (for <input="search">)
|
||||
onselect Fires after some text has been selected in an element
|
||||
onsubmit Fires when a form is submitted
|
||||
onwheel [HTML5]\n\nFires when the mouse wheel rolls up or down over an element
|
||||
spellcheck
|
||||
style
|
||||
tabindex
|
||||
title
|
||||
Reference in New Issue
Block a user