[Webkit-unassigned] [Bug 12646] REGRESSION: RapidWeaver 's "Hello" HTML page doesn't display any DHTML effects when clicking on it's links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 13:05:35 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=12646





------- Comment #4 from ggaren at apple.com  2007-04-12 13:05 PDT -------
Here's what the DOM looks like for the relevant snippet.

Safari 2.0 DOM:
BODY
|-->H3
    |-->A
        |-->H4
            |-->#text
|-->DIV
    |-->#text

Firefox DOM:
BODY
|-->H3
    |-->A
        |-->H4
            |-->#text
|-->DIV
    |-->#text

IE 6 DOM:
BODY
|-->H3
    |-->A
        |-->H4
            |-->#text
|-->DIV
    |-->#text

TOT DOM:
BODY
|-->H3
    |-->A
|-->A
    |-->H4
        |-->#text
|-->DIV
    |-->#text


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list