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/05 22:51:17 UTC

[Bug 2446] - 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.6822	Thu Jul  5 13:51:17 2001
***************
*** 2,8 ****
  | 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 |
--- 2,8 ----
  | IE5 requires that the div element is not indented                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 2446                        Product: XalanJ2                 |
! |       Status: ASSIGNED                    Version: 2.1.0                   |
  |   Resolution:                            Platform: All                     |
  |     Severity: Minor                    OS/Version: All                     |
  |     Priority: Other                     Component: org.apache.xalan.serial |
***************
*** 20,23 ****
  indented causing undesired results.
  
  Easily fixed by turning off indent but this isnt ideal while
! developing.
--- 20,29 ----
  indented causing undesired results.
  
  Easily fixed by turning off indent but this isnt ideal while
! developing.
! 
! ------- Additional Comments From sboag@apache.org  2001-07-05 13:51 -------
! In order for me to consider fixing this, I will need a testcase which produces 
! an HTML document that you feel has problems with IE.  Right now the treatment 
! of DIV should be consistent with the HTML 4.0 spec, and so I want to make sure 
! I fully understand the issue before considering a change.