Bug 479283 - line-through text-decoration span style is lost while processing HTML document
Summary: line-through text-decoration span style is lost while processing HTML document
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 2.6   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2015-10-07 16:25 EDT by Amr Dawood CLA
Modified: 2015-10-15 12:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amr Dawood CLA 2015-10-07 16:25:08 EDT
While processing an HTML document, the line-through text-decoration span style is completely removed without getting substituted for; it should be replaced by a <del> tag.
Comment 1 Eclipse Genie CLA 2015-10-07 16:49:50 EDT
New Gerrit change created: https://git.eclipse.org/r/57671
Comment 3 Amr Dawood CLA 2015-10-15 12:20:52 EDT
Resolved by keeping the line-through text-decoration span style while processing an HTML document, and substituting it for a DELETED span strategy.