source: trunk/doc/historical/specifications/webclient/browsers.html

Last change on this file was 190, checked in by Jari Häkkinen, 19 years ago

Fixed broken links. Added property Date. Fixed autodate of $.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 2.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3<!-- $Id: browsers.html 190 2005-03-17 15:06:01Z jari $ -->
4
5<html>
6  <head>
7    <title>BASE 2.0 - Web client specification: Browsers and scripting</title>
8  <link rel=stylesheet type="text/css" href="../../styles.css">
9  </head>
10<body>
11
12<div class="navigation">
13  <a href="../../index.html">BASE 2.0</a>
14  <img src="../../next.gif">
15  <a href="index.html">Web client specification</a>
16  <img src="../../next.gif">
17  Browsers and scripting
18</div>
19
20  <h1>BASE 2.0 - Web client specification:<br>
21    Browsers and scripting</h1>
22
23  <div class="abstract">
24    <p>
25    This document covers what web browers should be supported/tested and
26    generic rules for JavaScript scripting and Java applets.
27    </p>
28
29    <b>Contents</b><br>
30    <ol>
31    <li><a href="#browsers">Supported web browsers</a>
32    <li><a href="#testing">Tested web browsers</a>
33    <li><a href="#scripting">Scripting</a>
34
35    </ol>
36
37    <p class="authors">
38    <b>Last updated:</b> $Date: 2005-03-17 15:06:01 +0000 (Thu, 17 Mar 2005) $
39    </p>
40  </div>
41
42  <a name="browsers">
43  <h2>1. Supported web browsers</h2>
44  </a>
45
46  <ol>
47  <li>Most modern web browsers should be supported by the web client.
48
49  <li>A modern web browser is a web browser with "reasonable" support
50    for JavaScript, Cascading Style Sheets and W3C Document Object
51    Model.
52
53  <li>The meaning of "reasonable" is at the moment undefined. A starting
54    point is the list of tested browsers below.
55
56
57  </ol>
58
59  <a name="testing">
60  <h2>2. Tested web browsers</h2>
61  </a>
62
63  <p>
64  The following web browsers should be tested:
65  </p>
66  <ol>
67  <li>Mozilla 1.6 for Linux
68  <li>Netscape 7.0 for Linux
69  <li>Internet Explorer 6 for Windows
70  </ol>
71
72  <a name="scripting">
73  <h2>3. Scripting</h2>
74  </a>
75
76  <ol>
77  <li>If possible, scripts should not be browser-specific, ie. the same script should
78    work in all browsers. Only if nothing else works, it is allowed to test for
79    a special web browser and use code designed for that browser.
80    The reason for this is that it is harder to maintain the code if there
81    are lots of browser-specific scripts.
82  </ol>
83
84
85
86</body>
87</html>
Note: See TracBrowser for help on using the repository browser.