UNPKG

short-jsdoc

Version:

short and simple jsdoc Object Oriented syntax format and implementation

23 lines (20 loc) 2.38 kB
/* @module html @class HTMLElement @property accesskey Specifies a shortcut key to activate/focus an element. Note: this is an attribute that can be used on any HTML element. @property class Specifies one or more classnames for an element (refers to a class in a style sheet). Note: this is an attribute that can be used on any HTML element. @property contenteditable Specifies whether the content of an element is editable or not. Note: this is an attribute that can be used on any HTML element. @property contextmenu Specifies a context menu for an element. The context menu appears when a user right-clicks on the element. Note: this is an attribute that can be used on any HTML element. @property data-* Used to store custom data private to the page or application. Note: this is an attribute that can be used on any HTML element. @property dir Specifies the text direction for the content in an element. Note: this is an attribute that can be used on any HTML element. @property draggable Specifies whether an element is draggable or not. Note: this is an attribute that can be used on any HTML element. @property dropzone Specifies whether the dragged data is copied, moved, or linked, when dropped. Note: this is an attribute that can be used on any HTML element. @property hidden Specifies that an element is not yet, or is no longer, relevant. Note: this is an attribute that can be used on any HTML element. @property id Specifies a unique id for an element. Note: this is an attribute that can be used on any HTML element. @property lang Specifies the language of the element's content. Note: this is an attribute that can be used on any HTML element. @property spellcheck Specifies whether the element is to have its spelling and grammar checked or not. Note: this is an attribute that can be used on any HTML element. @property style Specifies an inline CSS style for an element. Note: this is an attribute that can be used on any HTML element. @property tabindex Specifies the tabbing order of an element. Note: this is an attribute that can be used on any HTML element. @property title Specifies extra information about an element. Note: this is an attribute that can be used on any HTML element. @property translate Specifies whether the content of an element should be translated or not. Note: this is an attribute that can be used on any HTML element. */