- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Apr 2020 21:32:17 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-ruby] define the height of the content area of ruby containers`, and agreed to the following: * `RESOLVED: height of the content area of ruby container box is calculated the same as inline boxes` <details><summary>The full IRC log of that discussion</summary> <Rossen_> Topic: [css-ruby] define the height of the content area of ruby containers<br> <Rossen_> github: https://github.com/w3c/csswg-drafts/issues/4936<br> <TabAtkins> florian: Around ruby bases and annos, each have base containers and anno containers, and around all of that there's a ruby container. We're talking about that one.<br> <TabAtkins> florian: Its content height isn't defined either<br> <TabAtkins> florian: A bit subtle, e haven't walked about the various boxes yet. But you can put a bakground on the ruby container and see it's height<br> <TabAtkins> florian: In all impls, the answer here is the same as for previous question. They're treated as inlines; background goes behind the base layer and that's it.<br> <TabAtkins> florian: Since we'll see in othe rissues that we don't need that box to grow, I'm inclined to match impls.<br> <fantasai> sgtm<br> <TabAtkins> AmeliaBR: What does that mean?<br> <tantek> There's a lot of questions about & undefined aspects about Ruby layout despite there being multiple implementations, perhaps we need tests to see what existing implementations do and whether they've converged or not? Instead of a priori / aspirationally answering the questions of what "should" happen.<br> <TabAtkins> fantasai: If a background is on <ruby> itself, it'st he same as a background on a <span> around the ruby<br> <TabAtkins> AmeliaBR: Is the anno included?<br> <TabAtkins> fantasai: No<br> <myles> AmeliaBR++<br> <TabAtkins> AmeliaBR: ARe there use-cases for having it cover the anno?<br> <TabAtkins> fantasai: Dunno. Backgrounds on ruby in general doesn't appear existent.<br> <TabAtkins> fantasai: If you don't care about linebreaking you can get that behavior by setting it to inline-block anyway<br> <faceless2_> Styling the <rt> with <rt style="background-color:inherit"> works to give the annotation the same color<br> <myles> faceless2_: it's not the same, though. the RT and the RB can have different widths<br> <TabAtkins> AmeliaBR: So if you actually want a background that highlights the base and the anno, we're saying that's not possible without giving up fragmentation right now.<br> <TabAtkins> florian: You can put a background on both bases and annos.<br> <fremy> ^ exactly what I was gonna way<br> <TabAtkins> florian: They're contiguous.<br> <TabAtkins> AmeliaBR: They're not the same length, are they?<br> <TabAtkins> florian: They should be, yes. A little underspecified.<br> <TabAtkins> fantasai: Given that the ruby box doesn't really affect layout, I think we should resolve on this; we can reconsider it if anyone asks for it<br> <TabAtkins> Rossen_: Objections?<br> <florian> RESOLVED: height of the content area of ruby container box is calculated the same as inline boxes<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4936#issuecomment-622125781 using your GitHub account
Received on Thursday, 30 April 2020 21:32:19 UTC