[css-houdini-drafts] [css-typed-om-1] Behavior of indexed setter on CSSUnparsedValue is not defined.

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

== [css-typed-om-1] Behavior of indexed setter on CSSUnparsedValue is not defined. ==
Per https://heycam.github.io/webidl/#idl-indexed-properties 

>  If the operation used to declare the indexed property setter did not have an identifier, then the interface definition must be accompanied by a description of how to set the value of an existing indexed property and how to set the value of a new indexed property for a given property index and value.

but there's nothing like this in the Typed OM draft.

The getter behavior is not really defined either (because there is no decription for how to "determine the value of an indexed property"), but it can at least be guessed at.

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

Received on Thursday, 15 February 2018 19:43:29 UTC