Re: [whatwg/dom] Spec for DOMTokenList stringifier disagrees with every single implementation (#105)

> https://github.com/whatwg/dom/issues/201#issue-145004189

I commented there.

> https://github.com/whatwg/dom/issues/91#issue-111958217

In Safari Technology Prevoew I get the same values as in Firefox which agree with values from comments.

> https://github.com/whatwg/dom/issues/81#issuecomment-148913547

Here I get this in Safari Technology Preview:
```
link.sizes: 32x32
sizes_attr.value: 32x32

link.sizes: 32x32 48x48
sizes_attr.value: 32x32 48x48

link.sizes: 48x48
sizes_attr.value: 48x48
```

> https://github.com/whatwg/dom/issues/81#issuecomment-149927265

This test doesn't work in Safari Technology Preview, `el[el_attr]` is not a DOMTokenList there for `ping` or `sandbox`

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/105#issuecomment-206325515

Received on Wednesday, 6 April 2016 11:35:01 UTC