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

Join tokens when stringifying DOMTokenList #6555

Merged
merged 4 commits into from Jul 7, 2015

Commits on Jul 7, 2015

  1. Join tokens when stringifying DOMTokenList

    Previous, it would return the original String straight from the
    AttrValue, which might contain extraaneous whitespace. The spec
    specifies to just join the tokens together with \x20
    
    https://dom.spec.whatwg.org/#stringification-behavior
    frewsxcv committed Jul 7, 2015
  2. Create and utilize utility for joining strs

    frewsxcv committed Jul 7, 2015
You can’t perform that action at this time.