Inserted Text
 
End Tag: Required
Support Key: 2 | 3 | 3.2 | 4 | IE4 | M | N | O
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


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 | IE4 | M | N | O
%Events%
2 | 3 | 3.2 | 4 | IE4 | M | N | O
%Language%
2 | 3 | 3.2 | 4 | IE4 | M | N | O

Specific Attributes
Cite
2 | 3 | 3.2 | 4 | IE | M | N | O
Required? No
Description:
Indicates the URL citing the reason for the change in the document.
Values:
Either relative or absolute URLs
Datetime
2 | 3 | 3.2 | 4 | IE | M | N | O
Required? No
Description:
Indicates the date and time when the contents were deleted. For more information on this format, see the ISO8601 document.
Values:
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
Example
<ins>Inserted text</ins>
Parent Model
<body>
Content Model
%In-line Content% | %Block Content%
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...