[Webkit-unassigned] [Bug 127613] New: Web Inspector: In a DataGrid, store value of columnIdentifier as a dataset attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 00:42:19 PST 2014


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

           Summary: Web Inspector: In a DataGrid, store value of
                    columnIdentifier as a dataset attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpino at igalia.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Currently, cell DOM nodes of a DataGrid store the value of a 'columnIdentifier' in the 'class' attribute. This requires later parsing of attribute 'class' to know the value of 'columnIdentifier'. HTML5 provides a proper way to store custom attributes to a DOM node, which is by using the 'dataset' attribute. 

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.dataset

Storing 'columnIdentifier' as a dataset attribute won't require later parsing.

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