This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
<Ms2ger> DOMTokenList <Ms2ger> I can't find the part where we say that it should be populated from the attribute value <annevk> open bug iirc <Ms2ger> Ah <annevk> not entirely sure anymore what I thought the right solution for that would be at the time <annevk> it should be pretty clear that setting it would just run the set parser <Ms2ger> So, my main question is this <Ms2ger> rel="test test" <Ms2ger> What is relList.length? <annevk> 1 <annevk> note that this is a change from DOMTokenList's original design (we made that two months back or so) <annevk> we changed it into a set for perf and simplicity <Ms2ger> http://dom.spec.whatwg.org/#concept-set-serializer doesn't seem to be clear about the order <Ms2ger> Also, "running the set serializer for the [...] list"? <annevk> sorry, it's an ordered set <annevk> I guess "add the collected string" should say "append ..."
https://github.com/whatwg/dom/commit/a318480b61924a0d30ab35a35e7e47df6852a2a3 Did we want to fix anything else as part of this bug?
<Ms2ger> I can't find the part where we say that it should be populated from the attribute value
That part sounds like a duplicate of bug 20660.
I think I fixed a bunch of this stuff recently. I'm going to mark this FIXED given the open bug in comment 3 and these commits: https://github.com/whatwg/dom/commit/52bec56bdbff045a9d0381d967b6c468ba19ff87 https://github.com/whatwg/dom/commit/bab1a08be1f823b72ea681f40f7ecb9c43a44400