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

DOM: Attributes #7

Open
4 tasks done
apfelbox opened this issue Jun 28, 2017 · 3 comments
Open
4 tasks done

DOM: Attributes #7

apfelbox opened this issue Jun 28, 2017 · 3 comments

Comments

@apfelbox
Copy link
Contributor

apfelbox commented Jun 28, 2017

  • setAttribute()
  • setAttributes()
  • getAttribute()
  • getAttributes()
@apfelbox apfelbox self-assigned this Jun 28, 2017
@apfelbox
Copy link
Contributor Author

apfelbox commented Jul 5, 2017

setAttribute() won't be implemented, as it already is supported setAttr(el, "test", "abc") => setAttrs(el, {test: abc})

@apfelbox
Copy link
Contributor Author

apfelbox commented Jul 5, 2017

getAttributes() won't be implemented, as all elements can be fetched independently (the performance benefit of batch loading should not be too big).

@apfelbox
Copy link
Contributor Author

apfelbox commented Jul 5, 2017

setAttributes() implemented as setAttrs()
getAttribute() implemented as getAttr()

in b297b2c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant