View Single Post
Old 07-18-2017, 10:37 AM   #9
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,842
Karma: 6120478
Join Date: Nov 2009
Device: many
BTW:

I have been playing around with BookView in Sigil-0.9.8 on a Mac with the following test case and I simply can not get the style in the body tag to disappear or the underlying text to get it added:

Here is my testcase:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body style="text-decoration:underline;">
<p>My text 1.<br/></p>
<p>This is a line of text</p>
<p>My text 2.</p>
</body>
</html>
I added lines in the body (such as "This is a line of text"), I added returns, I cut and pasted lines, I swapped the order of the lines.

Everytime when I go back to CodeView I see the style in the body tag is still there and none of the p tags have added anything.

So exactly what sequence of events are you using to see a valid style in the body tag disappear?

Last edited by KevinH; 07-18-2017 at 12:24 PM.
KevinH is offline   Reply With Quote