Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
HTML and CSS
Properties
 rev Property
REV Attribute | rev Property

Sets or retrieves the relationship between the object and the destination of the link.

Syntax

HTML<ELEMENT REV = sRelation... >
Scripting[ sRelation = ] object.rev

Possible Values

sRelationString that specifies or receives one or more of the following space-delimited values, in any order:
Alternate
Substitute version of the file that contains the link.
Appendix
Page that is an appendix for the set of pages.
Bookmark
Bookmark.
Chapter
Page that is a chapter for a set of pages.
Contents
Table of contents document.
Copyright
Copyright notice for the current page.
Glossary
Glossary for the current page.
Help
Help document.
Index
Index document for the current page.
Next
Next document in a sequence.
Prev
Previous document in a sequence.
Section
Page that is a section for a set of pages.
Start
First document of a set.
Stylesheet
Style sheet.
Subsection
Page that is a subsection for a set of pages.

The property is read/write. The property has no default value.

DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are not supported in IE8 mode. For more information, see About Dynamic Properties.

Remarks

The rev property is similar to the rel property, but the semantics of these two properties' link types are in the reverse direction. For example, a link from A to B with REL="X" expresses the same relationship as a link from B to A with REV="X". An anchor can have both rel and rev properties.

Standards Information

This property is defined in HTML 3.2 World Wide Web link and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 World Wide Web link.

Applies To

A, LINK, HTMLAnchorElement Constructor, HTMLLinkElement Constructor
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker