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

Use DOMTokenList exclusively #358

Closed
annevk opened this issue Nov 25, 2015 · 0 comments
Closed

Use DOMTokenList exclusively #358

annevk opened this issue Nov 25, 2015 · 0 comments
Labels
needs implementer interest Moving the issue forward requires implementers to express interest normative change

Comments

@annevk
Copy link
Member

annevk commented Nov 25, 2015

If whatwg/dom#119 gets fixed we'll need to update HTML to no longer use DOMSettableTokenList and existing usage of DOMTokenList needs to get appropriate [PutForward] annotations.

@annevk annevk added normative change needs implementer interest Moving the issue forward requires implementers to express interest labels Nov 25, 2015
zcorpan added a commit that referenced this issue Nov 26, 2015
In whatwg/dom#120 the DOM spec merged DOMSettableTokenList into
DOMTokenList. Switch to DOMTokenList with [PutForwards=value]
for all instances that used DOMTokenList or DOMSettableTokenList.

Simplify the reflecting attributes prose involving DOMTokenList.
@annevk annevk closed this as completed in 98183f9 Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs implementer interest Moving the issue forward requires implementers to express interest normative change
Development

No branches or pull requests

1 participant