Re: [csswg-drafts] [resize-observer] ResizeObserver should support fragments (#3673)

To summarize the above - the decision was to go with Option 1 which is:

```
{
/* ... rest of object ... */
contentBox: [
        {
           inlineSize: <double>,
           blockSize: <double>
        },
        {
           inlineSize: <double>,
           blockSize: <double>
        }
]
}
```

In addition it was to recommended to add a visual example of a fragmented example and how to combine the fragments to be something useful (I'll open a new issue for this).

-- 
GitHub Notification of comment by gregwhitworth
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3673#issuecomment-467573912 using your GitHub account

Received on Tuesday, 26 February 2019 19:17:08 UTC