Re: [css-houdini-drafts] [css-typed-om] StylePropertMap.set for non-list properties

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