Skip to content

[css-display] Consider renaming box-suppress property to box-generation #343

Open
@NickGard

Description

@NickGard

I suggest renaming box-suppress (defined here) to something with a positive context rather than a negative one. The issue is that box-suppress: discard; may be confusing because of the inherent double-negative. An author may think that box-suppress: discard; means the previous box-suppress value is discarded.

I suggest

Name: box-suppress
Value: show | discard | hide
Initial: show

be renamed to

Name: box-generation
Value: initial | none | no-layout
Initial: initial

where the values map from show to initial, discard to none, and hide to no-layout.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions