- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Dec 2017 22:45:45 +0000
- To: public-houdini-archive@w3.org
Actually, it just silently treats all properties as list-valued, even when they're not. This is still a bug tho - it's inconsistent with how .append() works on single-valued properties (it throws). We should be consistent here and just throw in both situations, so calling .set() on a single-valued property with more than one value should throw a TypeError. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/512#issuecomment-351220400 using your GitHub account
Received on Tuesday, 12 December 2017 22:55:48 UTC