[css-houdini-drafts] [css-layout-api] Example 12 typo? (#842)

heycam has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-layout-api] Example 12 typo? ==
https://drafts.css-houdini.org/css-layout-api/#examples

The `--ident` example has:

```js
            // Check if we have gone over the block fragmentation limit.
            if (constraints.blockFragmentationType != 'none' &&
                blockOffset > constraints.blockSize) {
                break;
            }
```

Should `constraints.blockSize` be `constraints.availableBlockSize`?

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/842 using your GitHub account

Received on Monday, 26 November 2018 06:54:04 UTC