Skip to content

[css-layout-api] Example 12 typo? #842

Open
@heycam

Description

@heycam

https://drafts.css-houdini.org/css-layout-api/#examples

The --ident example has:

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

Should constraints.blockSize be constraints.availableBlockSize?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions