/* GNU GENERAL LICENSE Copyright (C) 2006 The Lobo Project. Copyright (C) 2014 - 2017 Lobo Evolution This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either verion 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General License for more details. You should have received a copy of the GNU General Public along with this program. If not, see <http://www.gnu.org/licenses/>. Contact info: lobochief@users.sourceforge.net; ivan.difrancesco@yahoo.it */ package org.lobobrowser.html; /** * The Interface HtmlAttributeProperties. */ public interface HtmlAttributeProperties { /** The align. */ String ALIGN = "align"; /** The archive. */ String ARCHIVE = "archive"; /** The alt. */ String ALT = "alt"; /** The alink. */ String ALINK = "aLink"; /** The acceptcharset. */ String ACCEPTCHARSET = "acceptcharset"; /** The action. */ String ACTION = "action"; /** The abbr. */ String ABBR = "abbr"; /** The axis. */ String AXIS = "axis"; /** The accept. */ String ACCEPT = "accept"; /** The accesskey. */ String ACCESSKEY = "accesskey"; /** The autoplay. */ String AUTOPLAY = "autoplay"; /** The autofocus. */ String AUTOFOCUS = "autofocus"; /** The autocomplete. */ String AUTOCOMPLETE = "autocomplete"; /** The background. */ String BACKGROUND = "background"; /** The bgcolor. */ String BGCOLOR = "bgcolor"; /** The border. */ String BORDER = "border"; /** The challenge. */ String CHALLENGE = "challenge"; /** The color. */ String COLOR = "color"; /** The code. */ String CODE = "code"; /** The codebase. */ String CODEBASE = "codebase"; /** The checked. */ String CHECKED = "checked"; /** The codetype. */ String CODETYPE = "codetype"; /** The compact. */ String COMPACT = "compact"; /** The controls. */ String CONTROLS = "controls"; /** The contenteditable. */ String CONTENTEDITABLE = "contenteditable"; /** The choff. */ String CHOFF = "chOff"; /** The ch. */ String CH = "ch"; /** The cellspacing. */ String CELLSPACING = "cellspacing"; /** The cellpadding. */ String CELLPADDING = "cellPadding"; /** The CY. */ String CY = "cy"; /** The CX. */ String CX = "cx"; /** The colspan. */ String COLSPAN = "colspan"; /** The cols. */ String COLS = "cols"; /** The captionside. */ String CAPTIONSIDE = "caption-side"; /** The class. */ String CLASS = "class"; /** The charset. */ String CHARSET = "charset"; /** The clear. */ String CLEAR = "clear"; /** The DY. */ String DY = "dy"; /** The DX. */ String DX = "dx"; /** The data. */ String DATA = "data"; /** The datetime. */ String DATETIME = "datetime"; /** The declare. */ String DECLARE = "declare"; /** The dir. */ String DIR = "dir"; /** The disable. */ String DISABLE = "disabled"; /** The draggable. */ String DRAGGABLE = "draggable"; /** The defaultvalue. */ String DEFAULTVALUE = "defaultValue"; /** The enctype. */ String ENCTYPE = "enctype"; /** The event. */ String EVENT = "event"; /** The face. */ String FACE = "face"; String FILL = "fill"; /** The for. */ String FOR = "For"; /** The form. */ String FORM = "form"; /** The formaction. */ String FORMACTION = "formaction"; /** The formenctype. */ String FORMENCTYPE = "formenctype"; /** The formmethod. */ String FORMMETHOD = "formmethod"; /** The formnovalidate. */ String FORMNOVALIDATE = "formnovalidate"; /** The formtarget. */ String FORMTARGET = "formtarget"; /** The frame. */ String FRAME = "frame"; /** The frameborder. */ String FRAMEBORDER = "frameBorder"; /** The font-size. */ String FONTSIZE = "font-size"; /** The font-family. */ String FONTFAMILY = "font-family"; /** The height. */ String HEIGHT = "height"; /** The hspace. */ String HSPACE = "hspace"; /** The href. */ String HREF = "href"; /** The hreflang. */ String HREFLANG = "hreflang"; /** The htmlfor. */ String HTMLFOR = "htmlFor"; /** The headers. */ String HEADERS = "headers"; /** The hidden. */ String HIDDEN = "hidden"; /** The id. */ String ID = "id"; /** The ismap. */ String ISMAP = "isMap"; /** The itemscope. */ String ITEMSCOPE = "itemscope"; /** The itemtype. */ String ITEMTYPE = "itemtype"; /** The itemid. */ String ITEMID = "itemid"; /** The itemref. */ String ITEMREF = "itemref"; /** The itemprop. */ String ITEMPROP = "itemprop"; /** The y. */ String Y = "y"; /** The y1. */ String Y1 = "y1"; /** The y2. */ String Y2 = "y2"; /** The link. */ String LINK = "link"; /** The label. */ String LABEL = "label"; /** The longdesc. */ String LONGDESC = "longdesc"; /** The lang. */ String LANG = "lang"; /** The leftmargin. */ String LEFTMARGIN = "leftmargin"; /** The loop. */ String LOOP = "loop"; /** The low. */ String LOW = "low"; /** The keytype. */ String KEYTYPE = "keytype"; /** The max. */ String MAX = "max"; /** The media. */ String MEDIA = "media"; /** The multiple. */ String MULTIPLE = "multiple"; /** The marginheight. */ String MARGINHEIGHT = "marginHeight"; /** The marginwidth. */ String MARGINWIDTH = "marginWidth"; /** The method. */ String METHOD = "method"; /** The maxlength. */ String MAXLENGTH = "maxlength"; /** The min. */ String MIN = "min"; /** The muted. */ String MUTED = "muted"; /** The noshade. */ String NOSHADE = "noshade"; /** The nowrap. */ String NOWRAP = "nowrap"; /** The novalidate. */ String NOVALIDATE = "novalidate"; /** The name. */ String NAME = "name"; /** The onload. */ String ONLOAD = "onload"; /** The object. */ String OBJECT = "object"; /** The open. */ String OPEN = "open"; /** The optinum. */ String OPTINUM = "optinum"; /** The pattern. */ String PATTERN = "pattern"; /** The points. */ String POINTS = "points"; /** The poster. */ String POSTER = "poster"; /** The preload. */ String PRELOAD = "preload"; /** The placeholder. */ String PLACEHOLDER = "placeholder"; /** The profile. */ String PROFILE = "profile"; /** The r. */ String R = "r"; /** The ry. */ String RY = "ry"; /** The rx. */ String RX = "rx"; /** The rows. */ String ROWS = "rows"; /** The rel. */ String REL = "rel"; /** The reserved. */ String RESERVED = "reversed"; /** The rev. */ String REV = "rev"; /** The rules. */ String RULES = "rules"; /** The rowspan. */ String ROWSPAN = "rowspan"; /** The rightmargin. */ String RIGHTMARGIN = "rightmargin"; /** The required. */ String REQUIRED = "required"; /** The size. */ String SIZE = "size"; /** The sizes. */ String SIZES = "sizes"; /** The standby. */ String STANDBY = "standby"; /** The start. */ String START = "start"; /** The step. */ String STEP = "step"; /** The stroke. */ String STROKE = "stroke"; /** The scrolling. */ String SCROLLING = "scrolling"; /** The src. */ String SRC = "src"; /** The selected. */ String SELECTED = "selected"; /** The summary. */ String SUMMARY = "summary"; /** The scope. */ String SCOPE = "scope"; /** The scoped. */ String SCOPED = "scoped"; /** The style. */ String STYLE = "style"; /** The spellcheck. */ String SPELLCHECK = "spellcheck"; /** The tabindex. */ String TABINDEX = "tabindex"; /** The target. */ String TARGET = "target"; /** The text. */ String TEXT = "text"; /** The type. */ String TYPE = "type"; /** The title. */ String TITLE = "title"; /** The topmargin. */ String TOPMARGIN = "topmargin"; /** The textanchor. */ String TEXTANCHOR = "text-anchor"; /** The textalign. */ String TEXTALIGN = "text-align"; /** The trasform. */ String TRANSFORM = "transform"; /** The usemap. */ String USEMAP = "useMap"; /** The version. */ String VERSION = "version"; /** The value. */ String VALUE = "value"; /** The vlink. */ String VLINK = "vlink"; /** The vspace. */ String VSPACE = "vspace"; /** The valign. */ String VALIGN = "valign"; /** The width. */ String WIDTH = "width"; /** The wrap. */ String WRAP = "wrap"; /** The x. */ String X = "x"; /** The x1. */ String X1 = "x1"; /** The x2. */ String X2 = "x2"; /** The xlink:href. */ String XLINK_HREF = "xlink:href"; }