- From: François Daoust via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Jun 2015 08:09:07 +0000
- To: public-secondscreen@w3.org
If you need to define "internal properties" on some object in the spec and are wondering how best to phrase that (since it cannot be defined via WebIDL), I personally find the [notational convention used in the EcmaScript spec](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6.2) useful (enclosing names in double square brackets `[[ ]]`). See the [Web Cryptography API](http://www.w3.org/TR/WebCryptoAPI/#cryptokey-interface-internal-slots) that @mwatson2 co-edits for a usage example. That's just FYI: there is no requirement to use that notation and adopting it would probably mean updating other parts of to use it consistently throughout the spec. -- GitHub Notif of comment by tidoust See https://github.com/w3c/presentation-api/issues/102#issuecomment-108238036
Received on Wednesday, 3 June 2015 08:09:11 UTC