hassanakbar4 / tractive-test

0 stars 0 forks source link

inconsistent handling of unknown spanx styles #297

Closed hassanakbar4 closed 3 years ago

hassanakbar4 commented 9 years ago

component_Version 2 cli resolution_fixed type_defect | by julian.reschke@gmx.de


for unknown spanx styles, the HTML output defaults to italics (emph), while the text output inserts question marks. However, in txt output, the unknown styles should simply be ignored.


Issue migrated from trac:297 at 2021-10-20 18:20:18 +0500

hassanakbar4 commented 9 years ago

@{"email"=>"julian.reschke@gmx.de", "name"=>nil, "username"=>nil} _uploaded file sample_spanx.xml (2.5 KiB)_

test cases

hassanakbar4 commented 9 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} commented


Why should the default behavior not be to use emph for both html and text? This would seem to be more consistent.

hassanakbar4 commented 8 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 8 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 8 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} commented


Fixed in [2251]:

Fix #297

Change to use the emph character so that the same thing happens in both html an text if an unknown attribute is given to spanx.

hassanakbar4 commented 7 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Fixed in [2314]:

Merged in [2251] from ietf@augustcellars.com: Fix #297 Change to use the emph character so that the same thing happens in both html an text if an unknown attribute is given to spanx.