[csswg-drafts] [css-content-3] two leaders around center aligned content (#4548)

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

== [css-content-3] two leaders around center aligned content ==
https://www.w3.org/TR/css-content-3/#leaders

In issue 9, it is asked if leaders depends of assumption that next content is right-aligned. We could also ask if it is possible to use center-aligned content between two leaders, by example:

h3::before, h3::after {
  content: leader('.');
}

<h3>MyTitle</h3>

and we will obtain a full line rendered as (with same length of left and right leaders):

...................MyTitle...................

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

Received on Friday, 29 November 2019 14:07:16 UTC