Re: [csswg-drafts] [resize-observer] Make all returned properties have the word box in them (#3549)

To be very clear it would be:

```
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/3549#issuecomment-471806006 using your GitHub account

Received on Tuesday, 12 March 2019 01:13:04 UTC