- From: <ve3ll@cogeco.ca>
- Date: Fri, 17 Oct 2008 18:57:21 -0400
- To: www-amaya@w3.org
i think there is a bug in how Amaya renders textarea cols= attribute the width appears to be much too large for the em space of the current (default) font. i am using snapshot 5 in Windows XP I am submitting a short demo. Hope others will check and verify that this is a bug. // <?xml version="1.1" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><title>cssTextArea:VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> </head><body><h1>cssTextArea:VE3LL@RAC.CA</h1> <p>Note how textarea width exceeds the 60 characters specified. I think the calculation is not using the correct em size. </p> <textarea cols="60" rows="2" readonly="readonly"> 123456789012345678901234567890123456789012345678901234567890 </textarea></body></html>-- -- John Russell, VE3LL@COGECO.CA http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Friday, 17 October 2008 22:57:57 UTC