You are on page 1of 147

1 2 3 4 5 6 7 8

download <a>  <area>


target <a>  <area>  <base>  <form>
href <a>  <area>  <base>  <link>
rel <a>  <area>  <form>  <link>
hreflang <a>  <area>  <link>
media <a>  <area>  <link>  <source>  <style>
type <a>  <button>  <embed>  <input>  <link>  <menu>  <object>  <script>
coords <area>
shape <area>
alt <area>  <img>  <input>
onerror <audio>  <body>  <embed>  <img>  <object>  <script>  <style>  <video>
src <audio>  <embed>  <iframe>  <img>  <input>  <script>  <source>  <track>
onabort <audio>  <embed>  <img>  <object>  <video>
oncanplay <audio>  <embed>  <object>  <video>
autoplay <audio>  <video>
controls <audio>  <video>
loop <audio>  <video>
oncanplaythrough <audio>  <video>
ondurationchange <audio>  <video>
onemptied <audio>  <video>
onended <audio>  <video>
onloadeddata <audio>  <video>
onloadedmetadata <audio>  <video>
onloadstart <audio>  <video>
onpause <audio>  <video>
onplay <audio>  <video>
onplaying <audio>  <video>
onprogress <audio>  <video>
onratechange <audio>  <video>
onseeked <audio>  <video>
onseeking <audio>  <video>
onstalled <audio>  <video>
onsuspend <audio>  <video>
ontimeupdate <audio>  <video>
onvolumechange <audio>  <video>
onwaiting <audio>  <video>
preload <audio>  <video>
cite <blockquot  <del>  <ins> <q>
onafterprint <body>
onbeforeprint <body>
onbeforeunload <body>
onhashchange <body>
onoffline <body>
ononline <body>
onpagehide <body>
onpageshow <body>
onpopstate <body>
onresize <body>
onstorage <body>
onunload <body>
onload <body>  <iframe>  <img>  <input>  <link>  <script>  <style>
name <button>  <fieldset>  <form>  <iframe>  <input>  <map>  <meta>  <object>
form <button>  <fieldset>  <input> <label>  <meter>  <object>  <output>  <select>
disabled <button>  <fieldset>  <input> <optgroup <option>  <select>  <textarea>
formaction <button>  <input>
value <button>  <input>  <li>  <option>  <meter>  <progress> <param>
autofocus <button>  <input>  <select>  <textarea>
height <canvas>  <embed>  <iframe>  <img>  <input>  <object>  <video>
width <canvas>  <embed>  <iframe>  <img>  <input>  <object>  <video>
span <col>  <colgroup>
datetime <del>  <ins>  <time>
ontoggle <details>
open <details>
accept-charset <form>
action <form>
enctype <form>
method <form>
novalidate <form>
onreset <form>
onsubmit <form>
autocomplete <form>  <input>
sandbox <iframe>
srcdoc <iframe>
ismap <img>
sizes <img>  <link>  <source>
usemap <img>  <object>
srcset <img>  <source>
accept <input>
checked <input>
list <input>
onsearch <input>
pattern <input>
step <input>
min <input>  <meter>
max <input>  <meter>  <progress>
multiple <input>  <select>
size <input>  <select>
required <input>  <select>  <textarea>
dirname <input>  <textarea>
maxlength <input>  <textarea>
placeholder <input>  <textarea>
readonly <input>  <textarea>
for <label>  <output>
content <meta>
http-equiv <meta>
charset <meta>  <script>
high <meter>
low <meter>
optimum <meter>
data <object>
reversed <ol>
start <ol>
selected <option>
async <script>
defer <script>
colspan <td>  <th>
headers <td>  <th>
rowspan <td>  <th>
cols <textarea>
rows <textarea>
wrap <textarea>
scope <th>
default <track>
kind <track>
oncuechange <track>
srclang <track>
label <track>  <option>  <optgroup>
poster <video>
muted <video>  <audio>
onblur All visible elements.
onchange All visible elements.
onclick All visible elements.
oncontextmenu All visible elements.
oncopy All visible elements.
oncut All visible elements.
ondblclick All visible elements.
ondrag All visible elements.
ondragend All visible elements.
ondragenter All visible elements.
ondragleave All visible elements.
ondragover All visible elements.
ondragstart All visible elements.
ondrop All visible elements.
onfocus All visible elements.
oninput All visible elements.
oninvalid All visible elements.
onkeydown All visible elements.
onkeypress All visible elements.
onkeyup All visible elements.
onmousedown All visible elements.
onmousemove All visible elements.
onmouseout All visible elements.
onmouseover All visible elements.
onmouseup All visible elements.
onmousewheel All visible elements.
onpaste All visible elements.
onscroll All visible elements.
onselect All visible elements.
onwheel All visible elements.
accesskey Global Attributes
class Global Attributes
contenteditable Global Attributes
data-* Global Attributes
dir Global Attributes
draggable Global Attributes
hidden Global Attributes
id Global Attributes
lang Global Attributes
spellcheck Global Attributes
style Global Attributes
tabindex Global Attributes
title Global Attributes
translate Global Attributes
align Not supported in HTML 5.
bgcolor Not supported in HTML 5.
border Not supported in HTML 5.
color Not supported in HTML 5.
9 10 11 12
Specifies that the target will be downloaded when a user clicks on the hyperl
Specifies the target for where to open the linked document or where to subm
Specifies the URL of the page the link goes to
Specifies the relationship between the current document and the linked docu
Specifies the language of the linked document
Specifies what media/device the linked document is optimized for
 <source>  <style> Specifies the type of element
Specifies the coordinates of the area
Specifies the shape of the area
Specifies an alternate text when the original element fails to display
Script to be run when an error occurs
 <video> Specifies the URL of the media file
Script to be run on abort
Script to be run when a file is ready to start playing (when it has buffered eno
Specifies that the audio/video will start playing as soon as it is ready
Specifies that audio/video controls should be displayed (such as a play/pause
Specifies that the audio/video will start over again, every time it is finished
Script to be run when a file can be played all the way to the end without pau
Script to be run when the length of the media changes
Script to be run when something bad happens and the file is suddenly unavai
Script to be run when the media has reach the end (a useful event for messa
Script to be run when media data is loaded
Script to be run when meta data (like dimensions and duration) are loaded
Script to be run just as the file begins to load before anything is actually loade
Script to be run when the media is paused either by the user or programmati
Script to be run when the media has started playing
Script to be run when the media has started playing
Script to be run when the browser is in the process of getting the media data
Script to be run each time the playback rate changes (like when a user switch
Script to be run when the seeking attribute is set to false indicating that seek
Script to be run when the seeking attribute is set to true indicating that seeki
Script to be run when the browser is unable to fetch the media data for what
Script to be run when fetching the media data is stopped before it is complet
Script to be run when the playing position has changed (like when the user fa
Script to be run each time the volume of a video/audio has been changed
Script to be run when the media has paused but is expected to resume (like w
Specifies if and how the author thinks the audio/video should be loaded whe
Specifies a URL which explains the quote/deleted/inserted text
Script to be run after the document is printed
Script to be run before the document is printed
Script to be run when the document is about to be unloaded
Script to be run when there has been changes to the anchor part of the a UR
Script to be run when the browser starts to work offline
Script to be run when the browser starts to work online
Script to be run when a user navigates away from a page
Script to be run when a user navigates to a page
Script to be run when the window's history changes.
Script to be run when the browser window is being resized.
Script to be run when a Web Storage area is updated
Script to be run when a page has unloaded (or the browser window has been
Script to be run when the element is finished loading
 <output>  <param>  <select>  <textarea>Specifies the name of the element
 <textarea> Specifies the name of the form the element belongs to
Specifies that the specified element/group of elements should be disabled
Specifies where to send the form-data when a form is submitted. Only for typ
Specifies the value of the element
Specifies that the element should automatically get focus when the page load
Specifies the height of the element
Specifies the width of the element
Specifies the number of columns to span
Specifies the date and time
Script to be run when the user opens or closes the <details> element
Specifies that the details should be visible (open) to the user
Specifies the character encodings that are to be used for the form submission
Specifies where to send the form-data when a form is submitted
Specifies how the form-data should be encoded when submitting it to the se
Specifies the HTTP method to use when sending form-data
Specifies that the form should not be validated when submitted
Script to be run when a reset button in a form is clicked.
Script to be run when a form is submitted
Specifies whether the <form> or the <input> element should have autocomp
Enables an extra set of restrictions for the content in an <iframe>
Specifies the HTML content of the page to show in the <iframe>
Specifies an image as a server-side image map
Specifies the size of the linked resource
Specifies an image as a client-side image map
Specifies the URL of the image to use in different situations
Specifies the types of files that the server accepts (only for type="file")
Specifies that an <input> element should be pre-selected when the page load
Refers to a <datalist> element that contains pre-defined options for an <inpu
Script to be run when the user writes something in a search field (for <input t
Specifies a regular expression that an <input> element's value is checked aga
Specifies the legal number intervals for an input field
Specifies a minimum value
Specifies the maximum value
Specifies that a user can enter more than one value
Specifies the width, in characters (for <input>) or specifies the number of visi
Specifies that the element must be filled out before submitting the form
Specifies that the text direction will be submitted
Specifies the maximum number of characters allowed in an element
Specifies a short hint that describes the expected value of the element
Specifies that the element is read-only
Specifies which form element(s) a label/calculation is bound to
Gives the value associated with the http-equiv or name attribute
Provides an HTTP header for the information/value of the content attribute
Specifies the character encoding
Specifies the range that is considered to be a high value
Specifies the range that is considered to be a low value
Specifies what value is the optimal value for the gauge
Specifies the URL of the resource to be used by the object
Specifies that the list order should be descending (9,8,7...)
Specifies the start value of an ordered list
Specifies that an option should be pre-selected when the page loads
Specifies that the script is executed asynchronously (only for external scripts)
Specifies that the script is executed when the page has finished parsing (only
Specifies the number of columns a table cell should span
Specifies one or more headers cells a cell is related to
Specifies the number of rows a table cell should span
Specifies the visible width of a text area
Specifies the visible number of lines in a text area
Specifies how the text in a text area is to be wrapped when submitted in a fo
Specifies whether a header cell is a header for a column, row, or group of col
Specifies that the track is to be enabled if the user's preferences do not indic
Specifies the kind of text track
Script to be run when the cue changes in a <track> element
Specifies the language of the track text data (required if kind="subtitles")
Specifies the title of the text track
Specifies an image to be shown while the video is downloading, or until the u
Specifies that the audio output of the video should be muted
Script to be run when the element loses focus
Script to be run when the value of the element is changed
Script to be run when the element is being clicked
Script to be run when a context menu is triggered
Script to be run when the content of the element is being copied
Script to be run when the content of the element is being cut
Script to be run when the element is being double-clicked
Script to be run when the element is being dragged
Script to be run at the end of a drag operation
Script to be run when an element has been dragged to a valid drop target
Script to be run when an element leaves a valid drop target
Script to be run when an element is being dragged over a valid drop target
Script to be run at the start of a drag operation
Script to be run when dragged element is being dropped
Script to be run when the element gets focus
Script to be run when the element gets user input
Script to be run when the element is invalid
Script to be run when a user is pressing a key
Script to be run when a user presses a key
Script to be run when a user releases a key
Script to be run when a mouse button is pressed down on an element
Script to be run as long as the  mouse pointer is moving over an element
Script to be run when a mouse pointer moves out of an element
Script to be run when a mouse pointer moves over an element
Script to be run when a mouse button is released over an element
Script to be run when a mouse wheel is being scrolled over an element
Script to be run when the user pastes some content in an element
Script to be run when an element's scrollbar is being scrolled
Script to be run when the element gets selected
Script to be run when the mouse wheel rolls up or down over an element
Specifies a shortcut key to activate/focus an element
Specifies one or more classnames for an element (refers to a class in a style s
Specifies whether the content of an element is editable or not
Used to store custom data private to the page or application
Specifies the text direction for the content in an element
Specifies whether an element is draggable or not
Specifies that an element is not yet, or is no longer, relevant
Specifies a unique id for an element
Specifies the language of the element's content
Specifies whether the element is to have its spelling and grammar checked o
Specifies an inline CSS style for an element
Specifies the tabbing order of an element
Specifies extra information about an element
Specifies whether the content of an element should be translated or not
Specifies the alignment according to surrounding elements. Use CSS instead
Specifies the background color of an element. Use CSS instead
Specifies the width of the border of an element. Use CSS instead
Specifies the text color of an element. Use CSS instead
user clicks on the hyperlink
ument or where to submit the form

ment and the linked document

optimized for

fails to display

when it has buffered enough to begin)


on as it is ready
ed (such as a play/pause button etc)
very time it is finished
to the end without pausing for buffering

e file is suddenly unavailable (like unexpectedly disconnects)


a useful event for messages like "thanks for listening")

d duration) are loaded


anything is actually loaded
he user or programmatically

f getting the media data


(like when a user switches to a slow motion or fast forward mode).
alse indicating that seeking has ended
rue indicating that seeking is active
the media data for whatever reason
ped before it is completely loaded for whatever reason
ed (like when the user fast forwards to a different point in the media)
io has been changed
pected to resume (like when the media pauses to buffer more data)
o should be loaded when the page loads

anchor part of the a URL


owser window has been closed)

nts should be disabled


s submitted. Only for type="submit"

ocus when the page loads

details> element

for the form submission


s submitted
n submitting it to the server (only for method="post")

t should have autocomplete enabled


an <iframe>

nly for type="file")


cted when the page loads (for type="checkbox" or type="radio")
ned options for an <input> element
search field (for <input type="search">)
nt's value is checked against

cifies the number of visible options (for <select>)


ubmitting the form
d in an element
ue of the element

me attribute
f the content attribute

the page loads


only for external scripts)
as finished parsing (only for external scripts)

when submitted in a form


mn, row, or group of columns or rows
preferences do not indicate that another track would be more appropriate

d if kind="subtitles")

wnloading, or until the user hits the play button

being copied

to a valid drop target

ver a valid drop target


wn on an element
ng over an element
an element

er an element
d over an element
n an element

own over an element

ers to a class in a style sheet)

and grammar checked or not

be translated or not
ments. Use CSS instead

CSS instead
download <a> Specifies that the target will be downloaded when a user clicks on the hyperlink
target <a> Specifies the target for where to open the linked document or where to submit the form
href <a> Specifies the URL of the page the link goes to
rel <a> Specifies the relationship between the current document and the linked document
hreflang <a> Specifies the language of the linked document
media <a> Specifies what media/device the linked document is optimized for
type <a> Specifies the type of element
coords <area> Specifies the coordinates of the area
shape <area> Specifies the shape of the area
alt <area> Specifies an alternate text when the original element fails to display
onerror <audio> Script to be run when an error occurs
src <audio> Specifies the URL of the media file
onabort <audio> Script to be run on abort
oncanplay <audio> Script to be run when a file is ready to start playing (when it has buffered enough to begin)
autoplay <audio> Specifies that the audio/video will start playing as soon as it is ready
controls <audio> Specifies that audio/video controls should be displayed (such as a play/pause button etc)
loop <audio> Specifies that the audio/video will start over again, every time it is finished
oncanplaythrough <audio> Script to be run when a file can be played all the way to the end without pausing for buffering
ondurationchange <audio> Script to be run when the length of the media changes
onemptied <audio> Script to be run when something bad happens and the file is suddenly unavailable (like unexpe
onended <audio> Script to be run when the media has reach the end (a useful event for messages like "thanks fo
onloadeddata <audio> Script to be run when media data is loaded
onloadedmetadata <audio> Script to be run when meta data (like dimensions and duration) are loaded
onloadstart <audio> Script to be run just as the file begins to load before anything is actually loaded
onpause <audio> Script to be run when the media is paused either by the user or programmatically
onplay <audio> Script to be run when the media has started playing
onplaying <audio> Script to be run when the media has started playing
onprogress <audio> Script to be run when the browser is in the process of getting the media data
onratechange <audio> Script to be run each time the playback rate changes (like when a user switches to a slow moti
onseeked <audio> Script to be run when the seeking attribute is set to false indicating that seeking has ended
onseeking <audio> Script to be run when the seeking attribute is set to true indicating that seeking is active
onstalled <audio> Script to be run when the browser is unable to fetch the media data for whatever reason
onsuspend <audio> Script to be run when fetching the media data is stopped before it is completely loaded for wh
ontimeupdate <audio> Script to be run when the playing position has changed (like when the user fast forwards to a d
onvolumechange <audio> Script to be run each time the volume of a video/audio has been changed
onwaiting <audio> Script to be run when the media has paused but is expected to resume (like when the media p
preload <audio> Specifies if and how the author thinks the audio/video should be loaded when the page loads
cite <blockquot Specifies a URL which explains the quote/deleted/inserted text
onafterprint <body> Script to be run after the document is printed
onbeforeprint <body> Script to be run before the document is printed
onbeforeunload <body> Script to be run when the document is about to be unloaded
onhashchange <body> Script to be run when there has been changes to the anchor part of the a URL
onoffline <body> Script to be run when the browser starts to work offline
ononline <body> Script to be run when the browser starts to work online
onpagehide <body> Script to be run when a user navigates away from a page
onpageshow <body> Script to be run when a user navigates to a page
onpopstate <body> Script to be run when the window's history changes.
onresize <body> Script to be run when the browser window is being resized.
onstorage <body> Script to be run when a Web Storage area is updated
onunload <body> Script to be run when a page has unloaded (or the browser window has been closed)
onload <body> Script to be run when the element is finished loading
name <button> Specifies the name of the element
form <button> Specifies the name of the form the element belongs to
disabled <button> Specifies that the specified element/group of elements should be disabled
formaction <button> Specifies where to send the form-data when a form is submitted. Only for type="submit"
value <button> Specifies the value of the element
autofocus <button> Specifies that the element should automatically get focus when the page loads
height <canvas> Specifies the height of the element
width <canvas> Specifies the width of the element
span <col> Specifies the number of columns to span
datetime <del> Specifies the date and time
ontoggle <details> Script to be run when the user opens or closes the <details> element
open <details> Specifies that the details should be visible (open) to the user
accept-charset <form> Specifies the character encodings that are to be used for the form submission
action <form> Specifies where to send the form-data when a form is submitted
enctype <form> Specifies how the form-data should be encoded when submitting it to the server (only for met
method <form> Specifies the HTTP method to use when sending form-data
novalidate <form> Specifies that the form should not be validated when submitted
onreset <form> Script to be run when a reset button in a form is clicked.
onsubmit <form> Script to be run when a form is submitted
autocomplete <form> Specifies whether the <form> or the <input> element should have autocomplete enabled
sandbox <iframe> Enables an extra set of restrictions for the content in an <iframe>
srcdoc <iframe> Specifies the HTML content of the page to show in the <iframe>
ismap <img> Specifies an image as a server-side image map
sizes <img> Specifies the size of the linked resource
usemap <img> Specifies an image as a client-side image map
srcset <img> Specifies the URL of the image to use in different situations
accept <input> Specifies the types of files that the server accepts (only for type="file")
checked <input> Specifies that an <input> element should be pre-selected when the page loads (for type="chec
list <input> Refers to a <datalist> element that contains pre-defined options for an <input> element
onsearch <input> Script to be run when the user writes something in a search field (for <input type="search">)
pattern <input> Specifies a regular expression that an <input> element's value is checked against
step <input> Specifies the legal number intervals for an input field
min <input> Specifies a minimum value
max <input> Specifies the maximum value
multiple <input> Specifies that a user can enter more than one value
size <input> Specifies the width, in characters (for <input>) or specifies the number of visible options (for <
required <input> Specifies that the element must be filled out before submitting the form
dirname <input> Specifies that the text direction will be submitted
maxlength <input> Specifies the maximum number of characters allowed in an element
placeholder <input> Specifies a short hint that describes the expected value of the element
readonly <input> Specifies that the element is read-only
for <label> Specifies which form element(s) a label/calculation is bound to
content <meta> Gives the value associated with the http-equiv or name attribute
http-equiv <meta> Provides an HTTP header for the information/value of the content attribute
charset <meta> Specifies the character encoding
high <meter> Specifies the range that is considered to be a high value
low <meter> Specifies the range that is considered to be a low value
optimum <meter> Specifies what value is the optimal value for the gauge
data <object> Specifies the URL of the resource to be used by the object
reversed <ol> Specifies that the list order should be descending (9,8,7...)
start <ol> Specifies the start value of an ordered list
selected <option> Specifies that an option should be pre-selected when the page loads
async <script> Specifies that the script is executed asynchronously (only for external scripts)
defer <script> Specifies that the script is executed when the page has finished parsing (only for external scrip
colspan <td> Specifies the number of columns a table cell should span
headers <td> Specifies one or more headers cells a cell is related to
rowspan <td> Specifies the number of rows a table cell should span
cols <textarea> Specifies the visible width of a text area
rows <textarea> Specifies the visible number of lines in a text area
wrap <textarea> Specifies how the text in a text area is to be wrapped when submitted in a form
scope <th> Specifies whether a header cell is a header for a column, row, or group of columns or rows
default <track> Specifies that the track is to be enabled if the user's preferences do not indicate that another
kind <track> Specifies the kind of text track
oncuechange <track> Script to be run when the cue changes in a <track> element
srclang <track> Specifies the language of the track text data (required if kind="subtitles")
label <track> Specifies the title of the text track
poster <video> Specifies an image to be shown while the video is downloading, or until the user hits the play b
muted <video> Specifies that the audio output of the video should be muted
onblur All visible Script to be run when the element loses focus
onchange All visible Script to be run when the value of the element is changed
onclick All visible Script to be run when the element is being clicked
oncontextmenu All visible Script to be run when a context menu is triggered
oncopy All visible Script to be run when the content of the element is being copied
oncut All visible Script to be run when the content of the element is being cut
ondblclick All visible Script to be run when the element is being double-clicked
ondrag All visible Script to be run when the element is being dragged
ondragend All visible Script to be run at the end of a drag operation
ondragenter All visible Script to be run when an element has been dragged to a valid drop target
ondragleave All visible Script to be run when an element leaves a valid drop target
ondragover All visible Script to be run when an element is being dragged over a valid drop target
ondragstart All visible Script to be run at the start of a drag operation
ondrop All visible Script to be run when dragged element is being dropped
onfocus All visible Script to be run when the element gets focus
oninput All visible Script to be run when the element gets user input
oninvalid All visible Script to be run when the element is invalid
onkeydown All visible Script to be run when a user is pressing a key
onkeypress All visible Script to be run when a user presses a key
onkeyup All visible Script to be run when a user releases a key
onmousedown All visible Script to be run when a mouse button is pressed down on an element
onmousemove All visible Script to be run as long as the  mouse pointer is moving over an element
onmouseout All visible Script to be run when a mouse pointer moves out of an element
onmouseover All visible Script to be run when a mouse pointer moves over an element
onmouseup All visible Script to be run when a mouse button is released over an element
onmousewheel All visible Script to be run when a mouse wheel is being scrolled over an element
onpaste All visible Script to be run when the user pastes some content in an element
onscroll All visible Script to be run when an element's scrollbar is being scrolled
onselect All visible Script to be run when the element gets selected
onwheel All visible Script to be run when the mouse wheel rolls up or down over an element
accesskey Global AttriSpecifies a shortcut key to activate/focus an element
class Global AttriSpecifies one or more classnames for an element (refers to a class in a style sheet)
contenteditable Global AttriSpecifies whether the content of an element is editable or not
data-* Global AttriUsed to store custom data private to the page or application
dir Global AttriSpecifies the text direction for the content in an element
draggable Global AttriSpecifies whether an element is draggable or not
hidden Global AttriSpecifies that an element is not yet, or is no longer, relevant
id Global AttriSpecifies a unique id for an element
lang Global AttriSpecifies the language of the element's content
spellcheck Global AttriSpecifies whether the element is to have its spelling and grammar checked or not
style Global AttriSpecifies an inline CSS style for an element
tabindex Global AttriSpecifies the tabbing order of an element
title Global AttriSpecifies extra information about an element
translate Global AttriSpecifies whether the content of an element should be translated or not
align Not supportSpecifies the alignment according to surrounding elements. Use CSS instead
bgcolor Not supportSpecifies the background color of an element. Use CSS instead
border Not supportSpecifies the width of the border of an element. Use CSS instead
color Not supportSpecifies the text color of an element. Use CSS instead
on the hyperlink
where to submit the form

he linked document

buffered enough to begin)

a play/pause button etc)

without pausing for buffering

ddenly unavailable (like unexpectedly disconnects)


ent for messages like "thanks for listening")

actually loaded
programmatically

e media data
a user switches to a slow motion or fast forward mode).
ting that seeking has ended
ng that seeking is active
data for whatever reason
e it is completely loaded for whatever reason
en the user fast forwards to a different point in the media)

resume (like when the media pauses to buffer more data)


e loaded when the page loads

t of the a URL
dow has been closed)

d. Only for type="submit"

the page loads

m submission

ng it to the server (only for method="post")

ve autocomplete enabled

the page loads (for type="checkbox" or type="radio")


s for an <input> element
d (for <input type="search">)
checked against

umber of visible options (for <select>)


nt attribute

ternal scripts)
parsing (only for external scripts)

mitted in a form
r group of columns or rows
s do not indicate that another track would be more appropriate

or until the user hits the play button


ss in a style sheet)

ar checked or not

CSS instead
2
download  <area> Specifies that the target will be downloaded when a user clicks on the hyperlink
target  <area> Specifies the target for where to open the linked document or where to submit the form
href  <area> Specifies the URL of the page the link goes to
rel  <area> Specifies the relationship between the current document and the linked document
hreflang  <area> Specifies the language of the linked document
media  <area> Specifies what media/device the linked document is optimized for
type  <button> Specifies the type of element
alt  <img> Specifies an alternate text when the original element fails to display
onerror  <body> Script to be run when an error occurs
src  <embed> Specifies the URL of the media file
onabort  <embed> Script to be run on abort
oncanplay  <embed> Script to be run when a file is ready to start playing (when it has buffered enough to begin)
autoplay  <video> Specifies that the audio/video will start playing as soon as it is ready
controls  <video> Specifies that audio/video controls should be displayed (such as a play/pause button etc)
loop  <video> Specifies that the audio/video will start over again, every time it is finished
oncanplaythrough  <video> Script to be run when a file can be played all the way to the end without pausing for buffering
ondurationchange  <video> Script to be run when the length of the media changes
onemptied  <video> Script to be run when something bad happens and the file is suddenly unavailable (like unexpe
onended  <video> Script to be run when the media has reach the end (a useful event for messages like "thanks fo
onloadeddata  <video> Script to be run when media data is loaded
onloadedmetadata  <video> Script to be run when meta data (like dimensions and duration) are loaded
onloadstart  <video> Script to be run just as the file begins to load before anything is actually loaded
onpause  <video> Script to be run when the media is paused either by the user or programmatically
onplay  <video> Script to be run when the media has started playing
onplaying  <video> Script to be run when the media has started playing
onprogress  <video> Script to be run when the browser is in the process of getting the media data
onratechange  <video> Script to be run each time the playback rate changes (like when a user switches to a slow motio
onseeked  <video> Script to be run when the seeking attribute is set to false indicating that seeking has ended
onseeking  <video> Script to be run when the seeking attribute is set to true indicating that seeking is active
onstalled  <video> Script to be run when the browser is unable to fetch the media data for whatever reason
onsuspend  <video> Script to be run when fetching the media data is stopped before it is completely loaded for wh
ontimeupdate  <video> Script to be run when the playing position has changed (like when the user fast forwards to a d
onvolumechange  <video> Script to be run each time the volume of a video/audio has been changed
onwaiting  <video> Script to be run when the media has paused but is expected to resume (like when the media pa
preload  <video> Specifies if and how the author thinks the audio/video should be loaded when the page loads
cite  <del> Specifies a URL which explains the quote/deleted/inserted text
onload  <iframe> Script to be run when the element is finished loading
name  <fieldset> Specifies the name of the element
form  <fieldset> Specifies the name of the form the element belongs to
disabled  <fieldset> Specifies that the specified element/group of elements should be disabled
formaction  <input> Specifies where to send the form-data when a form is submitted. Only for type="submit"
value  <input> Specifies the value of the element
autofocus  <input> Specifies that the element should automatically get focus when the page loads
height  <embed> Specifies the height of the element
width  <embed> Specifies the width of the element
span  <colgroup>Specifies the number of columns to span
datetime  <ins> Specifies the date and time
autocomplete  <input> Specifies whether the <form> or the <input> element should have autocomplete enabled
sizes  <link> Specifies the size of the linked resource
usemap  <object> Specifies an image as a client-side image map
srcset  <source> Specifies the URL of the image to use in different situations
min  <meter> Specifies a minimum value
max  <meter> Specifies the maximum value
multiple  <select> Specifies that a user can enter more than one value
size  <select> Specifies the width, in characters (for <input>) or specifies the number of visible options (for <s
required  <select> Specifies that the element must be filled out before submitting the form
dirname  <textarea>Specifies that the text direction will be submitted
maxlength  <textarea>Specifies the maximum number of characters allowed in an element
placeholder  <textarea>Specifies a short hint that describes the expected value of the element
readonly  <textarea>Specifies that the element is read-only
for  <output> Specifies which form element(s) a label/calculation is bound to
charset  <script> Specifies the character encoding
colspan  <th> Specifies the number of columns a table cell should span
headers  <th> Specifies one or more headers cells a cell is related to
rowspan  <th> Specifies the number of rows a table cell should span
label  <option> Specifies the title of the text track
muted  <audio> Specifies that the audio output of the video should be muted
on the hyperlink
where to submit the form

he linked document

buffered enough to begin)

a play/pause button etc)

without pausing for buffering

ddenly unavailable (like unexpectedly disconnects)


ent for messages like "thanks for listening")

actually loaded
programmatically

e media data
a user switches to a slow motion or fast forward mode).
ting that seeking has ended
ng that seeking is active
data for whatever reason
e it is completely loaded for whatever reason
en the user fast forwards to a different point in the media)

resume (like when the media pauses to buffer more data)


e loaded when the page loads

d. Only for type="submit"

the page loads


ve autocomplete enabled

umber of visible options (for <select>)


3
target  <base> Specifies the target for where to open the linked document or where to submit the form
href  <base> Specifies the URL of the page the link goes to
rel  <form> Specifies the relationship between the current document and the linked document
hreflang  <link> Specifies the language of the linked document
media  <link> Specifies what media/device the linked document is optimized for
type  <embed> Specifies the type of element
alt  <input> Specifies an alternate text when the original element fails to display
onerror  <embed> Script to be run when an error occurs
src  <iframe> Specifies the URL of the media file
onabort  <img> Script to be run on abort
oncanplay  <object> Script to be run when a file is ready to start playing (when it has buffered enough to begin)
cite  <ins> Specifies a URL which explains the quote/deleted/inserted text
onload  <img> Script to be run when the element is finished loading
name  <form> Specifies the name of the element
form  <input> Specifies the name of the form the element belongs to
disabled  <input> Specifies that the specified element/group of elements should be disabled
value  <li> Specifies the value of the element
autofocus  <select> Specifies that the element should automatically get focus when the page loads
height  <iframe> Specifies the height of the element
width  <iframe> Specifies the width of the element
datetime  <time> Specifies the date and time
sizes  <source> Specifies the size of the linked resource
max  <progress>Specifies the maximum value
required  <textarea>Specifies that the element must be filled out before submitting the form
label  <optgroup>Specifies the title of the text track
where to submit the form

he linked document

buffered enough to begin)

the page loads


4
target  <form> Specifies the target for where to open the linked document or where to submit the form
href  <link> Specifies the URL of the page the link goes to
rel  <link> Specifies the relationship between the current document and the linked document
media  <source> Specifies what media/device the linked document is optimized for
type  <input> Specifies the type of element
onerror  <img> Script to be run when an error occurs
src  <img> Specifies the URL of the media file
onabort  <object> Script to be run on abort
oncanplay  <video> Script to be run when a file is ready to start playing (when it has buffered enough to begin)
cite <q> Specifies a URL which explains the quote/deleted/inserted text
onload  <input> Script to be run when the element is finished loading
name  <iframe> Specifies the name of the element
form <label> Specifies the name of the form the element belongs to
disabled <optgroupSpecifies that the specified element/group of elements should be disabled
value  <option> Specifies the value of the element
autofocus  <textarea>Specifies that the element should automatically get focus when the page loads
height  <img> Specifies the height of the element
width  <img> Specifies the width of the element
where to submit the form

he linked document

buffered enough to begin)

the page loads


5
media  <style> Specifies what media/device the linked document is optimized for
type  <link> Specifies the type of element
onerror  <object> Script to be run when an error occurs
src  <input> Specifies the URL of the media file
onabort  <video> Script to be run on abort
onload  <link> Script to be run when the element is finished loading
name  <input> Specifies the name of the element
form  <meter> Specifies the name of the form the element belongs to
disabled  <option> Specifies that the specified element/group of elements should be disabled
value  <meter> Specifies the value of the element
height  <input> Specifies the height of the element
width  <input> Specifies the width of the element
6
type  <menu> Specifies the type of element
onerror  <script> Script to be run when an error occurs
src  <script> Specifies the URL of the media file
onload  <script> Script to be run when the element is finished loading
name  <map> Specifies the name of the element
form  <object> Specifies the name of the form the element belongs to
disabled  <select> Specifies that the specified element/group of elements should be disabled
value  <progress>Specifies the value of the element
height  <object> Specifies the height of the element
width  <object> Specifies the width of the element
7
type  <object> Specifies the type of element
onerror  <style> Script to be run when an error occurs
src  <source> Specifies the URL of the media file
onload  <style> Script to be run when the element is finished loading
name  <meta> Specifies the name of the element
form  <output> Specifies the name of the form the element belongs to
disabled  <textarea>Specifies that the specified element/group of elements should be disabled
value  <param> Specifies the value of the element
height  <video> Specifies the height of the element
width  <video> Specifies the width of the element
8
type  <script> Specifies the type of element
onerror  <video> Script to be run when an error occurs
src  <track> Specifies the URL of the media file
name  <object> Specifies the name of the element
form  <select> Specifies the name of the form the element belongs to
9
type  <source> Specifies the type of element
src  <video> Specifies the URL of the media file
name  <output> Specifies the name of the element
form  <textarea>Specifies the name of the form the element belongs to
10
type  <style> Specifies the type of element
name  <param> Specifies the name of the element
11
name  <select> Specifies the name of the element
12
name  <textarea> Specifies the name of the element
": { ", "
" 1 "body": [ ],
"prefix": "
" "description": "

a download

", "
": {
" "prefix": " 2 "body": [ ],
" "description": "

a target

", "
": {
" "prefix": " 3 "body": [ ],
" "description": "

a href

", "
": {
" 4 "body": [ ],
"prefix": "
" "description": "

a rel

", "
" ": { 5 "body": [ ],
"prefix": "
" "description": "

a hreflang
", "
" ": { 6 "body": [ ],
"prefix": "
" "description": "

a media

", "
": {
" 7 "body": [ ],
"prefix": "
" "description": "

a type

", "
": {
" 8 "body": [ ],
"prefix": "
" "description": "

area coords

", "
": {
" 9 "body": [ ],
"prefix": "
" "description": "

area shape

", "
": {
" 10 "body": [ ],
"prefix": "
" "description": "

area alt
", "
" ": { 11 "body": [ ],
"prefix": "
" "description": "

area download

", "
": {
" 12 "body": [ ],
"prefix": "
" "description": "

area target

", "
": {
" 13 "body": [ ],
"prefix": "
" "description": "

area href

", "
": {
" 14 "body": [ ],
"prefix": "
" "description": "

area rel

", "
": {
" 15 "body": [ ],
"prefix": "
" "description": "

area hreflang
", "
" ": { 16 "body": [ ],
"prefix": "
" "description": "

area media

", "
": {
" 17 "body": [ ],
"prefix": "
" "description": "

audio onerror

", "
": {
" 18 "body": [ ],
"prefix": "
" "description": "

audio src

", "
": {
" 19 "body": [ ],
"prefix": "
" "description": "

audio onabort

", "
": {
" 20 "body": [ ],
"prefix": "
" "description": "

audio oncanplay
", "
" ": { 21 "body": [ ],
"prefix": "
" "description": "

audio autoplay

", "
": {
" 22 "body": [ ],
"prefix": "
" "description": "

audio controls

", "
": {
" 23 "body": [ ],
"prefix": "
" "description": "

audio loop

", "
": {
" 24 "body": [ ],
"prefix": "
" "description": "

audio oncanplaythrou

", "
": {
" 25 "body": [ ],
"prefix": "
" "description": "

audio ondurationchan
", "
" ": { 26 "body": [ ],
"prefix": "
" "description": "

audio onemptied

", "
": {
" 27 "body": [ ],
"prefix": "
" "description": "

audio onended

", "
": {
" 28 "body": [ ],
"prefix": "
" "description": "

audio onloadeddata

", "
": {
" 29 "body": [ ],
"prefix": "
" "description": "

audio onloadedmetada

", "
": {
" 30 "body": [ ],
"prefix": "
" "description": "

audio onloadstart
", "
" ": { 31 "body": [ ],
"prefix": "
" "description": "

audio onpause

", "
": {
" 32 "body": [ ],
"prefix": "
" "description": "

audio onplay

", "
": {
" 33 "body": [ ],
"prefix": "
" "description": "

audio onplaying

", "
": {
" 34 "body": [ ],
"prefix": "
" "description": "

audio onprogress

", "
": {
" 35 "body": [ ],
"prefix": "
" "description": "

audio onratechange
", "
" ": { 36 "body": [ ],
"prefix": "
" "description": "

audio onseeked

", "
": {
" 37 "body": [ ],
"prefix": "
" "description": "

audio onseeking

", "
": {
" 38 "body": [ ],
"prefix": "
" "description": "

audio onstalled

", "
": {
" 39 "body": [ ],
"prefix": "
" "description": "

audio onsuspend

", "
": {
" 40 "body": [ ],
"prefix": "
" "description": "

audio ontimeupdate
", "
" ": { 41 "body": [ ],
"prefix": "
" "description": "

audio onvolumechang

", "
": {
" 42 "body": [ ],
"prefix": "
" "description": "

audio onwaiting

", "
": {
" 43 "body": [ ],
"prefix": "
" "description": "

audio preload

", "
": {
" 44 "body": [ ],
"prefix": "
" "description": "

audio muted

", "
": {
" 45 "body": [ ],
"prefix": "
" "description": "

base target
", "
" ": { 46 "body": [ ],
"prefix": "
" "description": "

base href

", "
": {
" 47 "body": [ ],
"prefix": "
" "description": "

blockquote cite

", "
": {
" 48 "body": [ ],
"prefix": "
" "description": "

body onafterprint

", "
": {
" 49 "body": [ ],
"prefix": "
" "description": "

body onbeforeprint

", "
": {
" 50 "body": [ ],
"prefix": "
" "description": "

body onbeforeunload
", "
" ": { 51 "body": [ ],
"prefix": "
" "description": "

body onhashchange

", "
": {
" 52 "body": [ ],
"prefix": "
" "description": "

body onoffline

", "
": {
" 53 "body": [ ],
"prefix": "
" "description": "

body ononline

", "
": {
" 54 "body": [ ],
"prefix": "
" "description": "

body onpagehide

", "
": {
" 55 "body": [ ],
"prefix": "
" "description": "

body onpageshow
", "
" ": { 56 "body": [ ],
"prefix": "
" "description": "

body onpopstate

", "
": {
" 57 "body": [ ],
"prefix": "
" "description": "

body onresize

", "
": {
" 58 "body": [ ],
"prefix": "
" "description": "

body onstorage

", "
": {
" 59 "body": [ ],
"prefix": "
" "description": "

body onunload

", "
": {
" 60 "body": [ ],
"prefix": "
" "description": "

body onload
", "
" ": { 61 "body": [ ],
"prefix": "
" "description": "

body onerror

", "
": {
" 62 "body": [ ],
"prefix": "
" "description": "

button name

", "
": {
" 63 "body": [ ],
"prefix": "
" "description": "

button form

", "
": {
" 64 "body": [ ],
"prefix": "
" "description": "

button disabled

", "
": {
" 65 "body": [ ],
"prefix": "
" "description": "

button formaction
", "
" ": { 66 "body": [ ],
"prefix": "
" "description": "

button value

", "
": {
" 67 "body": [ ],
"prefix": "
" "description": "

button autofocus

", "
": {
" 68 "body": [ ],
"prefix": "
" "description": "

button type

", "
": {
" 69 "body": [ ],
"prefix": "
" "description": "

canvas height

", "
": {
" 70 "body": [ ],
"prefix": "
" "description": "

canvas width
", "
" ": { 71 "body": [ ],
"prefix": "
" "description": "

col span

", "
": {
" 72 "body": [ ],
"prefix": "
" "description": "

colgroup span

", "
": {
" 73 "body": [ ],
"prefix": "
" "description": "

del datetime

", "
": {
" 74 "body": [ ],
"prefix": "
" "description": "

del cite

", "
": {
" 75 "body": [ ],
"prefix": "
" "description": "

details ontoggle
", "
" ": { 76 "body": [ ],
"prefix": "
" "description": "

details open

", "
": {
" 77 "body": [ ],
"prefix": "
" "description": "

embed src

", "
": {
" 78 "body": [ ],
"prefix": "
" "description": "

embed onabort

", "
": {
" 79 "body": [ ],
"prefix": "
" "description": "

embed oncanplay

", "
": {
" 80 "body": [ ],
"prefix": "
" "description": "

embed height
", "
" ": { 81 "body": [ ],
"prefix": "
" "description": "

embed width

", "
": {
" 82 "body": [ ],
"prefix": "
" "description": "

embed type

", "
": {
" 83 "body": [ ],
"prefix": "
" "description": "

embed onerror

", "
": {
" 84 "body": [ ],
"prefix": "
" "description": "

fieldset name

", "
": {
" 85 "body": [ ],
"prefix": "
" "description": "

fieldset form
", "
" ": { 86 "body": [ ],
"prefix": "
" "description": "

fieldset disabled

", "
": {
" 87 "body": [ ],
"prefix": "
" "description": "

form accept-charset

", "
": {
" 88 "body": [ ],
"prefix": "
" "description": "

form action

", "
": {
" 89 "body": [ ],
"prefix": "
" "description": "

form enctype

", "
": {
" 90 "body": [ ],
"prefix": "
" "description": "

form method
", "
" ": { 91 "body": [ ],
"prefix": "
" "description": "

form novalidate

", "
": {
" 92 "body": [ ],
"prefix": "
" "description": "

form onreset

", "
": {
" 93 "body": [ ],
"prefix": "
" "description": "

form onsubmit

", "
": {
" 94 "body": [ ],
"prefix": "
" "description": "

form autocomplete

", "
": {
" 95 "body": [ ],
"prefix": "
" "description": "

form rel
", "
" ": { 96 "body": [ ],
"prefix": "
" "description": "

form name

", "
": {
" 97 "body": [ ],
"prefix": "
" "description": "

form target

", "
": {
" 98 "body": [ ],
"prefix": "
" "description": "

iframe sandbox

", "
": {
" 99 "body": [ ],
"prefix": "
" "description": "

iframe srcdoc

", "
": {
" 100 "body": [ ],
"prefix": "
" "description": "

iframe onload
", "
" ": { 101 "body": [ ],
"prefix": "
" "description": "

iframe src

", "
": {
" 102 "body": [ ],
"prefix": "
" "description": "

iframe height

", "
": {
" 103 "body": [ ],
"prefix": "
" "description": "

iframe width

", "
": {
" 104 "body": [ ],
"prefix": "
" "description": "

iframe name

", "
": {
" 105 "body": [ ],
"prefix": "
" "description": "

img ismap
", "
" ": { 106 "body": [ ],
"prefix": "
" "description": "

img sizes

", "
": {
" 107 "body": [ ],
"prefix": "
" "description": "

img usemap

", "
": {
" 108 "body": [ ],
"prefix": "
" "description": "

img srcset

", "
": {
" 109 "body": [ ],
"prefix": "
" "description": "

img alt

", "
": {
" 110 "body": [ ],
"prefix": "
" "description": "

img onabort
", "
" ": { 111 "body": [ ],
"prefix": "
" "description": "

img onload

", "
": {
" 112 "body": [ ],
"prefix": "
" "description": "

img onerror

", "
": {
" 113 "body": [ ],
"prefix": "
" "description": "

img src

", "
": {
" 114 "body": [ ],
"prefix": "
" "description": "

img height

", "
": {
" 115 "body": [ ],
"prefix": "
" "description": "

img width
", "
" ": { 116 "body": [ ],
"prefix": "
" "description": "

input accept

", "
": {
" 117 "body": [ ],
"prefix": "
" "description": "

input checked

", "
": {
" 118 "body": [ ],
"prefix": "
" "description": "

input list

", "
": {
" 119 "body": [ ],
"prefix": "
" "description": "

input onsearch

", "
": {
" 120 "body": [ ],
"prefix": "
" "description": "

input pattern
", "
" ": { 121 "body": [ ],
"prefix": "
" "description": "

input step

", "
": {
" 122 "body": [ ],
"prefix": "
" "description": "

input min

", "
": {
" 123 "body": [ ],
"prefix": "
" "description": "

input max

", "
": {
" 124 "body": [ ],
"prefix": "
" "description": "

input multiple

", "
": {
" 125 "body": [ ],
"prefix": "
" "description": "

input size
", "
" ": { 126 "body": [ ],
"prefix": "
" "description": "

input required

", "
": {
" 127 "body": [ ],
"prefix": "
" "description": "

input dirname

", "
": {
" 128 "body": [ ],
"prefix": "
" "description": "

input maxlength

", "
": {
" 129 "body": [ ],
"prefix": "
" "description": "

input placeholder

", "
": {
" 130 "body": [ ],
"prefix": "
" "description": "

input readonly
", "
" ": { 131 "body": [ ],
"prefix": "
" "description": "

input formaction

", "
": {
" 132 "body": [ ],
"prefix": "
" "description": "

input value

", "
": {
" 133 "body": [ ],
"prefix": "
" "description": "

input autofocus

", "
": {
" 134 "body": [ ],
"prefix": "
" "description": "

input autocomplete

", "
": {
" 135 "body": [ ],
"prefix": "
" "description": "

input alt
", "
" ": { 136 "body": [ ],
"prefix": "
" "description": "

input form

", "
": {
" 137 "body": [ ],
"prefix": "
" "description": "

input disabled

", "
": {
" 138 "body": [ ],
"prefix": "
" "description": "

input type

", "
": {
" 139 "body": [ ],
"prefix": "
" "description": "

input onload

", "
": {
" 140 "body": [ ],
"prefix": "
" "description": "

input src
", "
" ": { 141 "body": [ ],
"prefix": "
" "description": "

input name

", "
": {
" 142 "body": [ ],
"prefix": "
" "description": "

input height

", "
": {
" 143 "body": [ ],
"prefix": "
" "description": "

input width

", "
": {
" 144 "body": [ ],
"prefix": "
" "description": "

ins datetime

", "
": {
" 145 "body": [ ],
"prefix": "
" "description": "

ins cite
", "
" ": { 146 "body": [ ],
"prefix": "
" "description": "

label for

", "
": {
" 147 "body": [ ],
"prefix": "
" "description": "

label form

", "
": {
" 148 "body": [ ],
"prefix": "
" "description": "

li value

", "
": {
" 149 "body": [ ],
"prefix": "
" "description": "

link sizes

", "
": {
" 150 "body": [ ],
"prefix": "
" "description": "

link hreflang
", "
" ": { 151 "body": [ ],
"prefix": "
" "description": "

link media

", "
": {
" 152 "body": [ ],
"prefix": "
" "description": "

link href

", "
": {
" 153 "body": [ ],
"prefix": "
" "description": "

link rel

", "
": {
" 154 "body": [ ],
"prefix": "
" "description": "

link type

", "
": {
" 155 "body": [ ],
"prefix": "
" "description": "

link onload
", "
" ": { 156 "body": [ ],
"prefix": "
" "description": "

map name

", "
": {
" 157 "body": [ ],
"prefix": "
" "description": "

menu type

", "
": {
" 158 "body": [ ],
"prefix": "
" "description": "

meta content

", "
": {
" 159 "body": [ ],
"prefix": "
" "description": "

meta http-equiv

", "
": {
" 160 "body": [ ],
"prefix": "
" "description": "

meta charset
", "
" ": { 161 "body": [ ],
"prefix": "
" "description": "

meta name

", "
": {
" 162 "body": [ ],
"prefix": "
" "description": "

meter high

", "
": {
" 163 "body": [ ],
"prefix": "
" "description": "

meter low

", "
": {
" 164 "body": [ ],
"prefix": "
" "description": "

meter optimum

", "
": {
" 165 "body": [ ],
"prefix": "
" "description": "

meter min
", "
" ": { 166 "body": [ ],
"prefix": "
" "description": "

meter max

", "
": {
" 167 "body": [ ],
"prefix": "
" "description": "

meter form

", "
": {
" 168 "body": [ ],
"prefix": "
" "description": "

meter value

", "
": {
" 169 "body": [ ],
"prefix": "
" "description": "

object data

", "
": {
" 170 "body": [ ],
"prefix": "
" "description": "

object usemap
", "
" ": { 171 "body": [ ],
"prefix": "
" "description": "

object oncanplay

", "
": {
" 172 "body": [ ],
"prefix": "
" "description": "

object onabort

", "
": {
" 173 "body": [ ],
"prefix": "
" "description": "

object onerror

", "
": {
" 174 "body": [ ],
"prefix": "
" "description": "

object form

", "
": {
" 175 "body": [ ],
"prefix": "
" "description": "

object height
", "
" ": { 176 "body": [ ],
"prefix": "
" "description": "

object width

", "
": {
" 177 "body": [ ],
"prefix": "
" "description": "

object type

", "
": {
" 178 "body": [ ],
"prefix": "
" "description": "

object name

", "
": {
" 179 "body": [ ],
"prefix": "
" "description": "

ol reversed

", "
": {
" 180 "body": [ ],
"prefix": "
" "description": "

ol start
", "
" ": { 181 "body": [ ],
"prefix": "
" "description": "

optgroup label

", "
": {
" 182 "body": [ ],
"prefix": "
" "description": "

optgroup disabled

", "
": {
" 183 "body": [ ],
"prefix": "
" "description": "

option selected

", "
": {
" 184 "body": [ ],
"prefix": "
" "description": "

option label

", "
": {
" 185 "body": [ ],
"prefix": "
" "description": "

option value
", "
" ": { 186 "body": [ ],
"prefix": "
" "description": "

option disabled

", "
": {
" 187 "body": [ ],
"prefix": "
" "description": "

output for

", "
": {
" 188 "body": [ ],
"prefix": "
" "description": "

output form

", "
": {
" 189 "body": [ ],
"prefix": "
" "description": "

output name

", "
": {
" 190 "body": [ ],
"prefix": "
" "description": "

param value
", "
" ": { 191 "body": [ ],
"prefix": "
" "description": "

param name

", "
": {
" 192 "body": [ ],
"prefix": "
" "description": "

progress max

", "
": {
" 193 "body": [ ],
"prefix": "
" "description": "

progress value

", "
": {
" 194 "body": [ ],
"prefix": "
" "description": "

q cite

", "
": {
" 195 "body": [ ],
"prefix": "
" "description": "

script async
", "
" ": { 196 "body": [ ],
"prefix": "
" "description": "

script defer

", "
": {
" 197 "body": [ ],
"prefix": "
" "description": "

script charset

", "
": {
" 198 "body": [ ],
"prefix": "
" "description": "

script onerror

", "
": {
" 199 "body": [ ],
"prefix": "
" "description": "

script src

", "
": {
" 200 "body": [ ],
"prefix": "
" "description": "

script onload
", "
" ": { 201 "body": [ ],
"prefix": "
" "description": "

script type

", "
": {
" 202 "body": [ ],
"prefix": "
" "description": "

select multiple

", "
": {
" 203 "body": [ ],
"prefix": "
" "description": "

select size

", "
": {
" 204 "body": [ ],
"prefix": "
" "description": "

select required

", "
": {
" 205 "body": [ ],
"prefix": "
" "description": "

select autofocus
", "
" ": { 206 "body": [ ],
"prefix": "
" "description": "

select disabled

", "
": {
" 207 "body": [ ],
"prefix": "
" "description": "

select form

", "
": {
" 208 "body": [ ],
"prefix": "
" "description": "

select name

", "
": {
" 209 "body": [ ],
"prefix": "
" "description": "

source srcset

", "
": {
" 210 "body": [ ],
"prefix": "
" "description": "

source sizes
", "
" ": { 211 "body": [ ],
"prefix": "
" "description": "

source media

", "
": {
" 212 "body": [ ],
"prefix": "
" "description": "

source src

", "
": {
" 213 "body": [ ],
"prefix": "
" "description": "

source type

", "
": {
" 214 "body": [ ],
"prefix": "
" "description": "

style media

", "
": {
" 215 "body": [ ],
"prefix": "
" "description": "

style onerror
", "
" ": { 216 "body": [ ],
"prefix": "
" "description": "

style onload

", "
": {
" 217 "body": [ ],
"prefix": "
" "description": "

style type

", "
": {
" 218 "body": [ ],
"prefix": "
" "description": "

td colspan

", "
": {
" 219 "body": [ ],
"prefix": "
" "description": "

td headers

", "
": {
" 220 "body": [ ],
"prefix": "
" "description": "

td rowspan
", "
" ": { 221 "body": [ ],
"prefix": "
" "description": "

textarea cols

", "
": {
" 222 "body": [ ],
"prefix": "
" "description": "

textarea rows

", "
": {
" 223 "body": [ ],
"prefix": "
" "description": "

textarea wrap

", "
": {
" 224 "body": [ ],
"prefix": "
" "description": "

textarea dirname

", "
": {
" 225 "body": [ ],
"prefix": "
" "description": "

textarea maxlength
", "
" ": { 226 "body": [ ],
"prefix": "
" "description": "

textarea placeholder

", "
": {
" 227 "body": [ ],
"prefix": "
" "description": "

textarea readonly

", "
": {
" 228 "body": [ ],
"prefix": "
" "description": "

textarea required

", "
": {
" 229 "body": [ ],
"prefix": "
" "description": "

textarea autofocus

", "
": {
" 230 "body": [ ],
"prefix": "
" "description": "

textarea disabled
", "
" ": { 231 "body": [ ],
"prefix": "
" "description": "

textarea form

", "
": {
" 232 "body": [ ],
"prefix": "
" "description": "

textarea name

", "
": {
" 233 "body": [ ],
"prefix": "
" "description": "

th scope

", "
": {
" 234 "body": [ ],
"prefix": "
" "description": "

th colspan

", "
": {
" 235 "body": [ ],
"prefix": "
" "description": "

th headers
", "
" ": { 236 "body": [ ],
"prefix": "
" "description": "

th rowspan

", "
": {
" 237 "body": [ ],
"prefix": "
" "description": "

time datetime

", "
": {
" 238 "body": [ ],
"prefix": "
" "description": "

track default

", "
": {
" 239 "body": [ ],
"prefix": "
" "description": "

track kind

", "
": {
" 240 "body": [ ],
"prefix": "
" "description": "

track oncuechange
", "
" ": { 241 "body": [ ],
"prefix": "
" "description": "

track srclang

", "
": {
" 242 "body": [ ],
"prefix": "
" "description": "

track label

", "
": {
" 243 "body": [ ],
"prefix": "
" "description": "

track src

", "
": {
" 244 "body": [ ],
"prefix": "
" "description": "

video poster

", "
": {
" 245 "body": [ ],
"prefix": "
" "description": "

video muted
", "
" ": { 246 "body": [ ],
"prefix": "
" "description": "

video autoplay

", "
": {
" 247 "body": [ ],
"prefix": "
" "description": "

video controls

", "
": {
" 248 "body": [ ],
"prefix": "
" "description": "

video loop

", "
": {
" 249 "body": [ ],
"prefix": "
" "description": "

video oncanplaythrou

", "
": {
" 250 "body": [ ],
"prefix": "
" "description": "

video ondurationchan
", "
" ": { 251 "body": [ ],
"prefix": "
" "description": "

video onemptied

", "
": {
" 252 "body": [ ],
"prefix": "
" "description": "

video onended

", "
": {
" 253 "body": [ ],
"prefix": "
" "description": "

video onloadeddata

", "
": {
" 254 "body": [ ],
"prefix": "
" "description": "

video onloadedmetada

", "
": {
" 255 "body": [ ],
"prefix": "
" "description": "

video onloadstart
", "
" ": { 256 "body": [ ],
"prefix": "
" "description": "

video onpause

", "
": {
" 257 "body": [ ],
"prefix": "
" "description": "

video onplay

", "
": {
" 258 "body": [ ],
"prefix": "
" "description": "

video onplaying

", "
": {
" 259 "body": [ ],
"prefix": "
" "description": "

video onprogress

", "
": {
" 260 "body": [ ],
"prefix": "
" "description": "

video onratechange
", "
" ": { 261 "body": [ ],
"prefix": "
" "description": "

video onseeked

", "
": {
" 262 "body": [ ],
"prefix": "
" "description": "

video onseeking

", "
": {
" 263 "body": [ ],
"prefix": "
" "description": "

video onstalled

", "
": {
" 264 "body": [ ],
"prefix": "
" "description": "

video onsuspend

", "
": {
" 265 "body": [ ],
"prefix": "
" "description": "

video ontimeupdate
", "
" ": { 266 "body": [ ],
"prefix": "
" "description": "

video onvolumechang

", "
": {
" 267 "body": [ ],
"prefix": "
" "description": "

video onwaiting

", "
": {
" 268 "body": [ ],
"prefix": "
" "description": "

video preload

", "
": {
" 269 "body": [ ],
"prefix": "
" "description": "

video oncanplay

", "
": {
" 270 "body": [ ],
"prefix": "
" "description": "

video onabort
", "
" ": { 271 "body": [ ],
"prefix": "
" "description": "

video height

", "
": {
" 272 "body": [ ],
"prefix": "
" "description": "

video width

", "
": {
" 273 "body": [ ],
"prefix": "
" "description": "

video onerror

", "
": {
" 274 "body": [ ],
"prefix": "
" "description": "

video src
"1": {
"prefix": "a_download",
"body": [
"download" "1": {
], "prefix": "a_download"
"description": "Specifies that the target will be downloaded "body": [
when a user clicks on the hyperlink" "download"
}, ],
" "description": "Specifie
Specifies that the t }, },

"2": {
"prefix": "a_target",
"body": [
"target"
],
"description": "Specifies the target for where to open the linked
document or where to submit the form"
" },
Specifies the targe },

"3": {
"prefix": "a_href",
"body": [
"href"
],
"description": "Specifies the URL of the page the link goes to"
},
"
Specifies the URL of },

"4": {
"prefix": "a_rel",
"body": [
"rel"
],
"description": "Specifies the relationship between the current
document and the linked document"
" },
Specifies the relat },

"5": {
"prefix": "a_hreflang",
"body": [
"hreflang"
],
"description": "Specifies the language of the linked document"
},
"
Specifies the langu },
"6": {
"prefix": "a_media",
"body": [
"media"
],
"description": "Specifies what media/device the linked
document is optimized for"
" },
Specifies what medi },

"7": {
"prefix": "a_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"8": {
"prefix": "area_coords",
"body": [
"coords"
],
"description": "Specifies the coordinates of the area"
},
"
Specifies the coordi },

"9": {
"prefix": "area_shape",
"body": [
"shape"
],
"description": "Specifies the shape of the area"
},
"
Specifies the shape },

"10": {
"prefix": "area_alt",
"body": [
"alt"
],
"description": "Specifies an alternate text when the original
element fails to display"
" },
Specifies an alterna },
"11": {
"prefix": "area_download",
"body": [
"download"
],
"description": "Specifies that the target will be downloaded
when a user clicks on the hyperlink"
" },
Specifies that the t },

"12": {
"prefix": "area_target",
"body": [
"target"
],
"description": "Specifies the target for where to open the linked
document or where to submit the form"
" },
Specifies the targe },

"13": {
"prefix": "area_href",
"body": [
"href"
],
"description": "Specifies the URL of the page the link goes to"
},
"
Specifies the URL of },

"14": {
"prefix": "area_rel",
"body": [
"rel"
],
"description": "Specifies the relationship between the current
document and the linked document"
" },
Specifies the relat },

"15": {
"prefix": "area_hreflang",
"body": [
"hreflang"
],
"description": "Specifies the language of the linked document"
},
"
Specifies the langu },
"16": {
"prefix": "area_media",
"body": [
"media"
],
"description": "Specifies what media/device the linked
document is optimized for"
" },
Specifies what medi },

"17": {
"prefix": "audio_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"18": {
"prefix": "audio_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"19": {
"prefix": "audio_onabort",
"body": [
"onabort"
],
"description": "Script to be run on abort"
},
"
Script to be run on },

"20": {
"prefix": "audio_oncanplay",
"body": [
"oncanplay"
],
"description": "Script to be run when a file is ready to start
playing (when it has buffered enough to begin)"
" },
Script to be run whe },
"21": {
"prefix": "audio_autoplay",
"body": [
"autoplay"
],
"description": "Specifies that the audio/video will start playing
as soon as it is ready"
" },
Specifies that the au },

"22": {
"prefix": "audio_controls",
"body": [
"controls"
],
"description": "Specifies that audio/video controls should be
displayed (such as a play/pause button etc)"
" },
Specifies that audio },

"23": {
"prefix": "audio_loop",
"body": [
"loop"
],
"description": "Specifies that the audio/video will start over
again, every time it is finished"
" },
Specifies that the au },

"24": {
"prefix": "audio_oncanplaythrough",
"body": [
"oncanplaythrough"
],
"description": "Script to be run when a file can be played all the
way to the end without pausing for buffering"
" },
Script to be run whe },

"25": {
"prefix": "audio_ondurationchange",
"body": [
"ondurationchange"
],
"description": "Script to be run when the length of the media
changes"
" },
Script to be run wh },
"26": {
"prefix": "audio_onemptied",
"body": [
"onemptied"
],
"description": "Script to be run when something bad happens
and the file is suddenly unavailable (like unexpectedly
disconnects)"
" },
Script to be run wh },

"27": {
"prefix": "audio_onended",
"body": [
"onended"
],
"description": "Script to be run when the media has reach the
end (a useful event for messages like 'thanks for listening')"
" },
Script to be run whe },

"28": {
"prefix": "audio_onloadeddata",
"body": [
"onloadeddata"
],
"description": "Script to be run when media data is loaded"
},
"
Script to be run wh },

"29": {
"prefix": "audio_onloadedmetadata",
"body": [
"onloadedmetadata"
],
"description": "Script to be run when meta data (like dimensions
and duration) are loaded"
" },
Script to be run wh },

"30": {
"prefix": "audio_onloadstart",
"body": [
"onloadstart"
],
"description": "Script to be run just as the file begins to load
before anything is actually loaded"
" },
Script to be run just },
"31": {
"prefix": "audio_onpause",
"body": [
"onpause"
],
"description": "Script to be run when the media is paused either
by the user or programmatically"
" },
Script to be run wh },

"32": {
"prefix": "audio_onplay",
"body": [
"onplay"
],
"description": "Script to be run when the media has started
playing"
" },
Script to be run wh },

"33": {
"prefix": "audio_onplaying",
"body": [
"onplaying"
],
"description": "Script to be run when the media has started
playing"
" },
Script to be run wh },

"34": {
"prefix": "audio_onprogress",
"body": [
"onprogress"
],
"description": "Script to be run when the browser is in the
process of getting the media data"
" },
Script to be run whe },

"35": {
"prefix": "audio_onratechange",
"body": [
"onratechange"
],
"description": "Script to be run each time the playback rate
changes (like when a user switches to a slow motion or fast
forward mode)."
" },
Script to be run eac },
"36": {
"prefix": "audio_onseeked",
"body": [
"onseeked"
],
"description": "Script to be run when the seeking attribute is set
to false indicating that seeking has ended"
" },
Script to be run whe },

"37": {
"prefix": "audio_onseeking",
"body": [
"onseeking"
],
"description": "Script to be run when the seeking attribute is set
to true indicating that seeking is active"
" },
Script to be run when },

"38": {
"prefix": "audio_onstalled",
"body": [
"onstalled"
],
"description": "Script to be run when the browser is unable to
fetch the media data for whatever reason"
" },
Script to be run wh },

"39": {
"prefix": "audio_onsuspend",
"body": [
"onsuspend"
],
"description": "Script to be run when fetching the media data is
stopped before it is completely loaded for whatever reason"
" },
Script to be run whe },

"40": {
"prefix": "audio_ontimeupdate",
"body": [
"ontimeupdate"
],
"description": "Script to be run when the playing position has
changed (like when the user fast forwards to a different point in
the media)"
" },
Script to be run whe },
"41": {
"prefix": "audio_onvolumechange",
"body": [
"onvolumechange"
],
"description": "Script to be run each time the volume of a
video/audio has been changed"
" },
Script to be run ea },

"42": {
"prefix": "audio_onwaiting",
"body": [
"onwaiting"
],
"description": "Script to be run when the media has paused but
is expected to resume (like when the media pauses to buffer
more data)"
" },
Script to be run wh },

"43": {
"prefix": "audio_preload",
"body": [
"preload"
],
"description": "Specifies if and how the author thinks the
audio/video should be loaded when the page loads"
" },
Specifies if and ho },

"44": {
"prefix": "audio_muted",
"body": [
"muted"
],
"description": "Specifies that the audio output of the video
should be muted"
" },
Specifies that the },

"45": {
"prefix": "base_target",
"body": [
"target"
],
"description": "Specifies the target for where to open the linked
document or where to submit the form"
" },
Specifies the targe },
"46": {
"prefix": "base_href",
"body": [
"href"
],
"description": "Specifies the URL of the page the link goes to"
},
"
Specifies the URL of },

"47": {
"prefix": "blockquote_cite",
"body": [
"cite"
],
"description": "Specifies a URL which explains the
quote/deleted/inserted text"
" },
Specifies a URL whi },

"48": {
"prefix": "body_onafterprint",
"body": [
"onafterprint"
],
"description": "Script to be run after the document is printed"
},
"
Script to be run aft },

"49": {
"prefix": "body_onbeforeprint",
"body": [
"onbeforeprint"
],
"description": "Script to be run before the document is printed"
},
"
Script to be run bef },

"50": {
"prefix": "body_onbeforeunload",
"body": [
"onbeforeunload"
],
"description": "Script to be run when the document is about to
be unloaded"
" },
Script to be run wh },
"51": {
"prefix": "body_onhashchange",
"body": [
"onhashchange"
],
"description": "Script to be run when there has been changes to
the anchor part of the a URL"
" },
Script to be run wh },

"52": {
"prefix": "body_onoffline",
"body": [
"onoffline"
],
"description": "Script to be run when the browser starts to work
offline"
" },
Script to be run whe },

"53": {
"prefix": "body_ononline",
"body": [
"ononline"
],
"description": "Script to be run when the browser starts to work
online"
" },
Script to be run whe },

"54": {
"prefix": "body_onpagehide",
"body": [
"onpagehide"
],
"description": "Script to be run when a user navigates away
from a page"
" },
Script to be run wh },

"55": {
"prefix": "body_onpageshow",
"body": [
"onpageshow"
],
"description": "Script to be run when a user navigates to a page"
},
"
Script to be run whe },
"56": {
"prefix": "body_onpopstate",
"body": [
"onpopstate"
],
"description": "Script to be run when the window's history
changes."
" },
Script to be run wh },

"57": {
"prefix": "body_onresize",
"body": [
"onresize"
],
"description": "Script to be run when the browser window is
being resized."
" },
Script to be run wh },

"58": {
"prefix": "body_onstorage",
"body": [
"onstorage"
],
"description": "Script to be run when a Web Storage area is
updated"
" },
Script to be run wh },

"59": {
"prefix": "body_onunload",
"body": [
"onunload"
],
"description": "Script to be run when a page has unloaded (or
the browser window has been closed)"
" },
Script to be run wh },

"60": {
"prefix": "body_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },
"61": {
"prefix": "body_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"62": {
"prefix": "button_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"63": {
"prefix": "button_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"64": {
"prefix": "button_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"65": {
"prefix": "button_formaction",
"body": [
"formaction"
],
"description": "Specifies where to send the form-data when a
form is submitted. Only for type='submit'"
" },
Specifies where to },
"66": {
"prefix": "button_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },

"67": {
"prefix": "button_autofocus",
"body": [
"autofocus"
],
"description": "Specifies that the element should automatically
get focus when the page loads"
" },
Specifies that the },

"68": {
"prefix": "button_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"69": {
"prefix": "canvas_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },

"70": {
"prefix": "canvas_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },
"71": {
"prefix": "col_span",
"body": [
"span"
],
"description": "Specifies the number of columns to span"
},
"
Specifies the numbe },

"72": {
"prefix": "colgroup_span",
"body": [
"span"
],
"description": "Specifies the number of columns to span"
},
"
Specifies the numbe },

"73": {
"prefix": "del_datetime",
"body": [
"datetime"
],
"description": "Specifies the date and time"
},
"
Specifies the date a },

"74": {
"prefix": "del_cite",
"body": [
"cite"
],
"description": "Specifies a URL which explains the
quote/deleted/inserted text"
" },
Specifies a URL whi },

"75": {
"prefix": "details_ontoggle",
"body": [
"ontoggle"
],
"description": "Script to be run when the user opens or closes
the _details element"
" },
Script to be run whe },
"76": {
"prefix": "details_open",
"body": [
"open"
],
"description": "Specifies that the details should be visible (open)
to the user"
" },
Specifies that the de },

"77": {
"prefix": "embed_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"78": {
"prefix": "embed_onabort",
"body": [
"onabort"
],
"description": "Script to be run on abort"
},
"
Script to be run on },

"79": {
"prefix": "embed_oncanplay",
"body": [
"oncanplay"
],
"description": "Script to be run when a file is ready to start
playing (when it has buffered enough to begin)"
" },
Script to be run whe },

"80": {
"prefix": "embed_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },
"81": {
"prefix": "embed_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },

"82": {
"prefix": "embed_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"83": {
"prefix": "embed_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"84": {
"prefix": "fieldset_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"85": {
"prefix": "fieldset_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },
"86": {
"prefix": "fieldset_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"87": {
"prefix": "form_accept-charset",
"body": [
"accept-charset"
],
"description": "Specifies the character encodings that are to be
used for the form submission"
" },
Specifies the charac },

"88": {
"prefix": "form_action",
"body": [
"action"
],
"description": "Specifies where to send the form-data when a
form is submitted"
" },
Specifies where to },

"89": {
"prefix": "form_enctype",
"body": [
"enctype"
],
"description": "Specifies how the form-data should be encoded
when submitting it to the server (only for method='post')"
" },
Specifies how the f },

"90": {
"prefix": "form_method",
"body": [
"method"
],
"description": "Specifies the HTTP method to use when sending
form-data"
" },
Specifies the HTTP },
"91": {
"prefix": "form_novalidate",
"body": [
"novalidate"
],
"description": "Specifies that the form should not be validated
when submitted"
" },
Specifies that the },

"92": {
"prefix": "form_onreset",
"body": [
"onreset"
],
"description": "Script to be run when a reset button in a form is
clicked."
" },
Script to be run whe },

"93": {
"prefix": "form_onsubmit",
"body": [
"onsubmit"
],
"description": "Script to be run when a form is submitted"
},
"
Script to be run wh },

"94": {
"prefix": "form_autocomplete",
"body": [
"autocomplete"
],
"description": "Specifies whether the _form or the _input
element should have autocomplete enabled"
" },
Specifies whether t },

"95": {
"prefix": "form_rel",
"body": [
"rel"
],
"description": "Specifies the relationship between the current
document and the linked document"
" },
Specifies the relat },
"96": {
"prefix": "form_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"97": {
"prefix": "form_target",
"body": [
"target"
],
"description": "Specifies the target for where to open the linked
document or where to submit the form"
" },
Specifies the targe },

"98": {
"prefix": "iframe_sandbox",
"body": [
"sandbox"
],
"description": "Enables an extra set of restrictions for the
content in an _iframe"
" },
Enables an extra set },

"99": {
"prefix": "iframe_srcdoc",
"body": [
"srcdoc"
],
"description": "Specifies the HTML content of the page to show
in the _iframe"
" },
Specifies the HTML },

"100": {
"prefix": "iframe_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },
"101": {
"prefix": "iframe_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"102": {
"prefix": "iframe_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },

"103": {
"prefix": "iframe_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },

"104": {
"prefix": "iframe_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"105": {
"prefix": "img_ismap",
"body": [
"ismap"
],
"description": "Specifies an image as a server-side image map"
},
"
Specifies an image },
"106": {
"prefix": "img_sizes",
"body": [
"sizes"
],
"description": "Specifies the size of the linked resource"
},
"
Specifies the size of },

"107": {
"prefix": "img_usemap",
"body": [
"usemap"
],
"description": "Specifies an image as a client-side image map"
},
"
Specifies an image a },

"108": {
"prefix": "img_srcset",
"body": [
"srcset"
],
"description": "Specifies the URL of the image to use in different
situations"
" },
Specifies the URL of },

"109": {
"prefix": "img_alt",
"body": [
"alt"
],
"description": "Specifies an alternate text when the original
element fails to display"
" },
Specifies an alterna },

"110": {
"prefix": "img_onabort",
"body": [
"onabort"
],
"description": "Script to be run on abort"
},
"
Script to be run on },
"111": {
"prefix": "img_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },

"112": {
"prefix": "img_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"113": {
"prefix": "img_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"114": {
"prefix": "img_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },

"115": {
"prefix": "img_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },
"116": {
"prefix": "input_accept",
"body": [
"accept"
],
"description": "Specifies the types of files that the server accepts
(only for type='file')"
" },
Specifies the types o },

"117": {
"prefix": "input_checked",
"body": [
"checked"
],
"description": "Specifies that an _input element should be pre-
selected when the page loads (for type='checkbox' or
type='radio')"
" },
Specifies that an _i },

"118": {
"prefix": "input_list",
"body": [
"list"
],
"description": "Refers to a _datalist element that contains pre-
defined options for an _input element"
" },
Refers to a _datalis },

"119": {
"prefix": "input_onsearch",
"body": [
"onsearch"
],
"description": "Script to be run when the user writes something
in a search field (for _input type='search')"
" },
Script to be run whe },

"120": {
"prefix": "input_pattern",
"body": [
"pattern"
],
"description": "Specifies a regular expression that an _input
element's value is checked against"
" },
Specifies a regular },
"121": {
"prefix": "input_step",
"body": [
"step"
],
"description": "Specifies the legal number intervals for an input
field"
" },
Specifies the legal n },

"122": {
"prefix": "input_min",
"body": [
"min"
],
"description": "Specifies a minimum value"
},
"
Specifies a minimum },

"123": {
"prefix": "input_max",
"body": [
"max"
],
"description": "Specifies the maximum value"
},
"
Specifies the maxi },

"124": {
"prefix": "input_multiple",
"body": [
"multiple"
],
"description": "Specifies that a user can enter more than one
value"
" },
Specifies that a use },

"125": {
"prefix": "input_size",
"body": [
"size"
],
"description": "Specifies the width, in characters (for _input) or
specifies the number of visible options (for _select)"
" },
Specifies the width, },
"126": {
"prefix": "input_required",
"body": [
"required"
],
"description": "Specifies that the element must be filled out
before submitting the form"
" },
Specifies that the e },

"127": {
"prefix": "input_dirname",
"body": [
"dirname"
],
"description": "Specifies that the text direction will be
submitted"
" },
Specifies that the t },

"128": {
"prefix": "input_maxlength",
"body": [
"maxlength"
],
"description": "Specifies the maximum number of characters
allowed in an element"
" },
Specifies the maxim },

"129": {
"prefix": "input_placeholder",
"body": [
"placeholder"
],
"description": "Specifies a short hint that describes the expected
value of the element"
" },
Specifies a short hi },

"130": {
"prefix": "input_readonly",
"body": [
"readonly"
],
"description": "Specifies that the element is read-only"
},
"
Specifies that the e },
"131": {
"prefix": "input_formaction",
"body": [
"formaction"
],
"description": "Specifies where to send the form-data when a
form is submitted. Only for type='submit'"
" },
Specifies where to },

"132": {
"prefix": "input_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },

"133": {
"prefix": "input_autofocus",
"body": [
"autofocus"
],
"description": "Specifies that the element should automatically
get focus when the page loads"
" },
Specifies that the },

"134": {
"prefix": "input_autocomplete",
"body": [
"autocomplete"
],
"description": "Specifies whether the _form or the _input
element should have autocomplete enabled"
" },
Specifies whether t },

"135": {
"prefix": "input_alt",
"body": [
"alt"
],
"description": "Specifies an alternate text when the original
element fails to display"
" },
Specifies an alterna },
"136": {
"prefix": "input_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"137": {
"prefix": "input_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"138": {
"prefix": "input_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"139": {
"prefix": "input_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },

"140": {
"prefix": "input_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },
"141": {
"prefix": "input_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"142": {
"prefix": "input_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },

"143": {
"prefix": "input_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },

"144": {
"prefix": "ins_datetime",
"body": [
"datetime"
],
"description": "Specifies the date and time"
},
"
Specifies the date a },

"145": {
"prefix": "ins_cite",
"body": [
"cite"
],
"description": "Specifies a URL which explains the
quote/deleted/inserted text"
" },
Specifies a URL whi },
"146": {
"prefix": "label_for",
"body": [
"for"
],
"description": "Specifies which form element(s) a
label/calculation is bound to"
" },
Specifies which form },

"147": {
"prefix": "label_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"148": {
"prefix": "li_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },

"149": {
"prefix": "link_sizes",
"body": [
"sizes"
],
"description": "Specifies the size of the linked resource"
},
"
Specifies the size of },

"150": {
"prefix": "link_hreflang",
"body": [
"hreflang"
],
"description": "Specifies the language of the linked document"
},
"
Specifies the langu },
"151": {
"prefix": "link_media",
"body": [
"media"
],
"description": "Specifies what media/device the linked
document is optimized for"
" },
Specifies what medi },

"152": {
"prefix": "link_href",
"body": [
"href"
],
"description": "Specifies the URL of the page the link goes to"
},
"
Specifies the URL of },

"153": {
"prefix": "link_rel",
"body": [
"rel"
],
"description": "Specifies the relationship between the current
document and the linked document"
" },
Specifies the relat },

"154": {
"prefix": "link_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"155": {
"prefix": "link_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },
"156": {
"prefix": "map_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"157": {
"prefix": "menu_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"158": {
"prefix": "meta_content",
"body": [
"content"
],
"description": "Gives the value associated with the http-equiv or
name attribute"
" },
Gives the value asso },

"159": {
"prefix": "meta_http-equiv",
"body": [
"http-equiv"
],
"description": "Provides an HTTP header for the
information/value of the content attribute"
" },
Provides an HTTP he },

"160": {
"prefix": "meta_charset",
"body": [
"charset"
],
"description": "Specifies the character encoding"
},
"
Specifies the chara },
"161": {
"prefix": "meta_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"162": {
"prefix": "meter_high",
"body": [
"high"
],
"description": "Specifies the range that is considered to be a
high value"
" },
Specifies the range },

"163": {
"prefix": "meter_low",
"body": [
"low"
],
"description": "Specifies the range that is considered to be a low
value"
" },
Specifies the range },

"164": {
"prefix": "meter_optimum",
"body": [
"optimum"
],
"description": "Specifies what value is the optimal value for the
gauge"
" },
Specifies what value },

"165": {
"prefix": "meter_min",
"body": [
"min"
],
"description": "Specifies a minimum value"
},
"
Specifies a minimum },
"166": {
"prefix": "meter_max",
"body": [
"max"
],
"description": "Specifies the maximum value"
},
"
Specifies the maxi },

"167": {
"prefix": "meter_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"168": {
"prefix": "meter_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },

"169": {
"prefix": "object_data",
"body": [
"data"
],
"description": "Specifies the URL of the resource to be used by
the object"
" },
Specifies the URL of },

"170": {
"prefix": "object_usemap",
"body": [
"usemap"
],
"description": "Specifies an image as a client-side image map"
},
"
Specifies an image a },
"171": {
"prefix": "object_oncanplay",
"body": [
"oncanplay"
],
"description": "Script to be run when a file is ready to start
playing (when it has buffered enough to begin)"
" },
Script to be run whe },

"172": {
"prefix": "object_onabort",
"body": [
"onabort"
],
"description": "Script to be run on abort"
},
"
Script to be run on },

"173": {
"prefix": "object_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"174": {
"prefix": "object_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"175": {
"prefix": "object_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },
"176": {
"prefix": "object_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },

"177": {
"prefix": "object_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"178": {
"prefix": "object_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"179": {
"prefix": "ol_reversed",
"body": [
"reversed"
],
"description": "Specifies that the list order should be descending
(9,8,7...)"
" },
Specifies that the li },

"180": {
"prefix": "ol_start",
"body": [
"start"
],
"description": "Specifies the start value of an ordered list"
},
"
Specifies the start v },
"181": {
"prefix": "optgroup_label",
"body": [
"label"
],
"description": "Specifies the title of the text track"
},
"
Specifies the title of },

"182": {
"prefix": "optgroup_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"183": {
"prefix": "option_selected",
"body": [
"selected"
],
"description": "Specifies that an option should be pre-selected
when the page loads"
" },
Specifies that an o },

"184": {
"prefix": "option_label",
"body": [
"label"
],
"description": "Specifies the title of the text track"
},
"
Specifies the title of },

"185": {
"prefix": "option_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },
"186": {
"prefix": "option_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"187": {
"prefix": "output_for",
"body": [
"for"
],
"description": "Specifies which form element(s) a
label/calculation is bound to"
" },
Specifies which form },

"188": {
"prefix": "output_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"189": {
"prefix": "output_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"190": {
"prefix": "param_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },
"191": {
"prefix": "param_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"192": {
"prefix": "progress_max",
"body": [
"max"
],
"description": "Specifies the maximum value"
},
"
Specifies the maxi },

"193": {
"prefix": "progress_value",
"body": [
"value"
],
"description": "Specifies the value of the element"
},
"
Specifies the value },

"194": {
"prefix": "q_cite",
"body": [
"cite"
],
"description": "Specifies a URL which explains the
quote/deleted/inserted text"
" },
Specifies a URL whi },

"195": {
"prefix": "script_async",
"body": [
"async"
],
"description": "Specifies that the script is executed
asynchronously (only for external scripts)"
" },
Specifies that the s },
"196": {
"prefix": "script_defer",
"body": [
"defer"
],
"description": "Specifies that the script is executed when the
page has finished parsing (only for external scripts)"
" },
Specifies that the s },

"197": {
"prefix": "script_charset",
"body": [
"charset"
],
"description": "Specifies the character encoding"
},
"
Specifies the chara },

"198": {
"prefix": "script_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"199": {
"prefix": "script_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"200": {
"prefix": "script_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },
"201": {
"prefix": "script_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"202": {
"prefix": "select_multiple",
"body": [
"multiple"
],
"description": "Specifies that a user can enter more than one
value"
" },
Specifies that a use },

"203": {
"prefix": "select_size",
"body": [
"size"
],
"description": "Specifies the width, in characters (for _input) or
specifies the number of visible options (for _select)"
" },
Specifies the width, },

"204": {
"prefix": "select_required",
"body": [
"required"
],
"description": "Specifies that the element must be filled out
before submitting the form"
" },
Specifies that the e },

"205": {
"prefix": "select_autofocus",
"body": [
"autofocus"
],
"description": "Specifies that the element should automatically
get focus when the page loads"
" },
Specifies that the },
"206": {
"prefix": "select_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },

"207": {
"prefix": "select_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"208": {
"prefix": "select_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"209": {
"prefix": "source_srcset",
"body": [
"srcset"
],
"description": "Specifies the URL of the image to use in different
situations"
" },
Specifies the URL of },

"210": {
"prefix": "source_sizes",
"body": [
"sizes"
],
"description": "Specifies the size of the linked resource"
},
"
Specifies the size of },
"211": {
"prefix": "source_media",
"body": [
"media"
],
"description": "Specifies what media/device the linked
document is optimized for"
" },
Specifies what medi },

"212": {
"prefix": "source_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"213": {
"prefix": "source_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"214": {
"prefix": "style_media",
"body": [
"media"
],
"description": "Specifies what media/device the linked
document is optimized for"
" },
Specifies what medi },

"215": {
"prefix": "style_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },
"216": {
"prefix": "style_onload",
"body": [
"onload"
],
"description": "Script to be run when the element is finished
loading"
" },
Script to be run whe },

"217": {
"prefix": "style_type",
"body": [
"type"
],
"description": "Specifies the type of element"
},
"
Specifies the type o },

"218": {
"prefix": "td_colspan",
"body": [
"colspan"
],
"description": "Specifies the number of columns a table cell
should span"
" },
Specifies the number },

"219": {
"prefix": "td_headers",
"body": [
"headers"
],
"description": "Specifies one or more headers cells a cell is
related to"
" },
Specifies one or more },

"220": {
"prefix": "td_rowspan",
"body": [
"rowspan"
],
"description": "Specifies the number of rows a table cell should
span"
" },
Specifies the number },
"221": {
"prefix": "textarea_cols",
"body": [
"cols"
],
"description": "Specifies the visible width of a text area"
},
"
Specifies the visible },

"222": {
"prefix": "textarea_rows",
"body": [
"rows"
],
"description": "Specifies the visible number of lines in a text
area"
" },
Specifies the visible },

"223": {
"prefix": "textarea_wrap",
"body": [
"wrap"
],
"description": "Specifies how the text in a text area is to be
wrapped when submitted in a form"
" },
Specifies how the te },

"224": {
"prefix": "textarea_dirname",
"body": [
"dirname"
],
"description": "Specifies that the text direction will be
submitted"
" },
Specifies that the t },

"225": {
"prefix": "textarea_maxlength",
"body": [
"maxlength"
],
"description": "Specifies the maximum number of characters
allowed in an element"
" },
Specifies the maxim },
"226": {
"prefix": "textarea_placeholder",
"body": [
"placeholder"
],
"description": "Specifies a short hint that describes the expected
value of the element"
" },
Specifies a short hi },

"227": {
"prefix": "textarea_readonly",
"body": [
"readonly"
],
"description": "Specifies that the element is read-only"
},
"
Specifies that the e },

"228": {
"prefix": "textarea_required",
"body": [
"required"
],
"description": "Specifies that the element must be filled out
before submitting the form"
" },
Specifies that the e },

"229": {
"prefix": "textarea_autofocus",
"body": [
"autofocus"
],
"description": "Specifies that the element should automatically
get focus when the page loads"
" },
Specifies that the },

"230": {
"prefix": "textarea_disabled",
"body": [
"disabled"
],
"description": "Specifies that the specified element/group of
elements should be disabled"
" },
Specifies that the },
"231": {
"prefix": "textarea_form",
"body": [
"form"
],
"description": "Specifies the name of the form the element
belongs to"
" },
Specifies the name },

"232": {
"prefix": "textarea_name",
"body": [
"name"
],
"description": "Specifies the name of the element"
},
"
Specifies the name },

"233": {
"prefix": "th_scope",
"body": [
"scope"
],
"description": "Specifies whether a header cell is a header for a
column, row, or group of columns or rows"
" },
Specifies whether a },

"234": {
"prefix": "th_colspan",
"body": [
"colspan"
],
"description": "Specifies the number of columns a table cell
should span"
" },
Specifies the number },

"235": {
"prefix": "th_headers",
"body": [
"headers"
],
"description": "Specifies one or more headers cells a cell is
related to"
" },
Specifies one or more },
"236": {
"prefix": "th_rowspan",
"body": [
"rowspan"
],
"description": "Specifies the number of rows a table cell should
span"
" },
Specifies the number },

"237": {
"prefix": "time_datetime",
"body": [
"datetime"
],
"description": "Specifies the date and time"
},
"
Specifies the date a },

"238": {
"prefix": "track_default",
"body": [
"default"
],
"description": "Specifies that the track is to be enabled if the
user's preferences do not indicate that another track would be
more appropriate"
" },
Specifies that the t },

"239": {
"prefix": "track_kind",
"body": [
"kind"
],
"description": "Specifies the kind of text track"
},
"
Specifies the kind of },

"240": {
"prefix": "track_oncuechange",
"body": [
"oncuechange"
],
"description": "Script to be run when the cue changes in
a _track element"
" },
Script to be run when the cue},changes in a _track element
"241": {
"prefix": "track_srclang",
"body": [
"srclang"
],
"description": "Specifies the language of the track text data
(required if kind='subtitles')"
" },
Specifies the languag },

"242": {
"prefix": "track_label",
"body": [
"label"
],
"description": "Specifies the title of the text track"
},
"
Specifies the title of },

"243": {
"prefix": "track_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },

"244": {
"prefix": "video_poster",
"body": [
"poster"
],
"description": "Specifies an image to be shown while the video is
downloading, or until the user hits the play button"
" },
Specifies an image t },

"245": {
"prefix": "video_muted",
"body": [
"muted"
],
"description": "Specifies that the audio output of the video
should be muted"
" },
Specifies that the },
"246": {
"prefix": "video_autoplay",
"body": [
"autoplay"
],
"description": "Specifies that the audio/video will start playing
as soon as it is ready"
" },
Specifies that the au },

"247": {
"prefix": "video_controls",
"body": [
"controls"
],
"description": "Specifies that audio/video controls should be
displayed (such as a play/pause button etc)"
" },
Specifies that audio },

"248": {
"prefix": "video_loop",
"body": [
"loop"
],
"description": "Specifies that the audio/video will start over
again, every time it is finished"
" },
Specifies that the au },

"249": {
"prefix": "video_oncanplaythrough",
"body": [
"oncanplaythrough"
],
"description": "Script to be run when a file can be played all the
way to the end without pausing for buffering"
" },
Script to be run whe },

"250": {
"prefix": "video_ondurationchange",
"body": [
"ondurationchange"
],
"description": "Script to be run when the length of the media
changes"
" },
Script to be run wh },
"251": {
"prefix": "video_onemptied",
"body": [
"onemptied"
],
"description": "Script to be run when something bad happens
and the file is suddenly unavailable (like unexpectedly
disconnects)"
" },
Script to be run wh },

"252": {
"prefix": "video_onended",
"body": [
"onended"
],
"description": "Script to be run when the media has reach the
end (a useful event for messages like 'thanks for listening')"
" },
Script to be run whe },

"253": {
"prefix": "video_onloadeddata",
"body": [
"onloadeddata"
],
"description": "Script to be run when media data is loaded"
},
"
Script to be run wh },

"254": {
"prefix": "video_onloadedmetadata",
"body": [
"onloadedmetadata"
],
"description": "Script to be run when meta data (like dimensions
and duration) are loaded"
" },
Script to be run wh },

"255": {
"prefix": "video_onloadstart",
"body": [
"onloadstart"
],
"description": "Script to be run just as the file begins to load
before anything is actually loaded"
" },
Script to be run just },
"256": {
"prefix": "video_onpause",
"body": [
"onpause"
],
"description": "Script to be run when the media is paused either
by the user or programmatically"
" },
Script to be run wh },

"257": {
"prefix": "video_onplay",
"body": [
"onplay"
],
"description": "Script to be run when the media has started
playing"
" },
Script to be run wh },

"258": {
"prefix": "video_onplaying",
"body": [
"onplaying"
],
"description": "Script to be run when the media has started
playing"
" },
Script to be run wh },

"259": {
"prefix": "video_onprogress",
"body": [
"onprogress"
],
"description": "Script to be run when the browser is in the
process of getting the media data"
" },
Script to be run whe },

"260": {
"prefix": "video_onratechange",
"body": [
"onratechange"
],
"description": "Script to be run each time the playback rate
changes (like when a user switches to a slow motion or fast
forward mode)."
" },
Script to be run eac },
"261": {
"prefix": "video_onseeked",
"body": [
"onseeked"
],
"description": "Script to be run when the seeking attribute is set
to false indicating that seeking has ended"
" },
Script to be run whe },

"262": {
"prefix": "video_onseeking",
"body": [
"onseeking"
],
"description": "Script to be run when the seeking attribute is set
to true indicating that seeking is active"
" },
Script to be run when },

"263": {
"prefix": "video_onstalled",
"body": [
"onstalled"
],
"description": "Script to be run when the browser is unable to
fetch the media data for whatever reason"
" },
Script to be run wh },

"264": {
"prefix": "video_onsuspend",
"body": [
"onsuspend"
],
"description": "Script to be run when fetching the media data is
stopped before it is completely loaded for whatever reason"
" },
Script to be run whe },

"265": {
"prefix": "video_ontimeupdate",
"body": [
"ontimeupdate"
],
"description": "Script to be run when the playing position has
changed (like when the user fast forwards to a different point in
the media)"
" },
Script to be run whe },
"266": {
"prefix": "video_onvolumechange",
"body": [
"onvolumechange"
],
"description": "Script to be run each time the volume of a
video/audio has been changed"
" },
Script to be run ea },

"267": {
"prefix": "video_onwaiting",
"body": [
"onwaiting"
],
"description": "Script to be run when the media has paused but
is expected to resume (like when the media pauses to buffer
more data)"
" },
Script to be run wh },

"268": {
"prefix": "video_preload",
"body": [
"preload"
],
"description": "Specifies if and how the author thinks the
audio/video should be loaded when the page loads"
" },
Specifies if and ho },

"269": {
"prefix": "video_oncanplay",
"body": [
"oncanplay"
],
"description": "Script to be run when a file is ready to start
playing (when it has buffered enough to begin)"
" },
Script to be run whe },

"270": {
"prefix": "video_onabort",
"body": [
"onabort"
],
"description": "Script to be run on abort"
},
"
Script to be run on },
"271": {
"prefix": "video_height",
"body": [
"height"
],
"description": "Specifies the height of the element"
},
"
Specifies the height },

"272": {
"prefix": "video_width",
"body": [
"width"
],
"description": "Specifies the width of the element"
},
"
Specifies the width },

"273": {
"prefix": "video_onerror",
"body": [
"onerror"
],
"description": "Script to be run when an error occurs"
},
"
Script to be run whe },

"274": {
"prefix": "video_src",
"body": [
"src"
],
"description": "Specifies the URL of the media file"
},
"
Specifies the URL of },
"1": {
"prefix": "a_download",
"body": [
"download"
],
"description": "Specifies that the target will be downloaded when a user clicks on the hyperlink"
},

You might also like