- From: <ve3ll@cogeco.ca>
- Date: Fri, 17 Nov 2006 19:25:11 -0500
- To: www-amaya@w3.org
Many thanks for adding tooltips on frame edges in 9.53 Also floated columns no longer lose content !!! However the next code sample illustrates where amaya treats the pre character as a fixed length of characters instead of moving to the next zone. One must watch caracter counts in line !!! <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><title>Tabs in Pre:VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style type="text/css"> pre {background:yellow;color:red} </style></head><body> <h1>Tabs in Pre:VE3LL@RAC.CA</h1> <p>The following code illustrates how Amaya 8.53 mishandles tabs within the PRE element. Tabs are treated as a fixed length rather than moving to the next zone (your call as to width of zones (many do eight character). Check the look against any mainstream browser</p><pre> Tabbed Tabbed Tabbed 1 Tabbed Tabbed Tabbed 12 Tabbed Tabbed Tabbed 123 Tabbed Tabbed Tabbed 1234 Tabbed Tabbed Tabbed 12345 Tabbed Tabbed Tabbed 123456 Tabbed Tabbed Tabbed 1234567 Tabbed Tabbed Tabbed 12345678 Tabbed Tabbed Tabbed </pre></body></html>
Received on Saturday, 18 November 2006 00:25:23 UTC