- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Oct 2018 19:10:36 +0000
- To: public-houdini-archive@w3.org
> Perhaps append should behave as set whenever you are trying to append something that's incompatible with the current value. This is a good point. I'll think on this, but it sounds promising. > Sidenote: the `<length>+ | <url>+`-case means that we have to reify the current value to check whether the append is allowed. (We may be attempting to append a list of urls to an existing list of lengths, or vice-versa). Well, not *reify*, right? That's the process of turning the value into a JS object. This can be checked purely with the internal values, right? -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/823#issuecomment-428695597 using your GitHub account
Received on Wednesday, 10 October 2018 19:10:38 UTC