- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Apr 2018 14:43:19 +0000
- To: public-css-archive@w3.org
The Working Group just discussed `Allow background of an inline area to extend to before-and after-edges of the line area`. <details><summary>The full IRC log of that discussion</summary> <dael> Topic: Allow background of an inline area to extend to before-and after-edges of the line area<br> <dael> github: https://github.com/w3c/csswg-drafts/issues/1974<br> <dael> astearns: In this onethere is a PDF of what they'd like. There can be vertical gaps between lines that don't get a background color in CSS. They'd like to spec that hte background should be extended to be contiguous even if there's a gap like this.<br> <dael> TabAtkins: I don't like the magical background<br> <dael> fantasai: Should say it's the box.<br> <dael> TabAtkins: Is this related to linebox size calc proposal?<br> <dael> dbaron: Prob not. One questions is what to do if box is bigger then the line gap.<br> <dael> florian: semi-transparent you don't want transparency to pile up.<br> <leaverou> what about background-clip: line-box? :)<br> <dael> tantek: For borders you can do the cheap and ugly overlapping borders or the likely wanted borders around the whole thing.<br> <dael> astearns: My summary was insuficeient. It's also extending background on both sides to half the gap.<br> <dael> florian: Consistent with increasing height of inline block.<br> <dael> dbaron: What if there's a tall image on one line?<br> <dael> astearns: I asked about what if a float is in the way and they didn't care.<br> <dael> smfr: Feels a little like how when webkit does selection and tries to eliminate selection gaps?<br> <dael> TabAtkins: In float example I suspect that...it wouldn't be contiguous...first line is a little bigger but not touching. That's solved by inlines being the height of the line property.<br> <dael> astearns: How to accomplish this.<br> <dael> florian: inline height: auto and fill<br> <dael> florian: inline property with legacy and filled.<br> <dael> leaverou: line box as psuedo element?<br> <dael> fantasai: Wouldn't solve the problem.<br> <dael> leaverou: Wouldn't line height address it?<br> <dael> TabAtkins: Inline box sizing wrap the content reasonably tight such that line height can produce gaps.<br> <dael> leaverou: If there's a linebox psuedo element wouldn't they be able to set padding?<br> <dael> florian: pseudo element controls too many things.<br> <dael> fantasai: Can we pause this and switch to next issue? It's similar in the opposite axis.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1974#issuecomment-380126514 using your GitHub account
Received on Tuesday, 10 April 2018 14:43:21 UTC