You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/07/04 12:17:26 UTC

[Bug 2446] New: - IE5 requires that the div element is not indented

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2446

*** shadow/2446	Wed Jul  4 03:17:26 2001
--- shadow/2446.tmp.18963	Wed Jul  4 03:17:26 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | IE5 requires that the div element is not indented                          |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2446                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.1.0                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority: Other                     Component: org.apache.xalan.serial |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: sam@citria.com                                               |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ IE5 considers white space around the div element as important.
+ 
+ Currently (with output method="html" and indent="yes") div is
+ indented causing undesired results.
+ 
+ Easily fixed by turning off indent but this isnt ideal while
+ developing.