18. XHTML Edit Attributes Module

Contents

This section is normative.

This module defines the Edit attribute collection.

18.1. Edit Collection

edit = "inserted|deleted|changed|moved"
This attribute allows elements to carry information indicating how content has changed. Possible values:

Example

<p>I will do it
next <span edit="deleted">week</span><span edit="inserted">month</span>.</p>
datetime = Datetime
The value of this attribute specifies the date and time when a change was made.

Example

datetime="2003-01-13T13:15:30Z"

Implementations: RELAX NG, XML Schema