dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.57k forks source link

Optimize Element.dataset to use native dataset if available. #8545

Open blois opened 11 years ago

blois commented 11 years ago

Currently Element.dataset manually filters the attributes, we should use the native dataset when available.

kevmoo commented 10 years ago

Removed Area-HTML label. Added Area-Library, Library-Html labels.

kasperl commented 10 years ago

Removed this from the Later milestone. Added Oldschool-Milestone-Later label.

kasperl commented 10 years ago

Removed Oldschool-Milestone-Later label.

alan-knight commented 9 years ago

Removed Type-Defect label. Added Type-Enhancement label.