|
Revision 117, 2.2 kB
(checked in by misja, 3 years ago)
|
Committed the bulk of the visual editor code.
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 |
<head> |
|---|
| 4 |
<title>Compatiblity Chart</title> |
|---|
| 5 |
<link href="css/screen.css" rel="stylesheet" type="text/css" /> |
|---|
| 6 |
</head> |
|---|
| 7 |
<body> |
|---|
| 8 |
|
|---|
| 9 |
<div class="header"> |
|---|
| 10 |
<h1>Compatiblity Chart</h1> |
|---|
| 11 |
</div> |
|---|
| 12 |
|
|---|
| 13 |
<div class="content"> |
|---|
| 14 |
<h2>Browser support</h2> |
|---|
| 15 |
<div class="section"> |
|---|
| 16 |
<p>TinyMCE uses advanced JavaScript and tries to be as smart as possible when it comes to different browsers, the main focus is on Microsoft Internet Explorer and Mozilla/Firefox. The table was reset to only show the browsers we ourselves can test on. It works with many older versions of Mozilla and Firefox. <strong>Just cause a browser is not listed on this page doesn't mean it does not work, try out the examples on our website.</strong></p> |
|---|
| 17 |
|
|---|
| 18 |
<p>Since MacOS X 10.4 is more or less Linux we are not testing much on Linux any more, use the Sourceforge bug report system to submit bugs on the very latest browsers only.</p> |
|---|
| 19 |
<p> |
|---|
| 20 |
<table border="1" cellspacing="0" cellpadding="4"> |
|---|
| 21 |
<tr> |
|---|
| 22 |
<td> </td> |
|---|
| 23 |
<td>Windows XP</td> |
|---|
| 24 |
<td>MacOS X 10.4</td> |
|---|
| 25 |
</tr> |
|---|
| 26 |
<tr> |
|---|
| 27 |
<td>MSIE 6</td> |
|---|
| 28 |
<td>OK</td> |
|---|
| 29 |
<td> </td> |
|---|
| 30 |
</tr> |
|---|
| 31 |
<tr> |
|---|
| 32 |
<td>MSIE 5.5 SP2</td> |
|---|
| 33 |
<td>OK</td> |
|---|
| 34 |
<td> </td> |
|---|
| 35 |
</tr> |
|---|
| 36 |
<tr> |
|---|
| 37 |
<td>MSIE 5.0</td> |
|---|
| 38 |
<td>OK</td> |
|---|
| 39 |
<td> </td> |
|---|
| 40 |
</tr> |
|---|
| 41 |
<tr> |
|---|
| 42 |
<td>Mozilla 1.7.x</td> |
|---|
| 43 |
<td>OK</td> |
|---|
| 44 |
<td>OK</td> |
|---|
| 45 |
</tr> |
|---|
| 46 |
<tr> |
|---|
| 47 |
<td>Firefox 1.0.x</td> |
|---|
| 48 |
<td>OK</td> |
|---|
| 49 |
<td>OK</td> |
|---|
| 50 |
</tr> |
|---|
| 51 |
<tr> |
|---|
| 52 |
<td>Firefox 1.5b2</td> |
|---|
| 53 |
<td>OK</td> |
|---|
| 54 |
<td>OK</td> |
|---|
| 55 |
</tr> |
|---|
| 56 |
<tr> |
|---|
| 57 |
<td>Safari 2.0 (412)</td> |
|---|
| 58 |
<td> </td> |
|---|
| 59 |
<td>OK(1)</td> |
|---|
| 60 |
</tr> |
|---|
| 61 |
<tr> |
|---|
| 62 |
<td>Opera 9 Preview 1</td> |
|---|
| 63 |
<td>OK(1)</td> |
|---|
| 64 |
<td>OK(1)</td> |
|---|
| 65 |
</tr> |
|---|
| 66 |
</table> |
|---|
| 67 |
</p> |
|---|
| 68 |
<p> |
|---|
| 69 |
<ul> |
|---|
| 70 |
<li>(1) - Partialy working</li> |
|---|
| 71 |
<li>(2) - Buggy browser version</li> |
|---|
| 72 |
</ul> |
|---|
| 73 |
</p> |
|---|
| 74 |
</div> |
|---|
| 75 |
</div> |
|---|
| 76 |
|
|---|
| 77 |
<div class="footer"> |
|---|
| 78 |
<div class="helpindexlink"><a href="index.html">Index</a></div> |
|---|
| 79 |
<div class="copyright">Copyright © 2005 Moxiecode Systems AB</div> |
|---|
| 80 |
<br style="clear: both" /> |
|---|
| 81 |
</div> |
|---|
| 82 |
|
|---|
| 83 |
</body> |
|---|
| 84 |
</html> |
|---|