Re: [csswg-drafts] [resize-observer] Which box information should we pass to the callback (#3329)

To summarize the above - is to go with Option B with the removal of scrollBox - and taking into account fragments of course - so the shape will now look like this:

```
entry = {
        target: <Element>,
        contentRect: {/* v1 for back compat */},
        contentBox: null,
        borderBox: [{
            inline: 400,
            block: 400
        }]
    }
```

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

Received on Tuesday, 26 February 2019 19:55:58 UTC