Inserted Text
 
Support Key: [2|3|3.2|4] [X1|X1.1] [IE4|M|N6B1|O4]
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson =
Main Index | Element Tree | Element Index | HTML Support History



   Quick Statistics   
End Tag:
   Required
Standards Details:
HTML: In all 4.x DTDs
XHTML: In all 1.0 and 1.1 DTDs
XHTML Modules:
Edit
CSS 'display' Type:
"inline"
CSS Mapping:
text-decoration: underline
Default Rendering:
Underlined content
Official Docs:
HTML 4.x, XHTML 1.1
What is it?
The INS element is one of two elements used (the other being DEL) to allow revision control in HTML documents. The INS element is nestable and can be used in conjunction with the DEL element to indicate content and/or markup which has been inserted after the document's initial creation. A date stamp is used to mark when the change was made and no destructive changes are ever made to the document. This is useful in areas such as the legal profession where historical change information is important.

HTML documents containing revision annotations will contain all content and markup ever applied to the document. Browsers that can interpret the DEL and INS elements could possibly display the "current" state of the document or display all content with common visual cues for inserted or deleted text. More advanced revision systems could allow for chronological snapshots of a document at any point in its history.

Common Attributes
%Core%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N6B1|O4]
%Accessibility%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N6.0|O5]
%Events%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N6.1|O4]
%Language%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N|O]
%Editing%
[2|3|3.2|4] [X1|X1.1] [IE5.5|M|N|O]

Specific Attributes
Cite
[2|3|3.2|4] [X1|X1.1] [IE|M|N6.1|O]
Standards Details: In all HTML 4.x/XHTML DTDs
Required? No
Description:
Indicates the URL citing the reason for the change in the document.
Values: CDATA. [Either an absolute or relative URL. All URLs should be URL encoded where required.]
Datetime
[2|3|3.2|4] [X1|X1.1] [IE|M|N6.1|O]
Standards Details: In all HTML 4.x/XHTML DTDs
Required? No
Description:
Indicates the date and time when the contents were deleted. For more information on this format, see the ISO8601 document.
Values:
CDATA. ISO Date format:
YYYY-MM-DDThh:mm:ssTZD where:
   YYYY = Four-digit year
   MM   = Two digit month (01-12)
   DD    = Two digit day of month (01-31)
   hh     = Two digit hour (00-23, no AM/PM designation is used)
   mm   = Two digit minutes (00-59)
   ss     = Two digit seconds (00-59)
   TZD  = Time zone designator
Markup example and Tests
<ins cite="#jan25-2001" datetime="2001-01-25T18:00:00PST">Inserted text</ins>
Parent Model
<body>
Content Model
%In-line Content% | %Block Content%
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...