Re: [csswg-drafts] [css-align][css-grid] Baseline self-alignment may affect the intrinsic size contribution of the alignment subject.

The CSS Working Group just discussed `baseline alignment`.

<details><summary>The full IRC log of that discussion</summary>
&lt;fantasai> Topic: baseline alignment<br>
&lt;fantasai> https://github.com/w3c/csswg-drafts/issues/1039<br>
&lt;fantasai> github: https://github.com/w3c/csswg-drafts/issues/1039<br>
&lt;dael> fantasai: This one is an issue where the handling of baseline alignment in terms of how it effects intrinisic track sizing wasn't weel spec. I checked in changes, I'm asking for review at this point.<br>
&lt;fantasai> https://drafts.csswg.org/css-grid/#algo-content with &lt;ins> as green text<br>
&lt;dael> fantasai: I just wanted to announce that. Impl should see if they fix the issue. THe changes are green text in the spec.<br>
&lt;dael> fantasai: Just a request for review. Hopefully resolve next week.<br>
&lt;dael> Chris: We'll leave the agenda+ on this one.<br>
&lt;dael> Chris: We have 10 minutes left. What would people like to do?<br>
&lt;dael> fantasai: There was a sizing issue.<br>
&lt;dael> fantasai: Suggestion we should have a shorthand for both width and height.<br>
&lt;dael> fantasai: Obvious would to use a size property. Problem is we have an @page size descriptor and they behave just like properties.<br>
&lt;dael> Chris: It should be a problem for a descriptor and property to have same name. We have that, right?<br>
&lt;dael> TabAtkins: No.<br>
&lt;Chris> s/should/shouldn't/<br>
&lt;dael> TabAtkins: You have a width and a heigh descriptor on @page rule. You also have a size, but it does not behave like this propsal.<br>
&lt;dael> fantasai: Options are come up with another name or deal with that they have the same name and this might be a little awk in some impl.<br>
&lt;dael> plinss: Size descriptor, does that interact with width and height?<br>
&lt;dael> TabAtkins: Orthogonal<br>
&lt;dael> fantasai: Not really. Page isze is a size in whch you put the box and width and height desc the content box.<br>
&lt;dael> plinss: I'm wondering if we can't redefine the size in the page [missed]<br>
&lt;dael> fantasai: Size defines the margin box and width/height are content box<br>
&lt;dael> TabAtkins: And the part of the grammer exsits in the size descriptor. You can put @page { size: 6in 9in } and it looks exactly like the size shorthand for width and height.<br>
&lt;dael> Chris: So we've talked ourselves to this won't be a conflict.<br>
&lt;dael> TabAtkins: No, the opposite. There will be a conflict.<br>
&lt;dael> Chris: Got it.<br>
&lt;gregwhitworth> How much is @page size descriptor used? Anyone know?<br>
&lt;tantek> good q gregwhitworth<br>
&lt;gregwhitworth> I know whatever we call this shorthand it will be used a ton<br>
&lt;dael> fantasai: I feel like it's probably okay. But it is a q where impl will have different handlings for parsing in size when it's parse in for @page and that could be tricky.<br>
&lt;Chris> in print stylesheets, obvs. for paper selection I imagine<br>
&lt;fantasai> gregwhitworth, it's used a lot in the printing world<br>
&lt;dael> TabAtkins: It's tricky for impl and confusing for authors if they use @page ruel.<br>
&lt;fantasai> gregwhitworth, e.g. by CSS->PDF it's almost always used<br>
&lt;gregwhitworth> good to know fantasai<br>
&lt;dael> Chris: Can we come up with a different name?<br>
&lt;gregwhitworth> dimension?<br>
&lt;dael> TabAtkins: I'm kind for box property. That makes it easy to fold box sizing into the short hand.<br>
&lt;dael> fantasai: I don't think you want a size property that resets box sizing. People set box sizing and just want to leave it. IF you have a shorthand that resets it it won't be useful.<br>
&lt;jensimmons> +1 to what Elika just said<br>
&lt;tantek> fantasai's observation is correct IMO<br>
&lt;gregwhitworth> wh<br>
&lt;tantek> what fantasai said is the path of least surprise<br>
&lt;fantasai> s/leave it/leave it and pretend that we had border-box sizing from the beginning/<br>
&lt;dael> TabAtkins: Sometimes. Sometimes they want to reset it and doing it in one property is great. But I see your argument.<br>
&lt;dael> Chris: I tend to agree with fantasai.<br>
&lt;dael> Chris: There's 4 minutes. Any bright ideas?<br>
&lt;dael> Chris: Sounds like not.<br>
&lt;dael> Chris: Anything to talk about in 3 minutes?<br>
&lt;gregwhitworth> We have cx and cy<br>
&lt;gregwhitworth> why not wh?<br>
&lt;dael> fantasai: We should figure out something here and do it.<br>
&lt;gregwhitworth> I don't like it, but...<br>
&lt;fantasai> s/We should/We definitely have authors who want this shorthand to exist, so we/<br>
&lt;dael> Chris: gregwhitworth was that serious or trolling?<br>
&lt;dael> gregwhitworth: I don't know.<br>
&lt;fantasai> s/so we/so we should/<br>
&lt;TabAtkins> Those names are legacy from svg, we'd never name them that fresh<br>
&lt;dael> gregwhitworth: I can't think of anything becides dimension and size that make sense.<br>
&lt;dael> Chris: I agree with TabAtkins. We have thos because we were going for short attribute names.<br>
&lt;dael> Chris: Okay. no bright ideas.<br>
&lt;dael> Chris: Let's leave it open.<br>
&lt;fantasai> area?<br>
&lt;gregwhitworth> proportion<br>
&lt;dael> Chris: We'll discuss on Github.<br>
&lt;gregwhitworth> lol, same here fantasai<br>
</details>


-- 
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-322835252 using your GitHub account

Received on Wednesday, 16 August 2017 16:59:35 UTC