(HEADER)
{
	(DEFAULT)W3C4.0
}
(EXTENSION)FONT
{
	(COMPATIBLE)W3C4.0
	FACE
	{
		(INFO)Typeface used
		(STRING)
	}
	BASEFONT
	{
		(INFO)Basefont size (1-7)
		(INTEGER)
	}
}
(EXTENSION)A
{
	(COMPATIBLE)W3C4.0
	ONCLICK
	{
		(INFO)Javascript activated when the link is clicked
		(JAVASCRIPT)
	}
	ONMOUSEOUT
	{
		(INFO)Javascript activated when the mouse has left the link
		(JAVASCRIPT)
	}
	ONMOUSEOVER
	{
		(INFO)Javascript activated when the mouse enters the link area
		(JAVASCRIPT)
	}
	TARGET
	{
		(INFO)Destination window
		(WINDOW)
		"_BLANK"
		"_PARENT"
		"_SELF"
		"_TOP"
	}
}
(EXTENSION)TABLE
{
	(COMPATIBLE)W3C4.0
	ALIGN
	{
		(INFO)Horizontal alignment of table
		LEFT
		RIGHT
		CENTER
	}
	BGCOLOR
	{
		(INFO)Background color of table
		(COLOR)
	}
	FRAME
	{
		(INFO)Type of table frame
		VOID
		ABOVE
		BELOW
		HSIDES
		LHS
		RHS
		VSIDES
		BOX
		BORDER
	}
	RULES
	{
		(INFO)Table rules
		NONE
		GROUPS
		ROWS
		COLS
		ALL
	}
}
(EXTENSION)TD
{
	(COMPATIBLE)W3C4.0
	WIDTH
	{
		(INFO)Width of cell in pixels
		(INTEGER)
		(PERCENT)
	}
	BGCOLOR
	{
		(INFO)Background color of a cell in the table
		(COLOR)
	}
}
(EXTENSION)TH
{
	(COMPATIBLE)W3C4.0
	WIDTH
	{
		(INFO)Width of cell in pixels
		(INTEGER)
		(PERCENT)
	}
	BGCOLOR
	{
		(INFO)Background color of a cell in the table
		(COLOR)
	}
}
SPAN
{
	(WITHIN)ROOT
	(INFO)Span of content
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
}
Q
{
	(WITHIN)ROOT
	(INFO)Quote
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
	CITE
	{
		(INFO)Link to source
		(LINK)
		(URL)
	}
}
INS
{
	(WITHIN)ROOT
	(INFO)Addition in new version
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
	DATETIME
	{
		(INFO)Time of change
		(STRING)
	}
	CITE
	{
		(INFO)Link to source
		(LINK)
		(URL)
	}
}
DEL
{
	(WITHIN)ROOT
	(INFO)Deletions in new version
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
	DATETIME
	{
		(INFO)Time of change
		(STRING)
	}
	CITE
	{
		(INFO)Link to source
		(LINK)
		(URL)
	}
}
ACRONYM
{
	(WITHIN)ROOT
	(INFO)Acronym
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
}
ABBR
{
	(WITHIN)ROOT
	(INFO)Abbreviation
	(GROUP)TEXTFLOW
	(COMPATIBLE)W3C4.0
}
S
{
	(WITHIN)ROOT
	(INFO)Strikeout text, same as STRIKE
	(GROUP)FORMAT
	(COMPATIBLE)W3C4.0
}
U
{
	(WITHIN)ROOT
	(INFO)Underline
	(GROUP)FORMAT
	(COMPATIBLE)W3C4.0
}
OBJECT
{
	(WITHIN)ROOT
	(OPEN)
	(INFO)Embedded object
	(GROUP)SCRIPT
	(COMPATIBLE)W3C4.0
	CLASSID
	{
		(INFO)URL of object implementation
		(LINK)
		(URL)
	}
	DATA
	{
		(INFO)URL of object data
		(LINK)
		(URL)
	}
	CODEBASE
	{
		(INFO)URL of directory containing class and resource files used by object
		(LINK)
		(URL)
	}
	TYPE
	{
		(INFO)MIME type of object
		(STRING)
	}
	HEIGHT
	{
		(INFO)Height of object window
		(INTEGER)
	}
	WIDTH
	{
		(INFO)Width of object window
		(INTEGER)
	}
	ALIGN
	{
		(INFO)Alignment of object
		LEFT
		RIGHT
		TOP
		BOTTOM
	}
	ID
	{
		(INFO)Name of object, used by Javascript
		(STRING)
	}
}
PARAM
{
	(WITHIN)APPLET
	(OPEN)
	(INFO)Parameter for an applet
	(GROUP)SCRIPT
	(COMPATIBLE)W3C4.0
	NAME
	{
		(INFO)Name of applet parameter
		(STRING)
	}
	VALUE
	{
		(INFO)Value of applet parameter
		(STRING)
	}
}
BUTTON
{
	(WITHIN)FORM
	(INFO)Form button
	(GROUP)FORM
	(COMPATIBLE)W3C4.0
	NAME
	{
		(INFO)Button name
		(STRING)
	}
	TYPE
	{
		(INFO)Type of button
		SUBMIT
		RESET
		BUTTON
	}
	VALUE
	{
		(INFO)Default value
		(STRING)
	}
}
LABEL
{
	(WITHIN)FORM
	(INFO)Form label
	(GROUP)FORM
	(COMPATIBLE)W3C4.0
	FOR
	{
		(INFO)Item labelled
		(STRING)
	}
}
OPTGROUP
{
	(WITHIN)FORM
	(INFO)Option group
	(GROUP)FORM
	(COMPATIBLE)W3C4.0
	LABEL
	{
		(INFO)Label of option group
		(STRING)
	}
}
FIELDSET
{
	(WITHIN)FORM
	(INFO)Group elements
	(GROUP)FORM
	(COMPATIBLE)W3C4.0
}
LEGEND
{
	(WITHIN)FORM
	(INFO)Legend
	(GROUP)FORM
	(COMPATIBLE)W3C4.0
	ALIGN
	{
		(INFO)Aligment of legend
		TOP
		BOTTOM
		LEFT
		RIGHT
	}
}
FRAME
{
	(WITHIN)FRAMESET
	(OPEN)
	(INFO)Window region
	(GROUP)LINK
	(COMPATIBLE)W3C4.0
	BORDERCOLOR
	{
		(INFO)Color of frame border
		(COLOR)
	}
	FRAMEBORDER
	{
		(INFO)Indicates whether or not the frame has visible borders
		YES
		NO
	}
	MARGINHEIGHT
	{
		(INFO)Vertical distance between the frame and its contents
		(INTEGER)
	}
	MARGINWIDTH
	{
		(INFO)Horizontal distance between the frame and its contents
		(INTEGER)
	}
	NAME
	{
		(INFO)Name of the frame (must begin with alphanumeric character)
		(STRING)
	}
	NORESIZE
	{
		(INFO)Frame cannot be resized by the user
	}
	SCROLLING
	{
		(INFO)Specifies wheteher scrollbars are availible on the frame
		YES
		NO
		AUTO
	}
	SRC
	{
		(INFO)URL for document in the frame
		(LINK)
		(URL)
	}
}
IFRAME
{
	(WITHIN)FRAMESET
	(OPEN)
	(INFO)Window region
	(GROUP)LINK
	(COMPATIBLE)W3C4.0
	BORDERCOLOR
	{
		(INFO)Color of frame border
		(COLOR)
	}
	FRAMEBORDER
	{
		(INFO)Indicates whether or not the frame has visible borders
		YES
		NO
	}
	MARGINHEIGHT
	{
		(INFO)Vertical distance between the frame and its contents
		(INTEGER)
	}
	MARGINWIDTH
	{
		(INFO)Horizontal distance between the frame and its contents
		(INTEGER)
	}
	NAME
	{
		(INFO)Name of the frame (must begin with alphanumeric character)
		(STRING)
	}
	NORESIZE
	{
		(INFO)Frame cannot be resized by the user
	}
	SCROLLING
	{
		(INFO)Specifies wheteher scrollbars are availible on the frame
		YES
		NO
		AUTO
	}
	SRC
	{
		(INFO)URL for document in the frame
		(LINK)
		(URL)
	}
}
FRAMESET
{
	(WITHIN)ROOT
	(INFO)Set of frames
	(GROUP)LINK
	(COMPATIBLE)W3C4.0
	COLS
	{
		(INFO)List of column widths (pixels or percentage)
		(STRING)
	}
	ROWS
	{
		(INFO)List of row heights (pixels or percentage)
		(STRING)
	}
	BORDER
	{
		(INFO)Thickness of frame border
		(INTEGER)
	}
	BORDERCOLOR
	{
		(INFO)Color of frame border
		(COLOR)
	}
	FRAMEBORDER
	{
		(INFO)Indicates whether or not the frame has visible borders
		YES
		NO
	}
	ONBLUR
	{
		(INFO)Javascript activated when the window containing the frameset loses focus
		(JAVASCRIPT)
	}
	ONFOCUS
	{
		(INFO)Javascript activated when the window containing the frameset gains focus
		(JAVASCRIPT)
	}
	ONLOAD
	{
		(INFO)Javascript activated when the frameset is loaded
		(JAVASCRIPT)
	}
	ONUNLOAD
	{
		(INFO)Javascript activated when the frameset is unloaded
		(JAVASCRIPT)
	}
}
BDO
{
	(WITHIN)ROOT
	(INFO)Bidirect off
	(GROUP)LINK
	(COMPATIBLE)W3C4.0
	DIR
	{
		(INFO)Reading direction
		RTL
		LTR
	}
}
TBODY
{
	(WITHIN)TABLE
	(OPEN)
	(INFO)Table body
	(GROUP)TABLE
	(COMPATIBLE)W3C4.0
}
TFOOT
{
	(WITHIN)TABLE
	(INFO)Table footer
	(GROUP)TABLE
	(COMPATIBLE)W3C4.0
}
THEAD
{
	(WITHIN)TABLE
	(INFO)Table header
	(GROUP)TABLE
	(COMPATIBLE)W3C4.0
}
COL
{
	(WITHIN)TABLE
	(INFO)Table colums
	(GROUP)TABLE
	(COMPATIBLE)W3C4.0
	SPAN
	{
		(INFO)Columns spanned
		(INTEGER)
	}
	WIDTH
	{
		(INFO)Column width
		(INTEGER)
		(PERCENT)
	}
}
COLGROUP
{
	(WITHIN)TABLE
	(INFO)Group columns
	(GROUP)TABLE
	(COMPATIBLE)W3C4.0
	SPAN
	{
		(INFO)Columns spanned
		(INTEGER)
	}
	WIDTH
	{
		(INFO)Group width
		(INTEGER)
		(PERCENT)
	}
}
