add lisp packages
This commit is contained in:
17
lisp/web-completion-data/html-stuff/html-attributes-list/a
Normal file
17
lisp/web-completion-data/html-stuff/html-attributes-list/a
Normal file
@@ -0,0 +1,17 @@
|
||||
charset
|
||||
coords coords [HTML4 only] [Obsolete since HTML5]\n\nFor use with object shapes, this attribute uses a comma-separated list of numbers to define the coordinates of the object on the page.
|
||||
datafld
|
||||
datasrc
|
||||
download
|
||||
href
|
||||
hreflang hreflang\n\nThis attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by BCP47 for HTML5 and by RFC1766 for HTML4. Use this attribute only if the href attribute is present.
|
||||
media
|
||||
methods
|
||||
name
|
||||
ping ping [html5]\n\nThe 'ping' attribute, if present, sends the URLs of the resources a notification/ping if the user follows the hyperlink.
|
||||
rel
|
||||
rev rev [HTML4 only] [Obsolete since HTML5]\n\nThis attribute specifies a reverse link, the inverse relationship of the rel attribute. It is useful for indicating where an object came from, such as the author of a document.
|
||||
shape
|
||||
target
|
||||
type
|
||||
urn
|
||||
@@ -0,0 +1 @@
|
||||
title
|
||||
@@ -0,0 +1,15 @@
|
||||
align
|
||||
alt
|
||||
archive
|
||||
code
|
||||
codebase
|
||||
datafld
|
||||
datasrc
|
||||
height
|
||||
hspace
|
||||
mayscript
|
||||
name
|
||||
object
|
||||
src
|
||||
vspace
|
||||
width
|
||||
@@ -0,0 +1,14 @@
|
||||
alt
|
||||
coords
|
||||
download download [HTML5]\n\nThis attribute, if present, indicates that the author intends the hyperlink to be used for downloading a resource. See <a> for a full description of the download attribute.
|
||||
href
|
||||
hreflang hreflang [HTML5]\n\nIndicates the language of the linked resource. Allowed values are determined by BCP47. Use this attribute only if the href attribute is present.
|
||||
media media [HTML5]\n\nA hint of the media for which the linked resource was designed, for example print and screen. If omitted, it defaults to all. Use this attribute only if the href attribute is present.
|
||||
name name [HTML4 only] [Obsolete since Gecko 5.0]\n\nDefine a names for the clickable area so that it can be scripted by older browsers.
|
||||
nohref
|
||||
ref
|
||||
rel
|
||||
shape
|
||||
tabindex tabindex [HTML4 only] [Obsolete since Gecko 5.0]\n\nA numeric value specifying the position of the defined area in the browser tabbing order. This attribute is global in HTML5.
|
||||
target
|
||||
type
|
||||
@@ -0,0 +1,35 @@
|
||||
autobuffer
|
||||
autoplay autoplay\n\nA Boolean attribute; if specified (even if the value is "false"!), the audio will automatically begin to play back as soon as it can do so without stopping to finish loading the data.
|
||||
buffered An attribute you can read to determine which time ranges of the media have been buffered. This attribute contains a TimeRanges object.
|
||||
controls controls\n\nIf this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback.
|
||||
loop loop\n\nA Boolean attribute; if specified, we will, upon reaching the end of the audio, automatically seek back to the start.
|
||||
mosCurrentSampleOffset
|
||||
mozCurrentSampleOffset mozCurrentSampleOffset\n\nThe offset, specified as the number of samples since the beginning of the audio stream, at which the audio is currently playing.
|
||||
muted A Boolean attribute which indicates whether the audio will be initially silenced. Its default value is false, meaning that the audio will be played.
|
||||
onabort Script to be run on abort
|
||||
oncanplay [HTML5]\n\nScript to be run when a file is ready to start playing (when it has buffered enough to begin)
|
||||
oncanplaythrough [HTML5]\n\nScript to be run when a file can be played all the way to the end without pausing for buffering
|
||||
oncuechange [HTML5]\n\nScript to be run when the cue changes in a <track> element
|
||||
ondurationchange [HTML5]\n\nScript to be run when the length of the media changes
|
||||
onemptied [HTML5]\n\nScript to be run when something bad happens and the file is suddenly unavailable (like unexpectedly disconnects)
|
||||
onended [HTML5]\n\nScript to be run when the media has reach the end (a useful event for messages like "thanks for listening")
|
||||
onerror [HTML5]\n\nScript to be run when an error occurs when the file is being loaded
|
||||
onloadeddata [HTML5]\n\nScript to be run when media data is loaded
|
||||
onloadedmetadata [HTML5]\n\nScript to be run when meta data (like dimensions and duration) are loaded
|
||||
onloadstart [HTML5]\n\nScript to be run just as the file begins to load before anything is actually loaded
|
||||
onpause [HTML5]\n\nScript to be run when the media is paused either by the user or programmatically
|
||||
onplay [HTML5]\n\nScript to be run when the media is ready to start playing
|
||||
onplaying [HTML5]\n\nScript to be run when the media actually has started playing
|
||||
onprogress [HTML5]\n\nScript to be run when the browser is in the process of getting the media data
|
||||
onratechange [HTML5]\n\nScript to be run each time the playback rate changes (like when a user switches to a slow motion or fast forward mode)
|
||||
onseeked [HTML5]\n\nScript to be run when the seeking attribute is set to false indicating that seeking has ended
|
||||
onseeking [HTML5]\n\nScript to be run when the seeking attribute is set to true indicating that seeking is active
|
||||
onstalled [HTML5]\n\nScript to be run when the browser is unable to fetch the media data for whatever reason
|
||||
onsuspend [HTML5]\n\nScript to be run when fetching the media data is stopped before it is completely loaded for whatever reason
|
||||
ontimeupdate [HTML5]\n\nScript to be run when the playing position has changed (like when the user fast forwards to a different point in the media)
|
||||
onvolumechange [HTML5]\n\nScript to be run each time the volume is changed which (includes setting the volume to "mute")
|
||||
onwaiting [HTML5]\n\nScript to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)
|
||||
played A TimeRanges object indicating all the ranges of the audio that have been played.
|
||||
preload
|
||||
src src\n\nThe URL of the audio to embed. This is subject to HTTP access controls. This is optional; you may instead use the <source> element within the audio block to specify the audio to embed.
|
||||
volume volume\n\nThe playback volume of any audio portions, in the range 0.0 (silent) to 1.0 (loudest).
|
||||
@@ -0,0 +1,2 @@
|
||||
href
|
||||
target
|
||||
@@ -0,0 +1,3 @@
|
||||
color
|
||||
face
|
||||
size
|
||||
@@ -0,0 +1 @@
|
||||
dir
|
||||
@@ -0,0 +1 @@
|
||||
dir
|
||||
@@ -0,0 +1,4 @@
|
||||
balance
|
||||
loop
|
||||
src
|
||||
volume
|
||||
@@ -0,0 +1 @@
|
||||
cite cite\n\nA URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote.
|
||||
@@ -0,0 +1,14 @@
|
||||
onafterprint onafterprint [HTML5]\n\nFunction to call after the user has printed the document.
|
||||
onbeforeprint onbeforeprint [HTML5]\n\nFunction to call when the user requests printing of the document.
|
||||
onbeforeunload onbeforeunload [HTML5]\n\nFunction to call when the document is about to be unloaded.
|
||||
onerror onerror [HTML5]\n\nFunction to call when the document fails to load properly.
|
||||
onhashchange onhashchange [HTML5]\n\nFunction to call when the fragment identifier part (starting with the hash ('#') character) of the document's current address has changed.
|
||||
onlanguagechange onlanguagechange [experimental]\n\nFunction to call when the preferred languages changed.
|
||||
onload onload [HTML5]\n\nFunction to call when the document has finished loading.
|
||||
onmessage onmessage [HTML5]\n\nFunction to call when the document has received a message.
|
||||
onoffline onoffline [HTML5]\n\nFunction to call when network communication has failed.
|
||||
ononline ononline [HTML5]\n\nFunction to call when network communication has been restored.
|
||||
onpopstate onpopstate [HTML5]\n\nFunction to call when the user has navigated session history.
|
||||
onresize onresize [HTML5]\n\nFunction to call when the document has been resized.
|
||||
onstorage onstorage [HTML5]\n\nFunction to call when the storage area has changed.
|
||||
onunload onunload [HTML5]\n\nFunction to call when the document is going away.
|
||||
@@ -0,0 +1 @@
|
||||
clear clear [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nIndicates where to begin the next line after the break.\n\nUsage note: \nThis attribute is obsolete in HTML5 and should not be used by authors. Use the CSS clear property instead.
|
||||
@@ -0,0 +1,14 @@
|
||||
autocomplete
|
||||
autofocus
|
||||
disable
|
||||
disabled
|
||||
form
|
||||
formaction formaction [HTML5]\n\nThe URI of a program that processes the information submitted by the button. If specified, it overrides the action attribute of the button's form owner.
|
||||
formenctype
|
||||
formmethod
|
||||
formnovalidate
|
||||
formtarget
|
||||
formvalidate formvalidate [HTML5]\n\nIf the button is a submit button, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner.
|
||||
name name\n\nThe name of the button, which is submitted with the form data.
|
||||
type
|
||||
value value\n\nThe initial value of the button.
|
||||
@@ -0,0 +1,3 @@
|
||||
height height\n\nThe height of the coordinate space in CSS pixels. Defaults to 150.
|
||||
moz-opaque moz-opaque\n\nLets the canvas know whether or not translucency will be a factor. If the canvas knows there's no translucency, painting performance can be optimized.
|
||||
width width\n\nThe width of the coordinate space in CSS pixels. Defaults to 300.
|
||||
@@ -0,0 +1 @@
|
||||
align
|
||||
@@ -0,0 +1,3 @@
|
||||
align
|
||||
bgcolor
|
||||
span span\n\nThis attribute contains a positive integer indicating the number of consecutive columns the <col> element spans. If not present, its default value is 1.
|
||||
@@ -0,0 +1,2 @@
|
||||
bgcolor
|
||||
span
|
||||
@@ -0,0 +1 @@
|
||||
value value\n\nThis attribute specifies the machine-readable translation of the content of the element.\n\nBrowser compatibility:\n\nDesktop: F\n\nMobile: None.
|
||||
@@ -0,0 +1 @@
|
||||
nowrap nowrap [!]\n\nIf the value of this attribute is set to yes, the definition text will not wrap. The default value is no.
|
||||
@@ -0,0 +1,2 @@
|
||||
cite cite\n\nA URI for a resource that explains the change (for example, meeting minutes).
|
||||
datetime datetime\n\nThis attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.
|
||||
@@ -0,0 +1,2 @@
|
||||
ontoggle [HTML5]\n\nFires when the user opens or closes the <details> element
|
||||
open open\n\nThis Boolean attribute indicates whether the details will be shown to the user on page load. Default is false and so details will be hidden.
|
||||
@@ -0,0 +1 @@
|
||||
title
|
||||
@@ -0,0 +1 @@
|
||||
open open\n\nIndicates that the dialog is active and available for interaction. When the open attribute is not set, it shouldn't be shown to the user.
|
||||
@@ -0,0 +1,2 @@
|
||||
compact
|
||||
compat compact [!]\n\nForces the description to appear on the same line as the term. This attribute is currently unsupported
|
||||
@@ -0,0 +1,27 @@
|
||||
height height\n\nThe displayed height of the resource, in CSS pixels.
|
||||
onabort Script to be run on abort
|
||||
oncanplay [HTML5]\n\nScript to be run when a file is ready to start playing (when it has buffered enough to begin)
|
||||
oncanplaythrough [HTML5]\n\nScript to be run when a file can be played all the way to the end without pausing for buffering
|
||||
oncuechange [HTML5]\n\nScript to be run when the cue changes in a <track> element
|
||||
ondurationchange [HTML5]\n\nScript to be run when the length of the media changes
|
||||
onemptied [HTML5]\n\nScript to be run when something bad happens and the file is suddenly unavailable (like unexpectedly disconnects)
|
||||
onended [HTML5]\n\nScript to be run when the media has reach the end (a useful event for messages like "thanks for listening")
|
||||
onerror [HTML5]\n\nScript to be run when an error occurs when the file is being loaded
|
||||
onloadeddata [HTML5]\n\nScript to be run when media data is loaded
|
||||
onloadedmetadata [HTML5]\n\nScript to be run when meta data (like dimensions and duration) are loaded
|
||||
onloadstart [HTML5]\n\nScript to be run just as the file begins to load before anything is actually loaded
|
||||
onpause [HTML5]\n\nScript to be run when the media is paused either by the user or programmatically
|
||||
onplay [HTML5]\n\nScript to be run when the media is ready to start playing
|
||||
onplaying [HTML5]\n\nScript to be run when the media actually has started playing
|
||||
onprogress [HTML5]\n\nScript to be run when the browser is in the process of getting the media data
|
||||
onratechange [HTML5]\n\nScript to be run each time the playback rate changes (like when a user switches to a slow motion or fast forward mode)
|
||||
onseeked [HTML5]\n\nScript to be run when the seeking attribute is set to false indicating that seeking has ended
|
||||
onseeking [HTML5]\n\nScript to be run when the seeking attribute is set to true indicating that seeking is active
|
||||
onstalled [HTML5]\n\nScript to be run when the browser is unable to fetch the media data for whatever reason
|
||||
onsuspend [HTML5]\n\nScript to be run when fetching the media data is stopped before it is completely loaded for whatever reason
|
||||
ontimeupdate [HTML5]\n\nScript to be run when the playing position has changed (like when the user fast forwards to a different point in the media)
|
||||
onvolumechange [HTML5]\n\nScript to be run each time the volume is changed which (includes setting the volume to "mute")
|
||||
onwaiting [HTML5]\n\nScript to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)
|
||||
src src\n\nThe URL of the resource being embedded.
|
||||
type type\n\nThe MIME type to use to select the plug-in to instantiate.
|
||||
width width\n\nThe displayed width of the resource, in CSS pixels.
|
||||
@@ -0,0 +1,3 @@
|
||||
disabled
|
||||
form form [HTML5]\n\nThis attribute has the value of the id attribute of the <form> element its related to. Its default value is the id of the nearest <form> element it is a descendant of.
|
||||
name name [HTML5]\n\nThe name associated with the group, which is submitted with the form data.\n\nThe label for the field set is given by the first <legend> element that is a child of this field set.
|
||||
@@ -0,0 +1,10 @@
|
||||
accept accept [HTML4] [Trash]\n\nA comma-separated list of content types that the server accepts.\n\nUsage note: \nThis attribute has been removed in HTML5 and should no longer be used. Instead, use the accept attribute of the specific <input> element.
|
||||
accept-charset
|
||||
action action\n\nThe URI of a program that processes the form information. This value can be overridden by a formaction attribute on a <button> or <input> element.
|
||||
autocapitalize
|
||||
autocomplete
|
||||
enctype
|
||||
method
|
||||
name name\n\nThe name of the form. In HTML 4,its use is deprecated (id should be used instead). It must be unique among the forms in a document and not just an empty string in HTML 5.
|
||||
novalidate
|
||||
target
|
||||
@@ -0,0 +1,7 @@
|
||||
frameborder frameborder [Deprecated]\n\nThis attribute allows you to put borders for frames.
|
||||
marginheight marginheight [Deprecated]\n\nThis attribute defines how tall the margin between frames will be.
|
||||
marginwidth marginwidth [Deprecated]\n\nThis attribute defines how wide the margin between frames will be.
|
||||
name name [Deprecated]\n\nThis attribute is used to labeling frames. Without labeling all links will open in the frame that they are in.
|
||||
noresize noresize [Deprecated]\n\nThis attribute avoid resizing of frames by users.
|
||||
scrolling
|
||||
src src [Deprecated]\n\nThis attribute is specify document which will be displayed by frame.
|
||||
@@ -0,0 +1,2 @@
|
||||
cols cols [Deprecated]\n\nThis attribute is specify the number and size of horizontal spaces in a frameset.
|
||||
rows rows [Deprecated]\n\nThis attribute is specify the number and size of vertical spaces in a frameset.
|
||||
@@ -0,0 +1,53 @@
|
||||
accesskey
|
||||
class
|
||||
contenteditable
|
||||
contextmenu
|
||||
data-
|
||||
dir
|
||||
draggable
|
||||
dropzone
|
||||
hidden
|
||||
id
|
||||
itemid
|
||||
itemprop
|
||||
itemref
|
||||
itemscope
|
||||
itemtype
|
||||
lang
|
||||
onblur Fires the moment that the element loses focus
|
||||
onchange Fires the moment when the value of the element is changed
|
||||
onclick Fires on a mouse click on the element
|
||||
oncontextmenu [HTML5]\n\nScript to be run when a context menu is triggered
|
||||
oncopy Fires when the user copies the content of an element
|
||||
oncut Fires when the user cuts the content of an element
|
||||
ondblclick Fires on a mouse double-click on the element
|
||||
ondrag [HTML5]\n\nScript to be run when an element is dragged
|
||||
ondragend [HTML5]\n\nScript to be run at the end of a drag operation
|
||||
ondragenter [HTML5]\n\nScript to be run when an element has been dragged to a valid drop target
|
||||
ondragleave [HTML5]\n\nScript to be run when an element leaves a valid drop target
|
||||
ondragover [HTML5]\n\nScript to be run when an element is being dragged over a valid drop target
|
||||
ondragstart [HTML5]\n\nScript to be run at the start of a drag operation
|
||||
ondrop [HTML5]\n\nScript to be run when dragged element is being dropped
|
||||
onfocus Fires the moment when the element gets focus
|
||||
oninput [HTML5]\n\nScript to be run when an element gets user input
|
||||
oninvalid [HTML5]\n\nScript to be run when an element is invalid
|
||||
onkeydown Fires when a user is pressing a key
|
||||
onkeypress Fires when a user presses a key
|
||||
onkeyup Fires when a user releases a key
|
||||
onmousedown Fires when a mouse button is pressed down on an element
|
||||
onmousemove Fires when the mouse pointer is moving while it is over an element
|
||||
onmouseout Fires when the mouse pointer moves out of an element
|
||||
onmouseover Fires when the mouse pointer moves over an element
|
||||
onmouseup Fires when a mouse button is released over an element
|
||||
onmousewheel Deprecated. Use the onwheel attribute instead
|
||||
onpaste Fires when the user pastes some content in an element
|
||||
onreset [HTML5]\n\nFires when the Reset button in a form is clicked
|
||||
onscroll [HTML5]\n\nScript to be run when an element s scrollbar is being scrolled
|
||||
onsearch Fires when the user writes something in a search field (for <input="search">)
|
||||
onselect Fires after some text has been selected in an element
|
||||
onsubmit Fires when a form is submitted
|
||||
onwheel [HTML5]\n\nFires when the mouse wheel rolls up or down over an element
|
||||
spellcheck
|
||||
style
|
||||
tabindex
|
||||
title
|
||||
@@ -0,0 +1 @@
|
||||
profile profile [HTML4 only] [Trash in HTML5]\n\nThe URIs of one or more metadata profiles, separated by white space.
|
||||
@@ -0,0 +1,5 @@
|
||||
align align [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nSets the alignment of the rule on the page. If no value is specified, the default value is left.
|
||||
color color [!]\n\nSets the color of the rule through color name or hexadecimal value.
|
||||
noshade noshade [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nSets the rule to have no shading.
|
||||
size size [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nSets the height, in pixels, of the rule.
|
||||
width width [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nSets the length of the rule on the page through a pixel or percentage value.
|
||||
@@ -0,0 +1,2 @@
|
||||
manifest manifest [HTML5]\n\nSpecifies the URI of a resource manifest indicating resources that should be cached locally. See Using the application cache for details.
|
||||
version
|
||||
@@ -0,0 +1,19 @@
|
||||
align align [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nThe alignment of this element with respect to the surrounding context.
|
||||
allowfullscreen allowfullscreen\n\nThis attribute can be set to true if the frame is allowed to be placed into full screen mode by calling its element.mozRequestFullScreen() method. If this isn't set, the element can't be placed into full screen mode.
|
||||
frameborder frameborder [HTML4 only]\n\nThe value 1 (the default) tells the browser to draw a border between this frame and every other frame. The value 0 tells the browser not to draw a border between this frame and other frames.
|
||||
height height\n\nIndicates the height of the frame HTML5 in CSS pixels, or HTML 4.01 in pixels or as a percentage.
|
||||
longdesc longdesc [HTML4 only]\n\nA URI of a long description of the frame. Due to widespread misuse, this is not helpful for non-visual browsers.
|
||||
marginheight marginheight [HTML4 only]\n\nThe amount of space in pixels between the frame's content and its top and bottom margins.
|
||||
marginwidth marginwidth [HTML4 only]\n\nThe amount of space in pixels between the frame's content and its left and right margins.
|
||||
mozallowfullscreen
|
||||
mozapp
|
||||
mozbrowser
|
||||
name name\n\nA name for the embedded browsing context (or frame). This can be used as the value of the target attribute of an <a> or <form> element, or the formtarget attribute of an <input> or <button> element.
|
||||
remote remote [!] [Only available on Firefox OS]\n\nLoad the frame's page in a separate content process.
|
||||
sandbox
|
||||
scrolling scrolling [HTML4 only]\n\nEnumerated attribute indicating when the browser should provide a scroll bar (or other scrolling device) for the frame:\n auto: Only when needed.\n yes: Always provide a scroll bar.\n no: Never provide a scoll bar.
|
||||
seamless
|
||||
src src\n\nThe URL of the page to embed.
|
||||
srcdoc
|
||||
webkitallowfullscreen
|
||||
width width\n\nIndicates the width of the frame HTML5 in CSS pixels, or HTML 4.01 in pixels or as a percentage.
|
||||
38
lisp/web-completion-data/html-stuff/html-attributes-list/img
Normal file
38
lisp/web-completion-data/html-stuff/html-attributes-list/img
Normal file
@@ -0,0 +1,38 @@
|
||||
align align [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nUse the vertical-align CSS property instead.\n\nThe alignment of the image with respect to its surrounding context.
|
||||
alt
|
||||
border border [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nThe width of a border around the image.
|
||||
crossorigin
|
||||
height height\n\nThe height of the image in HTML5 CSS pixels, or HTML 4 in pixels or as a percentage.
|
||||
hspace hspace [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nThe number of pixels of white space to insert to the left and right of the image.
|
||||
ismap
|
||||
longdesc longdesc [HTML4 only]\n\nThe URL of a description of the image to be displayed, which supplements the alt text. In HTML5, use a regular <a> element to link to the description.
|
||||
name name [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nA name for the element. It is supported in HTML 4 only for backward compatibility. Use the id attribute instead.
|
||||
onabort Script to be run on abort
|
||||
oncanplay [HTML5]\n\nScript to be run when a file is ready to start playing (when it has buffered enough to begin)
|
||||
oncanplaythrough [HTML5]\n\nScript to be run when a file can be played all the way to the end without pausing for buffering
|
||||
oncuechange [HTML5]\n\nScript to be run when the cue changes in a <track> element
|
||||
ondurationchange [HTML5]\n\nScript to be run when the length of the media changes
|
||||
onemptied [HTML5]\n\nScript to be run when something bad happens and the file is suddenly unavailable (like unexpectedly disconnects)
|
||||
onended [HTML5]\n\nScript to be run when the media has reach the end (a useful event for messages like "thanks for listening")
|
||||
onerror [HTML5]\n\nScript to be run when an error occurs when the file is being loaded
|
||||
onloadeddata [HTML5]\n\nScript to be run when media data is loaded
|
||||
onloadedmetadata [HTML5]\n\nScript to be run when meta data (like dimensions and duration) are loaded
|
||||
onloadstart [HTML5]\n\nScript to be run just as the file begins to load before anything is actually loaded
|
||||
onpause [HTML5]\n\nScript to be run when the media is paused either by the user or programmatically
|
||||
onplay [HTML5]\n\nScript to be run when the media is ready to start playing
|
||||
onplaying [HTML5]\n\nScript to be run when the media actually has started playing
|
||||
onprogress [HTML5]\n\nScript to be run when the browser is in the process of getting the media data
|
||||
onratechange [HTML5]\n\nScript to be run each time the playback rate changes (like when a user switches to a slow motion or fast forward mode)
|
||||
onseeked [HTML5]\n\nScript to be run when the seeking attribute is set to false indicating that seeking has ended
|
||||
onseeking [HTML5]\n\nScript to be run when the seeking attribute is set to true indicating that seeking is active
|
||||
onstalled [HTML5]\n\nScript to be run when the browser is unable to fetch the media data for whatever reason
|
||||
onsuspend [HTML5]\n\nScript to be run when fetching the media data is stopped before it is completely loaded for whatever reason
|
||||
ontimeupdate [HTML5]\n\nScript to be run when the playing position has changed (like when the user fast forwards to a different point in the media)
|
||||
onvolumechange [HTML5]\n\nScript to be run each time the volume is changed which (includes setting the volume to "mute")
|
||||
onwaiting [HTML5]\n\nScript to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)
|
||||
sizes
|
||||
src src\n\nImage URL, this attribute is obligatory for the <img> element. On browsers supporting srcset, src is ignored if this one is provided.
|
||||
srcset
|
||||
usemap usemap\n\nThe partial URL (starting with '#') of an image map associated with the element.\n\nUsage note: \nYou cannot use this attribute if the <img> element is a descendant of an <a> or <button> element.
|
||||
vspace vspace [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nThe number of pixels of white space to insert above and below the image.
|
||||
width width\n\nThe width of the image in pixels or percent.
|
||||
@@ -0,0 +1,39 @@
|
||||
accept
|
||||
autocapitalize
|
||||
autocomplete
|
||||
autocorrect
|
||||
autofocus
|
||||
autosave autosave [HTML5]\n\nThis attribute should be defined as a unique value. If the value of the type attribute is search, previous search term values will persist in the dropdown across page load.
|
||||
checked
|
||||
disabled
|
||||
form
|
||||
formaction formaction [HTML5]\n\nThe URI of a program that processes the information submitted by the input element, if it is a submit button or image. If specified, it overrides the action attribute of the element's form owner.
|
||||
formenctype
|
||||
formmethod
|
||||
formnovalidate
|
||||
formtarget
|
||||
height height [HTML5]\n\nIf the value of the type attribute is image, this attribute defines the height of the image displayed for the button.
|
||||
incremental
|
||||
inputmode inputmode [HTML5]\n\nA hint to the browser for which keyboard to display. This attribute applies when the value of the type attribute is text, password, email, or url.
|
||||
list
|
||||
max max [HTML5]\n\nThe maximum (numeric or date-time) value for this item, which must not be less than its minimum (min attribute) value.
|
||||
maxlength
|
||||
min min [HTML5]\n\nThe minimum (numeric or date-time) value for this item, which must not be greater than its maximum (max attribute) value.
|
||||
minlength minlength [HTML5]\n\nIf the value of the type attribute is text, email, search, password, tel, or url, this attribute specifies the minimum number of characters (in Unicode code points) that the user can enter; for other control types, it is ignored.
|
||||
mozactionhint
|
||||
multiple multiple [HTML5]\n\nThis Boolean attribute indicates whether the user can enter more than one value. This attribute applies when the type attribute is set to email or file; otherwise it is ignored.
|
||||
name name\n\nThe name of the control, which is submitted with the form data.
|
||||
pattern
|
||||
placeholder
|
||||
readonly readonly\n\nThis Boolean attribute indicates that the user cannot modify the value of the control.\n[HTML5] This attribute is ignored if the value of the type attribute is hidden, range, color, checkbox, radio, file, or a button type.
|
||||
required
|
||||
selectionDirection
|
||||
size
|
||||
spellcheck
|
||||
src src\n\nIf the value of the type attribute is image, this attribute specifies a URI for the location of an image to display on the graphical submit button; otherwise it is ignored.
|
||||
step
|
||||
type type\n\nThe type of control to display. The default type is text, if this attribute is not specified.
|
||||
usemap usemap [HTML4 only] [Obsolete since HTML5]\n\nThe name of a <map> element to as an image map.
|
||||
value
|
||||
width width [HTML5]\n\nIf the value of the type attribute is image, this attribute defines the width of the image displayed for the button.
|
||||
x-moz-errormessage x-moz-errormessage [!]\n\nThis Mozilla extension allows you to specify the error message to display when a field doesn't successfully validate.
|
||||
@@ -0,0 +1,2 @@
|
||||
cite cite\n\nThis attribute defines the URI of a resource that explains the change, like a link to some meeting minutes or a ticket in a troubleshooting sytem.
|
||||
datetime datetime\n\nThis attribute indicates the time and date of the change and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.
|
||||
@@ -0,0 +1,2 @@
|
||||
action action [Deprecated]\n\nThis attribute can be used in the case of needing to send query to a different URL. Action is not defined by W3C.
|
||||
prompt prompt [Deprecated]\n\nThis attribute adds its value as a prompt for text field.
|
||||
@@ -0,0 +1,2 @@
|
||||
action
|
||||
prompt
|
||||
@@ -0,0 +1,6 @@
|
||||
autofocus
|
||||
challenge challenge\n\nA challenge string that is submitted along with the public key. Defaults to an empty string if not specified.
|
||||
disabled disabled\n\nThis Boolean attribute indicates that the form control is not available for interaction.
|
||||
form
|
||||
keytype keytype\n\nThe type of key generated. The default value is RSA.
|
||||
name name\n\nThe name of the control, which is submitted with the form data.
|
||||
@@ -0,0 +1,3 @@
|
||||
accesskey accesskey [HTML4] [HTML5]\n\nA shortcut key to access this element from the keyboard.\n\n[global attribute]
|
||||
for
|
||||
form
|
||||
@@ -0,0 +1,2 @@
|
||||
type type [Deprecated]\n\nThis type overrides the one used by its parent <ol> element, if any.\n\nUsage note: \nThis attribute has been deprecated: use the CSS list-style-type property instead.
|
||||
value
|
||||
@@ -0,0 +1,13 @@
|
||||
charset
|
||||
crossorigin
|
||||
disabled
|
||||
href href\n\nThis attribute specifies the URL of the linked resource. A URL might be absolute or relative.
|
||||
hreflang hreflang\n\nThis attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by BCP47 for HTML5 and by RFC1766 for HTML 4. Use this attribute only if the href attribute is present.
|
||||
media
|
||||
methods
|
||||
rel
|
||||
rev
|
||||
sizes
|
||||
target target [!]\n\nDefines the frame or window name that has the defined linking relationship or that will show the rendering of any linked resource.
|
||||
type
|
||||
use-credentials
|
||||
@@ -0,0 +1 @@
|
||||
name
|
||||
@@ -0,0 +1,16 @@
|
||||
behavior
|
||||
bgcolor
|
||||
direction
|
||||
height
|
||||
hspace
|
||||
loop
|
||||
onbounce
|
||||
onfinish
|
||||
onstart
|
||||
scrollamount
|
||||
scrolldelay
|
||||
start
|
||||
stop
|
||||
truespeed
|
||||
vspace
|
||||
width
|
||||
@@ -0,0 +1,3 @@
|
||||
label label\n\nThe name of the menu as shown to the user. Used within nested menus, to provide a label through which the submenu can be accessed. Must only be specified when the parent element is a <menu> in the popup menu state.
|
||||
onshow [HTML5]\n\nFires when a <menu> element is shown as a context menu
|
||||
type
|
||||
@@ -0,0 +1,8 @@
|
||||
checked checked\n\nBoolean attribute which indicates whether the command is selected. May only be used when the type attribute is checkbox or radio.
|
||||
command command\n\nSpecifies the ID of a separate element, indicating a command to be invoked indirectly. May not be used within a menu item that also includes the attributes checked, disabled, icon, label, radiogroup or type.
|
||||
default default\n\nThis Boolean attribute indicates use of the same command as the menu's subject element (such as a button or input).
|
||||
disabled
|
||||
icon icon\n\nImage URL, used to provide a picture to represent the command.
|
||||
label label\n\nThe name of the command as shown to the user. Required when a command attribute is not present.
|
||||
radiogroup radiogroup\n\nThis attribute specifies the name of a group of commands to be toggled as radio buttons when selected. May only be used where the type attribute is radio.
|
||||
type
|
||||
@@ -0,0 +1,6 @@
|
||||
charset
|
||||
content content\n\nThis attribute gives the value associated with the http-equiv or name attribute, depending of the context.
|
||||
http-equiv
|
||||
itemprop
|
||||
name
|
||||
scheme
|
||||
@@ -0,0 +1,7 @@
|
||||
form
|
||||
high
|
||||
low
|
||||
max max\n\nThe upper numeric bound of the measured range. This must be greater than the minimum value (min attribute), if specified. If unspecified, the maximum value is 1.
|
||||
min min\n\nThe lower numeric bound of the measured range. This must be less than the maximum value (max attribute), if specified. If unspecified, the minimum value is 0.
|
||||
optimum
|
||||
value
|
||||
@@ -0,0 +1,38 @@
|
||||
archive archive [HTML4 only] [Obsolete since HTML5]\n\nA space-separated list of URIs for archives of resources for the object.
|
||||
border border [Deprecated since HTML4.01] [Obsolete since HTML5]\n\nThe width of a border around the control, in pixels.
|
||||
classid classid [HTML4 only] [Obsolete since HTML5]\n\nThe URI of the object's implementation. It can be used together with, or in place of, the data attribute.
|
||||
codebase codebase [HTML4 only] [Obsolete since HTML5]\n\nThe base path used to resolve relative URIs specified by classid, data, or archive. If not specified, the default is the base URI of the current document.
|
||||
codetype codetype [HTML4 only] [Obsolete since HTML5]\n\nThe content type of the data specified by classid.
|
||||
data data\n\nThe address of the resource as a valid URL. At least one of data and type must be defined.
|
||||
declare
|
||||
form form [HTML5]\n\nThe form element, if any, that the object element is associated with (its form owner). The value of the attribute must be an ID of a <form> element in the same document.
|
||||
height height\n\nThe height of the displayed resource, in CSS pixels.
|
||||
name The name of valid browsing context (HTML5), or the name of the control (HTML 4).
|
||||
onabort Script to be run on abort
|
||||
oncanplay [HTML5]\n\nScript to be run when a file is ready to start playing (when it has buffered enough to begin)
|
||||
oncanplaythrough [HTML5]\n\nScript to be run when a file can be played all the way to the end without pausing for buffering
|
||||
oncuechange [HTML5]\n\nScript to be run when the cue changes in a <track> element
|
||||
ondurationchange [HTML5]\n\nScript to be run when the length of the media changes
|
||||
onemptied [HTML5]\n\nScript to be run when something bad happens and the file is suddenly unavailable (like unexpectedly disconnects)
|
||||
onended [HTML5]\n\nScript to be run when the media has reach the end (a useful event for messages like "thanks for listening")
|
||||
onerror [HTML5]\n\nScript to be run when an error occurs when the file is being loaded
|
||||
onloadeddata [HTML5]\n\nScript to be run when media data is loaded
|
||||
onloadedmetadata [HTML5]\n\nScript to be run when meta data (like dimensions and duration) are loaded
|
||||
onloadstart [HTML5]\n\nScript to be run just as the file begins to load before anything is actually loaded
|
||||
onpause [HTML5]\n\nScript to be run when the media is paused either by the user or programmatically
|
||||
onplay [HTML5]\n\nScript to be run when the media is ready to start playing
|
||||
onplaying [HTML5]\n\nScript to be run when the media actually has started playing
|
||||
onprogress [HTML5]\n\nScript to be run when the browser is in the process of getting the media data
|
||||
onratechange [HTML5]\n\nScript to be run each time the playback rate changes (like when a user switches to a slow motion or fast forward mode)
|
||||
onseeked [HTML5]\n\nScript to be run when the seeking attribute is set to false indicating that seeking has ended
|
||||
onseeking [HTML5]\n\nScript to be run when the seeking attribute is set to true indicating that seeking is active
|
||||
onstalled [HTML5]\n\nScript to be run when the browser is unable to fetch the media data for whatever reason
|
||||
onsuspend [HTML5]\n\nScript to be run when fetching the media data is stopped before it is completely loaded for whatever reason
|
||||
ontimeupdate [HTML5]\n\nScript to be run when the playing position has changed (like when the user fast forwards to a different point in the media)
|
||||
onvolumechange [HTML5]\n\nScript to be run each time the volume is changed which (includes setting the volume to "mute")
|
||||
onwaiting [HTML5]\n\nScript to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)
|
||||
standby standby [HTML4 only] [Obsolete since HTML5]\n\nA message that the browser can show while loading the object's implementation and data.
|
||||
type type\n\nThe content type of the resource specified by data. At least one of data and type must be defined.
|
||||
typemustmatch typemustmatch [HTML5]\n\nThis Boolean attribute indicates if the type and the actual content type resource must match in order of this one to be used.
|
||||
usemap usemap\n\nA hash-name reference to a <map> element; that is a '#' followed by the value of a name of a map element.
|
||||
width width\n\nThe width of the display resource, in CSS pixels.
|
||||
@@ -0,0 +1,4 @@
|
||||
compact
|
||||
reversed reversed [HTML5]\n\nThis Boolean attribute specifies that the items of the item are specified in the reverse order, i.e. that the least important one is listed first.
|
||||
start
|
||||
type
|
||||
@@ -0,0 +1,2 @@
|
||||
disabled disabled\n\nIf this Boolean attribute is set, none of the items in this option group is selectable. Often browsers grey out such control and it won't receive any browsing events, like mouse clicks or focus-related ones.
|
||||
label label\n\nThe name of the group of options, which the browser can use when labeling the options in the user interface. This attribute is mandatory if this element is used.
|
||||
@@ -0,0 +1,4 @@
|
||||
disabled
|
||||
label
|
||||
selected
|
||||
value
|
||||
@@ -0,0 +1,3 @@
|
||||
for for\n\nA list of IDs of other elements, indicating that those elements contributed input values to (or otherwise affected) the calculation.
|
||||
form
|
||||
name name\n\nThe name of the element.
|
||||
@@ -0,0 +1,4 @@
|
||||
name name\n\nName of the parameter.
|
||||
type type [Trashed]\n\nOnly used if the valuetype is set to "ref". Specifies the MIME type of values found at the URI specified by value.
|
||||
value value\n\nSpecifies the value of the parameter.
|
||||
valuetype
|
||||
@@ -0,0 +1,3 @@
|
||||
cols cols [!] [Trashed]\n\nContains the preferred count of characters that a line should have. It was a non-standard synonym of width. To achieve such an effect, use CSS styling instead.
|
||||
width width [Trashed]\n\nContains the preferred count of characters that a line should have. Though technically still implemented, this attribute has no visual effect; to achieve such an effect, use CSS styling instead.
|
||||
wrap wrap [!]\n\nIs a hint indicating how the overflow must happen. In modern browser this hint is ignored and no visual effect results in its present; to achieve such an effect, use CSS styling instead.
|
||||
@@ -0,0 +1,2 @@
|
||||
max max\n\nThis attribute describes how much work the task indicated by the progress element requires. The max attribute, if present, must have a value greater than zero and be a valid floating point number.
|
||||
value
|
||||
@@ -0,0 +1 @@
|
||||
cite cite\n\nThe value of this attribute is a URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote.
|
||||
@@ -0,0 +1,7 @@
|
||||
async
|
||||
crossorigin
|
||||
defer
|
||||
language language [Deprecated]\n\nLike the type attribute, this attribute identifies the scripting language in use. Unlike the type attribute, however, this attribute’s possible values were never standardized. The type attribute should be used instead.
|
||||
onerror [HTML5]\n\nFires when an error occurs while loading an external file
|
||||
src src\n\nThis attribute specifies the URI of an external script; this can be used as an alternative to embedding a script directly within a document. script elements with an src attribute specified should not have a script embedded within its tags.
|
||||
type
|
||||
@@ -0,0 +1,7 @@
|
||||
autofocus
|
||||
disabled
|
||||
form
|
||||
multiple multiple\n\nThis Boolean attribute indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time.
|
||||
name name\n\nThe name of the control.
|
||||
required required [HTML5]\n\nA Boolean attribute indicating that an option with a non-empty string value must be selected.
|
||||
size
|
||||
@@ -0,0 +1,5 @@
|
||||
media media [Experimental]\n\nMedia query of the resource's intended media; this should be used only in a <picture> element.
|
||||
sizes
|
||||
src src\n\nRequired, address of the media resource. The value of this attribute is ignored when the <source> element is placed inside a <picture> element.
|
||||
srcset
|
||||
type type\n\nThe MIME-type of the resource, optionally with a codecs parameter. See RFC 4281 for information about how to specify codecs.
|
||||
@@ -0,0 +1,5 @@
|
||||
align
|
||||
height
|
||||
size
|
||||
type
|
||||
width
|
||||
@@ -0,0 +1,6 @@
|
||||
disabled disabled\n\nIf set, disables (does not apply) the style rules to the Document that are specified within the element.
|
||||
media media\n\nWhich media should this style apply to. Should be a media query, see http://dev.w3.org/csswg/css3-mediaqueries.
|
||||
onerror [HTML5]\n\nFires when an error occurs while loading an external file
|
||||
scoped scoped\n\nIf this attribute is present, then the style applies only to its parent element. If absent, the style applies to the whole document.
|
||||
title title\n\nSpecifies alternative style sheet sets.
|
||||
type type\n\nThis attribute defines the styling language as a MIME type (charset should not be specified). 'text/css' is assumed if this attribute is absent.
|
||||
@@ -0,0 +1,3 @@
|
||||
colspan
|
||||
headers headers\n\nThis attribute contains a list of space-separated strings, each corresponding to the id attribute of the <th> elements that apply to this element.
|
||||
rowspan
|
||||
@@ -0,0 +1,18 @@
|
||||
autocapitalize
|
||||
autocomplete
|
||||
autofocus
|
||||
cols cols\n\nThe visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20 (HTML5).
|
||||
disabled
|
||||
form
|
||||
maxlength maxlength [HTML5]\n\nThe maximum number of characters (Unicode code points) that the user can enter. If it is not specified, the user can enter an unlimited number of characters.
|
||||
minlength minlength [HTML5]\n\nThe minimum number of characters (Unicode code points) required that the user should enter.
|
||||
name name\n\nThe name of the control.
|
||||
placeholder placeholder [HTML5]\n\nA hint to the user of what can be entered in the control. The placeholder text must not contain carriage returns or line-feeds.
|
||||
readonly
|
||||
required required [HTML5]\n\nThis attribute specifies that the user must fill in a value before submitting a form.
|
||||
rows rows\n\nThe number of visible text lines for the control.
|
||||
selectionDirection
|
||||
selectionEnd selectionEnd\n\nThe index to the last character in the current selection.
|
||||
selectionStart selectionStart\n\nThe index to the first character in the current selection.
|
||||
spellcheck
|
||||
wrap
|
||||
@@ -0,0 +1,4 @@
|
||||
colspan
|
||||
headers headers\n\nThis attributes a list of space-separated strings, each corresponding to the id attribute of the <th> elements that applies to this element.
|
||||
rowspan
|
||||
scope
|
||||
@@ -0,0 +1 @@
|
||||
datetime datetime\n\nThis attribute indicates the time and date of the element and must be a valid date with an optional time string. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.
|
||||
@@ -0,0 +1,5 @@
|
||||
default default\n\nThis attribute indicates that the track should be enabled unless the user's preferences indicate that another track is more appropriate. This may only be used on one track element per media element.
|
||||
kind kind\n\nHow the text track is meant to be used. If omitted the default kind is subtitles.
|
||||
label label\n\nA user-readable title of the text track which is used by the browser when listing available text tracks.
|
||||
src src\n\nAddress of the track. Must be a valid URL. This attribute must be defined.
|
||||
srclang srclang\n\nLanguage of the track text data. It must be a valid BCP 47 language tag. If the kind attribute is set to subtitles, then srclang must be defined.
|
||||
@@ -0,0 +1,35 @@
|
||||
autoplay autoplay\n\nA Boolean attribute; if specified, the video will automatically begin to play back as soon as it can do so without stopping to finish loading the data.
|
||||
buffered buffered\n\nAn attribute you can read to determine which time ranges of the media have been buffered. This attribute contains a TimeRanges object.
|
||||
controls controls\n\nIf this attribute is present, Gecko will offer controls to allow the user to control video playback, including volume, seeking, and pause/resume playback.
|
||||
crossorigin
|
||||
height height\n\nThe height of the video's display area, in CSS pixels.
|
||||
loop loop\n\nA Boolean attribute; if specified, we will, upon reaching the end of the video, automatically seek back to the start.
|
||||
muted muted\n\nA Boolean attribute which indicates the default setting of the audio contained in the video. If set, the audio will be initially silenced. Its default value is false, meaning that the audio will be played when the video is played.
|
||||
onabort Script to be run on abort
|
||||
oncanplay [HTML5]\n\nScript to be run when a file is ready to start playing (when it has buffered enough to begin)
|
||||
oncanplaythrough [HTML5]\n\nScript to be run when a file can be played all the way to the end without pausing for buffering
|
||||
oncuechange [HTML5]\n\nScript to be run when the cue changes in a <track> element
|
||||
ondurationchange [HTML5]\n\nScript to be run when the length of the media changes
|
||||
onemptied [HTML5]\n\nScript to be run when something bad happens and the file is suddenly unavailable (like unexpectedly disconnects)
|
||||
onended [HTML5]\n\nScript to be run when the media has reach the end (a useful event for messages like "thanks for listening")
|
||||
onerror [HTML5]\n\nScript to be run when an error occurs when the file is being loaded
|
||||
onloadeddata [HTML5]\n\nScript to be run when media data is loaded
|
||||
onloadedmetadata [HTML5]\n\nScript to be run when meta data (like dimensions and duration) are loaded
|
||||
onloadstart [HTML5]\n\nScript to be run just as the file begins to load before anything is actually loaded
|
||||
onpause [HTML5]\n\nScript to be run when the media is paused either by the user or programmatically
|
||||
onplay [HTML5]\n\nScript to be run when the media is ready to start playing
|
||||
onplaying [HTML5]\n\nScript to be run when the media actually has started playing
|
||||
onprogress [HTML5]\n\nScript to be run when the browser is in the process of getting the media data
|
||||
onratechange [HTML5]\n\nScript to be run each time the playback rate changes (like when a user switches to a slow motion or fast forward mode)
|
||||
onseeked [HTML5]\n\nScript to be run when the seeking attribute is set to false indicating that seeking has ended
|
||||
onseeking [HTML5]\n\nScript to be run when the seeking attribute is set to true indicating that seeking is active
|
||||
onstalled [HTML5]\n\nScript to be run when the browser is unable to fetch the media data for whatever reason
|
||||
onsuspend [HTML5]\n\nScript to be run when fetching the media data is stopped before it is completely loaded for whatever reason
|
||||
ontimeupdate [HTML5]\n\nScript to be run when the playing position has changed (like when the user fast forwards to a different point in the media)
|
||||
onvolumechange [HTML5]\n\nScript to be run each time the volume is changed which (includes setting the volume to "mute")
|
||||
onwaiting [HTML5]\n\nScript to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)
|
||||
played played\n\nA TimeRanges object indicating all the ranges of the video that have been played.
|
||||
poster poster\n\nA URL indicating a poster frame to show until the user plays or seeks. If this attribute isn't specified, nothing is displayed until the first frame is available; then the first frame is displayed as the poster frame.
|
||||
preload
|
||||
src src\n\nThe URL of the video to embed. This is optional; you may instead use the <source> element within the video block to specify the video to embed.
|
||||
width width\n\nThe width of the video's display area, in CSS pixels.
|
||||
Reference in New Issue
Block a user