[Bug 22043] attribute "name" deprecation in div and other elements, but dataset API is not providing dataset searching/traversal functions

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22043

DaLiV@apollo.lv changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TrackerRequest
             Status|RESOLVED                    |VERIFIED
            Summary|attribute "name"            |attribute "name"
                   |deprecation in div and      |deprecation in div and
                   |other elements              |other elements, but dataset
                   |                            |API is not providing
                   |                            |dataset searching/traversal
                   |                            |functions

--- Comment #2 from DaLiV@apollo.lv ---
already was looked into the data-* attributes and the dataset API - no search
ways provided and even mentioned.
- described previously by globalization of "name" attribute not liked to
"EDITOR" = ok
- as function "namedItem" is closely related to "name" so that MUST BE also
DEPRECATED and instead of that provided one universal dataset API (currently
not implemented at all) = "DEPRECATION must be also enforced" based on previous
point
- mentioned "best approach" of writing functions in any scripted language for
each web page also is not "best approach". 

functions for dataset searching/traversal must be standartized and implemented
prior to deprecation of existing functionality.

so additional SUGGESTION: implement into dataset API universal search/traverse
functions of data-*

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 June 2013 12:58:28 UTC