style for imported lists

From: Alan G Isaac <aisaac_at_american.edu>
Date: Fri Jul 02 2004 - 18:28:25 CEST

Below is a complete xhtml document.
Copy it to a file, then import it or insert it.
You will see AbiWord behave badly in two ways.
i. It ignores the style information.
ii. Even given (i), it chooses a bad default labeling for lists.

Thanks for considering this.

Alan Isaac
(using v.2.05)

_____________________________________________________________________

<?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" xml:lang="en-US">
<head>
<title>Test Import</title>
<style type="text/css"><!--
 ol {list-style: decimal}
 ol ol {list-style: lower-alpha}
--></style>
</head>
<body>
<h1>Test Import</h1>
<ol>
<li>
Outer list item.
        <ol>
        <li>
        Inner list item.
        </li>
        <li>
        Inner list item.
        </li>
        </ol>
</li>
<li>
Outer list item.
</li>
</ol>
</body>
</html>

-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Fri Jul 2 19:57:31 2004

This archive was generated by hypermail 2.1.8 : Fri Jul 02 2004 - 19:57:31 CEST