Link rev attribute
Link rev Attribute
Definition and usage
rev attribute specifies the relationship between the linked document and the current document Relationship.
Syntax
Set rev attribute:
linkObject.rev="relationship"
Return rev Property:
linkObject.rev
Property value:
Value | Description |
---|---|
alternate | An alternative version of the document (such as a printed page, translation, or mirror). |
stylesheet | The external style sheet of the document. |
start | The first document in the collection. |
next | The next document in the collection. |
prev | The previous document in the collection. |
contents | Directory of the document. |
index | The index of the document. |
glossary | A glossary (explanation) of terms used in the document. |
copyright | A document containing copyright information. |
chapter | Chapter of the document. |
section | Section of the document. |
subsection | Subsection of the document. |
appendix | Appendix to the document. |
help | Help document. |
bookmark | Related documents. |
Browser Support
##All major browsers support the rev attribute