Skip to content

[css-layout-api] ConstraintSpace needs more data members #200

@atanassov

Description

@atanassov

We're missing information about percent value resolution in the constraint space. Perhaps something like:
interface ConstraintSpace {
attribute double? width;
attribute double? height;
attribute double? widthPercentConstraint;
attribute double? heightPercentConstraint;
. . .
}

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