- From: <ve3ll@cogeco.ca>
- Date: Fri, 16 May 2008 08:15:43 -0400
- To: www-amaya@w3.org
Small bug in textarea element rendering where strings that include tags do not display the tags themselves ..... Short demo file follows --------------- ----------------------------------- <?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>Textarea:VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> </head><body><h1>Textarea:VE3LL@RAC.CA</h1> <p>These are two examples of tags nested inside blocks. Most browsers interpret inside pre element but not inside textarea. Amaya for some reason does not even show the nested tag inside a textarea. The uninterpreted tag should be displayed as is !! Compare with other browsers to see desired result.</p> <pre>This is <u>underlined</u> word!</pre> <p> </p> <textarea id="x" cols="40" rows="3"> This is <u>underlined</u> word! </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, 16 May 2008 12:16:18 UTC