[css-houdini-drafts] [css-typed-om] CSSUnparsedValue constructor behaviour if arguments are not alternating

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] CSSUnparsedValue constructor behaviour if arguments are not alternating ==
In the [wording for the tokens internal slot](https://drafts.css-houdini.org/css-typed-om-1/#dom-cssunparsedvalue-tokens-slot) of CSSUnparsedValue, it says that `tokens` is "a list of alternating DOMString and CSSVariableReferenceValue objects". What happens if a [CSSUnparsedValue was created](https://drafts.css-houdini.org/css-typed-om-1/#dom-cssunparsedvalue-cssunparsedvalue) with non-alternating tokens? e.g.

```javascript
new CSSUnparsedValue('foo', 'bar');
```

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/495 using your GitHub account

Received on Monday, 23 October 2017 00:29:12 UTC