Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] Unclear spec on Element.dataset #16398

Open
DartBot opened this issue Jan 29, 2014 · 3 comments
Open

[html] Unclear spec on Element.dataset #16398

DartBot opened this issue Jan 29, 2014 · 3 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation web-libraries Issues impacting dart:html, etc., libraries

Comments

@DartBot
Copy link

DartBot commented Jan 29, 2014

This issue was originally filed by Ilya.Va...@gmail.com


API says

"The keys for the map must follow these rules:

The name must not begin with 'xml'.
The name cannot contain a semi-colon (';').
The name cannot contain any capital letters."

What happens if attribute starts with xml, etc?

  var x = new Element.html('<p data-xml="0"></p>',
      treeSanitizer: new NullTreeSanitizer());

x.dataset map is non empty.

@lrhn
Copy link
Member

lrhn commented Jan 29, 2014

Added Area-HTML, Triaged labels.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

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

@alan-knight
Copy link
Contributor

Removed Type-Defect, Priority-Unassigned labels.
Added Type-Documentation, Priority-Medium labels.

@DartBot DartBot added type-documentation A request to add or improve documentation Priority-Medium area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 16, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on and removed triaged labels Mar 1, 2016
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
@sigmundch sigmundch added the web-libraries Issues impacting dart:html, etc., libraries label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

6 participants