- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Jan 2019 17:42:45 +0000
- To: public-css-archive@w3.org
My feedback on the call was something like: ```js ro.observe(elem, {box: ['content-box', 'border-box']}); ro.observe(elem2, {box: 'content-box'}); function callback(entry) { // elem2 entry.borderBoxSize === null; // This entry null'd out as not explicitly observed. } ``` -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3329#issuecomment-456897629 using your GitHub account
Received on Wednesday, 23 January 2019 17:42:47 UTC