Ian Kilpatrick

Results 19 issues of Ian Kilpatrick

See: https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=10608 ```html line1line2 line1line2line3 line1line2 ``` https://drafts.csswg.org/css-flexbox-1/#flex-baselines Should the last baseline of the "lime" box be aligned with the last-baseline of the "cyan" box, or the "hotpink" box? The...

css-align-3
css-flexbox-1
Agenda+

Consider the following example: https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=10618 ```html line1line2 line1line2 ``` Here we have two separate baseline sharing groups. css-align-3 states that if things are first-baseline aligned their default alignment should be...

css-align-3
css-grid-1
Agenda+

From: https://github.com/w3c/csswg-drafts/issues/7596 The above issue resolved that align-content wont affect the static-position of abspos children within a flexbox. This issue tracks the same change for justify-content. Currently all browsers support...

Is it the last-baseline of the first fragmentainer or the last? Today in an inline-context the baseline is always synthesized from the block-end border-box edge. (We likely aren't restricted by...

css-align-3
css-multicol-1

CSS2.1 has a "fun" rule: https://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#q10.0 "The baseline of an 'inline-block' is the baseline of its last line box in the normal flow, unless it has either no in-flow line...

css-align-3

Consider: ``` ``` https://drafts.csswg.org/css-align-3/#justify-abspos > justify-self Axis | The block’s containing block’s inline axis. Today the static-pos of will be on the right - however I think what the current...

css-align-3
Agenda+
Needs Edits

Most layout algorithms only allow communicate with their direct children. When size container queries are present this is important as we can: 1. Determine the size of the block. 2....

Commenter Response Pending
css-grid-2
Closed as Question Answered
css-contain-3

I'm currently investigating making buttons block-layout by default in Blink. As part of this work I'm fixing how we synthesize baselines for various form elements in an inline-context. (Note: this...

css-contain

### What is the issue with the HTML Standard? Hi all, Occasionally we (Blink) get bug reports about the margin collapsing quirk. Either a developer doesn't get a margin when...

normative change
needs implementer interest
topic: rendering

This is found in the write() function: https://w3c.github.io/clipboard-apis/#clipboard-write-data Searching for this term in the spec yields nothing. :( What it is probably is referring to is: https://w3c.github.io/clipboard-apis/#pasting-html ... which makes...