[csswg-drafts] Suggestion: Ability to have a relative position without creating a gap in the text. (#4972)

HT-7 has just created a new issue for https://github.com/w3c/csswg-drafts:

== Suggestion: Ability to have a relative position without creating a gap in the text. ==
Usually, `position:relative` makes the element create a gap.

I suggest the option to be able to relatively position something without creating a gap.

Suggestion for parameter name: `position: relative-nogap` or `position:relative-gapless`.

For older browsers, a fallback could be used, like `position: relative-gapless,relative`.

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

Received on Sunday, 19 April 2020 21:55:36 UTC