[Webkit-unassigned] [Bug 28864] New: Setting document.title reuses <title>'s textnode child

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 19:53:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28864

           Summary: Setting document.title reuses <title>'s textnode child
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


STEPS TO REPRODUCE:
1)  Load attached testcase
2)  See which alert comes up

EXPECTED RESULTS:
"textnode is not being reused"

ACTUAL RESULTS:
"Reusing textnode on title set"

The relevant spec draft text is at
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document.title
step 4 of the "On setting" algorithm.

Opera and Gecko both follow the HTML5 draft here.

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



More information about the webkit-unassigned mailing list