1HTMLDocument.MediaType(3kaya)Kaya module referenceHTMLDocument.MediaType(3kaya)
2
3
4
6 HTMLDocument::MediaType - A display media type
7
9 HTMLDocument::MediaType< >
10
11
12 = MTscreen()
13
14
15 | MTtty()
16
17
18 | MTtv()
19
20
21 | MTprojection()
22
23
24 | MThandheld()
25
26
27 | MTprint()
28
29
30 | MTbraille()
31
32
33 | MTaural()
34
35
36 | MTall()
37
39 A display media type. This is used to select appropriate stylesheets
40 for different browsing situations. MTscreen is the usual type for most
41 CSS-supporting browsers. MTprint can be used to provide an alternative
42 layout for printed documents (perhaps hiding navigation bars, etc).
43 MTall applies the styles to all media.
44
46 Kaya standard library by Edwin Brady, Chris Morris and others
47 (kaya@kayalang.org). For further information see http://kayalang.org/
48
50 The Kaya standard library is free software; you can redistribute it
51 and/or modify it under the terms of the GNU Lesser General Public
52 License (version 2.1 or any later version) as published by the Free
53 Software Foundation.
54
56 HTMLDocument.StyleSheet (3kaya)
57 HTMLDocument.addDocumentStylesheet (3kaya)
58
59
60
61Kaya December 2010 HTMLDocument.MediaType(3kaya)