This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8877 - Link text that ends with x200b not underscored
Summary: Link text that ends with x200b not underscored
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: (X)HTML (show other bugs)
Version: 11.3
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: lcarcone
QA Contact: lcarcone
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-04 13:02 UTC by Juan Lanus
Modified: 2015-06-20 16:35 UTC (History)
5 users (show)

See Also:


Attachments
The test case mentioned in the description (683 bytes, text/html)
2010-02-04 13:02 UTC, Juan Lanus
Details

Description Juan Lanus 2010-02-04 13:02:33 UTC
Created attachment 821 [details]
The test case mentioned in the description

Below there is a test case. 
The page displays a link, not underscored in my PC. 
By deleting the last character (set the insertion point at the end of the link and hit backspace) the undersore appears. 

This happens in Amaya 11.3 (Dec 2 2009) under Windows XP. 


<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <title>New</title>
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>

<body>
<a
href="http://www-01.ibm.com/support/docview.wss?rs=64&amp;context=SSEPEK&amp;dc=DA400&amp;q1=%2bpresentation&amp;q2=migration&amp;uid=swg27012274&amp;loc=en_US&amp;cs=utf-8&amp;cc=us&amp;lang=all">Migration
to DB2 9 for z/OS&#x200b;</a>
</body>
</html>
Comment 1 Jackie 2015-06-20 16:34:29 UTC
Please make my changes
Comment 2 Jackie 2015-06-20 16:35:19 UTC
Please make my changes