[Webkit-unassigned] [Bug 123890] New: data-x-2="" not represented in dataset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 05:37:26 PST 2013


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

           Summary: data-x-2="" not represented in dataset
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zcorpan at gmail.com


Test case: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2622

<!doctype html>
<script data-x-2=x>document.write(document.querySelector("script").dataset.length == 1 ? 'PASS' : 'FAIL')</script> 

Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-dataset

Note that the spec says ASCII *letter*, so step 3 is no-op for this case.

Similar issue in Blink: https://code.google.com/p/chromium/issues/detail?id=171175

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