- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 26 Jul 2016 22:04:46 +0000
- To: public-houdini-archive@w3.org
No, this is the exact reason we have both `get` and `getAll` - `stylePropertyMap` is a MultiMap, which can masquerade as a plain single-valued Map if you interact with it via the Map methods (`get`, etc), but which can expose multiple values per key if you use the specialized MultiMap methods. The text you're quoting explains precisely why we do this. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/267#issuecomment-235420359 using your GitHub account
Received on Tuesday, 26 July 2016 22:04:53 UTC