[Webkit-unassigned] [Bug 76392] New: WK fails to reduce spaces in text IDL values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 10:03:32 PST 2012


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

           Summary: WK fails to reduce spaces in text IDL values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: felipe at felipegasper.com


var d = document.createElement("div"); d.innerHTML = "<select><option>foo  bar</option><select>"; d.firstChild.firstChild.value

The above should, per the spec, give "foo bar", which every other major browser gives; WK, however, gives "foo  bar".

cf. http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#dom-option-text

-- 
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