- From: <ve3ll@cogeco.ca>
- Date: Mon, 09 Jul 2007 15:59:49 -0400
- To: www-amaya@w3.org
here is a small demo where tab chars are inside a pre element. They should act like tabs and not like a series of space chars but Amaya is doing the latter....... <?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 default to 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 Monday, 9 July 2007 19:59:57 UTC