next
Hypertext links in HTML (draft)
NEXT
The NEXT relationship identifies the next document in an
author-defined sequence of documents, such as a linear book.
When REL=NEXT, the target document is next after the current
document. When REV=NEXT, the current document is next after
the target.
If the hypertext link is specified with REL in a LINK element,
an HTML user agent may present an icon in a tool bar.
[引用: 4.4e. Sequence Links -- Hypertext links in HTML (draft) より]
HTML 3.0 Draft
- REL=Next
- The link references the next document to visit in a guided tour.
[引用: LINK -- HTML 3.0 Draft より]
HTML 3.2 Reference Specification
- rel=next
- The link references the next document to visit in a guided tour. It can be used, for example, to preload the next page.
[引用: The LINK element -- HTML 3.2 Reference Specification より]
HTML 4.0 Specification
- Next
- Refers to the next document in an linear sequence of documents.
User agents may choose to preload the "next" document, to reduce
the perceived load time.
HTML 4.01 Specification
- Next
- Refers to the next document in a linear sequence of documents. User agents
may choose to preload the "next" document, to reduce the perceived load
time.
Modularization of XHTML
- Next
- Refers to the next document in a linear sequence of documents. User agents may choose to pre-load the "next" document, to reduce the perceived load time.
[引用: LinkTypes -- Modularization of XHTML より]
XHTML 2.0 Working Draft
- Next
- Refers to the next document in an ordered sequence of documents. User agents may choose to pre-load the "next" document, to reduce the perceived load time.
[引用: LinkTypes -- XHTML 2.0 Working Draft より]