[csswg-drafts] [css-inline] Initial letter, sizing, and overflow

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

== [css-inline] Initial letter, sizing, and overflow ==
(this is a follow up from #947)

1. How does an initial letter contribute to the min-content intrinsic size?

   Suggestion:
   * The exclusion area's enlargement caused by `initial-letter-wrap: grid` doesn't count
   * We should count from the start edge of the containing block content area to the end border edge of the initial letter. both in the inline and block directions. we could go to the end margin edge, but on the end side it is a mean to separate from the surrounding content, and if there's no content, there's nothing to separate from.

2. If the containing block is not tall / wide enough, does the initial letter cause scrollable overflow?

   My suggestion, linked to the answer to the previous question:
  
   Only to the extend that the (end side) border edge of the initial letter overflows. Overflow of the end side margin or `initial-letter-wrap: grid`-induced exclusion area is not useful to scroll to.


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

Received on Friday, 25 May 2018 04:30:51 UTC