Hi, >> When a link is created using Amaya 9.0 pre3 for WinXP, the created <a> >> tag contains the following attributes: >> xml:lang="" lang="" >How do you proceed to obtain that? >We're not able to reproduce this bug. These are the steps: 1. Create a new XHTML 1.0 Strict document 2. Type two paragraphs of text 3. Select the second paragraph using F2. 3. Create a target using Links > Create target 4. Select the first paragraph using the mouse 5. Create a link using Links > Link to previous target The document created is the following one: <?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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>No title</title> <meta name="generator" content="amaya 9.0-pre, see http://www.w3.org/Amaya/" /> </head> <body> <p><a xml:lang="" lang="" href="#Target">Anchor one</a></p> <p id="Target">Target one</p> </body> </html> As you can see, the lang attributes are created in the a tag Best regards, Bartolomé Sintes (http://www.mclibre.org)Received on Monday, 13 December 2004 11:06:21 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:39 GMT