1HTMLDocument.Relationship(3kayKaa)ya module refereHnTcMeLDocument.Relationship(3kaya)
2
3
4

NAME

6       HTMLDocument::Relationship - A document relationship
7

SYNOPSIS

9       HTMLDocument::Relationship< >
10
11
12     = Rel(String rel)
13
14
15     | Rev(String rev)
16

DESCRIPTION

18       A  document  relationship may either be 'forward' ( Rel ), which states
19       that the related resource is the rel document of the current  document,
20       or  'reverse'  (  Rev  ), which is equivalent to that resource having a
21       'forward' relationship to this document. If the resource is not a  HTML
22       document, then reverse relationships may be the only way to express the
23       relationship, but in practice forward relationships are far  more  use‐
24       ful.
25
26       There   is  no  official  list  of  link  types,  and  browser  support
27http://webcoder.info/reference/LinkBars.html⟩  varies.   Some   common
28       relationships  such  as  'next'  or  'first'  have  consistent support,
29       though.
30
31       A link type of Rel("shortcut icon") is used to reference a 'favicon'.
32

AUTHORS

34       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
35       (kaya@kayalang.org). For further information see http://kayalang.org/
36

LICENSE

38       The  Kaya  standard  library  is free software; you can redistribute it
39       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
40       License  (version  2.1  or  any later version) as published by the Free
41       Software Foundation.
42
44       HTMLDocument.HeadLink (3kaya)
45       HTMLDocument.MetaData (3kaya)
46       HTMLDocument.addDocumentLink (3kaya)
47
48
49
50Kaya                             December 2010HTMLDocument.Relationship(3kaya)
Impressum